Color: #C69CEA
#C69CEA Color Information
#C69CEA is a light color. The closest websafe version is #C69CEA. A complement of this color would be #BFEA9A, perceived brightness is 0.70, and the grayscale version is #C3C3C3.
In the HSL color space, this color has a hue angle of 272°,a saturation of 65%, and a lightness of 76%.The HSV representation shows a hue of 272°, a saturation of 100%, and a value of 100%.
In a RGB color space, #C69CEA is composed of 78% red, 61% green and 92% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 33% magenta, 0% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 41.39, x: 0.3208, and y: 0.2699.
Color Code #C69CEA
Shades of Color #C69CEA
Shades are created by darkening the original color #C69CEA 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 #C69CEA
Tints are created by lightening the original color #C69CEA 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 #C69CEA Color Code
In the HSL color space, this color has a hue angle of 272°, a saturation of 65%, and a lightness of 76%. The HSV representation shows a hue of 272°, a saturation of 33%, and a value of 92%.
- HEX: #C69CEA
- RGB: rgb(198, 156, 234)
- HSL: hsl(272, 65%, 76%)
- HSV: hsv(272, 33%, 92%)
- CMYK: 15.00% cyan, 33.00% magenta, 0.00% yellow, 8.00% black
- XYZ: 49.20, 41.39, 62.78
- Yxy: 41.39, 0.3208, 0.2699
- Hunter Lab: 70.45, 26.94, -33.53
- CIE-Lab: 70.45, 26.94, -33.53
In the XYZ color space, this color is represented as X: 49.20, Y: 41.39, Z: 62.78. The Yxy representation further refines this as Y: 41.39, x: 0.3208, and y: 0.2699.
In the Hunter Lab color space, this color is represented as L: 70.45, a: 26.94, and b: -33.53. Similarly, in the CIE-Lab color space, it is represented as L: 70.45, a: 26.94, and b: -33.53.
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 #C69CEA
Triadic colors are three colors evenly spaced around the color wheel, including #C69CEA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C69CEA
Monochromatic colors are variations of #C69CEA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C69CEA
The complementary color of #C69CEA 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 #C69CEA
/* Using HEX */ body { background-color: #c69cea; }
/* Using RGB */ body { background-color: rgb(198, 156, 234); }
/* Using RGB with opacity */ body { background-color: rgba(198, 156, 234, 0.5); }
/* Using HSL */ body { background-color: hsl(272, 65%, 76%); }
/* Text color */ p { color: #c69cea; }
/* Box shadow */ div { box-shadow: 4px 4px #c69cea; }
HTML Examples of #C69CEA
<!-- Using HEX --> <div style="background-color: #c69cea; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(198, 156, 234); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(198, 156, 234, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(272, 65%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c69cea;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c69cea; width: 100px; height: 100px;"></div>
Related Colors of #C69CEA
These colors are similar to #C69CEA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.