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