Color: #CC9CDA

#CC9CDA Color Information

#CC9CDA is a light color. The closest websafe version is #CC9CDA. A complement of this color would be #A9DA9A, perceived brightness is 0.70, and the grayscale version is #BBBBBB.

In the HSL color space, this color has a hue angle of 286°,a saturation of 46%, and a lightness of 73%.The HSV representation shows a hue of 286°, a saturation of 28%, and a value of 85%.

In a RGB color space, #CC9CDA is composed of 80% red, 61% green and 85% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 28% magenta, 0% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 41.52, x: 0.3395, and y: 0.2867.

Color Code #CC9CDA

#CC9CDArgb(204, 156, 218)
HEX
#CC9CDA
RGB
rgb(204, 156, 218)
HSL
hsl(286, 46%, 73%)
HSV
hsv(286, 28%, 85%)
CMYK
6%, 28%, 0%, 15%
XYZ
X: 49.16, Y: 41.52, Z: 54.14
Lab
L: 70.54, a: 26.44, b: -24.58
Name

Shades of Color #CC9CDA

Shades are created by darkening the original color #CC9CDA in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #CC9CDA

Tints are created by lightening the original color #CC9CDA in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#CC9CDArgb(204, 156, 218)

About #CC9CDA Color Code

In the HSL color space, this color has a hue angle of 286°, a saturation of 46%, and a lightness of 73%. The HSV representation shows a hue of 286°, a saturation of 28%, and a value of 85%.

  • HEX: #CC9CDA
  • RGB: rgb(204, 156, 218)
  • HSL: hsl(286, 46%, 73%)
  • HSV: hsv(286, 28%, 85%)
  • CMYK: 6.00% cyan, 28.00% magenta, 0.00% yellow, 15.00% black
  • XYZ: 49.16, 41.52, 54.14
  • Yxy: 41.52, 0.3395, 0.2867
  • Hunter Lab: 70.54, 26.44, -24.58
  • CIE-Lab: 70.54, 26.44, -24.58

In the XYZ color space, this color is represented as X: 49.16, Y: 41.52, Z: 54.14. The Yxy representation further refines this as Y: 41.52, x: 0.3395, and y: 0.2867.

In the Hunter Lab color space, this color is represented as L: 70.54, a: 26.44, and b: -24.58. Similarly, in the CIE-Lab color space, it is represented as L: 70.54, a: 26.44, and b: -24.58.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #CC9CDA

Triadic colors are three colors evenly spaced around the color wheel, including #CC9CDA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #CC9CDA

Analogous colors are adjacent to #CC9CDA on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #CC9CDA

Split complementary colors are two colors adjacent to the complementary color of #CC9CDA. They create a balanced and visually appealing color scheme.

Tetradic Colors of #CC9CDA

Tetradic colors form a rectangle on the color wheel, including #CC9CDA. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #CC9CDA

Monochromatic colors are variations of #CC9CDA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #CC9CDA

The complementary color of #CC9CDA is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #CC9CDA

/* Using HEX */
body {
  background-color: #cc9cda;
}
/* Using RGB */
body {
  background-color: rgb(204, 156, 218);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 156, 218, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(286, 46%, 73%);
}
/* Text color */
p {
  color: #cc9cda;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cc9cda;
}
/* Border color */
.box {
  border: 4px solid #cc9cda;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cc9cda;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cc9cda;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CC9CDA
On Black Background
#CC9CDA
On White Background
#CC9CDA

HTML Examples of #CC9CDA

<!-- Using HEX -->
<div style="background-color: #cc9cda; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(204, 156, 218); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(204, 156, 218, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(286, 46%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cc9cda;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cc9cda; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cc9cda; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cc9cda;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cc9cda; color: #fff; padding: 16px; border-radius: 8px;">
  #CC9CDA
</div>
#CC9CDA
On Black Background
#CC9CDA
On White Background
#CC9CDA

Related Colors of #CC9CDA

These colors are similar to #CC9CDA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.