Color: #CA9CCC
#CA9CCC Color Information
#CA9CCC is a light color. The closest websafe version is #CA9CCC. A complement of this color would be #9FCD9D, perceived brightness is 0.69, and the grayscale version is #B4B4B4.
In the HSL color space, this color has a hue angle of 298°,a saturation of 32%, and a lightness of 71%.The HSV representation shows a hue of 298°, a saturation of 24%, and a value of 80%.
In a RGB color space, #CA9CCC is composed of 79% red, 61% green and 80% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 24% magenta, 0% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 40.63, x: 0.3496, and y: 0.3010.
Color Code #CA9CCC
Shades of Color #CA9CCC
Shades are created by darkening the original color #CA9CCC 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 #CA9CCC
Tints are created by lightening the original color #CA9CCC 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.
About #CA9CCC Color Code
In the HSL color space, this color has a hue angle of 298°, a saturation of 32%, and a lightness of 71%. The HSV representation shows a hue of 298°, a saturation of 24%, and a value of 80%.
- HEX: #CA9CCC
- RGB: rgb(202, 156, 204)
- HSL: hsl(298, 32%, 71%)
- HSV: hsv(298, 24%, 80%)
- CMYK: 100.00% cyan, 24.00% magenta, 0.00% yellow, 20.00% black
- XYZ: 47.20, 40.63, 47.17
- Yxy: 40.63, 0.3496, 0.3010
- Hunter Lab: 69.92, 23.71, -17.85
- CIE-Lab: 69.92, 23.71, -17.85
In the XYZ color space, this color is represented as X: 47.20, Y: 40.63, Z: 47.17. The Yxy representation further refines this as Y: 40.63, x: 0.3496, and y: 0.3010.
In the Hunter Lab color space, this color is represented as L: 69.92, a: 23.71, and b: -17.85. Similarly, in the CIE-Lab color space, it is represented as L: 69.92, a: 23.71, and b: -17.85.
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 #CA9CCC
Triadic colors are three colors evenly spaced around the color wheel, including #CA9CCC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CA9CCC
Split complementary colors are two colors adjacent to the complementary color of #CA9CCC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CA9CCC
Monochromatic colors are variations of #CA9CCC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CA9CCC
The complementary color of #CA9CCC 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 #CA9CCC
/* Using HEX */ body { background-color: #ca9ccc; }
/* Using RGB */ body { background-color: rgb(202, 156, 204); }
/* Using RGB with opacity */ body { background-color: rgba(202, 156, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(298, 32%, 71%); }
/* Text color */ p { color: #ca9ccc; }
/* Box shadow */ div { box-shadow: 4px 4px #ca9ccc; }
/* Border color */ .box { border: 4px solid #ca9ccc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ca9ccc; }
/* Background with text */ div { background: #ca9ccc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CA9CCC
<!-- Using HEX --> <div style="background-color: #ca9ccc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(202, 156, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(202, 156, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(298, 32%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ca9ccc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ca9ccc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ca9ccc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ca9ccc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ca9ccc; color: #fff; padding: 16px; border-radius: 8px;"> #CA9CCC </div>
Related Colors of #CA9CCC
These colors are similar to #CA9CCC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.