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