Color: #C68CDC
#C68CDC Color Information
#C68CDC is a light color. The closest websafe version is #C68CDC. A complement of this color would be #A3DC8E, perceived brightness is 0.65, and the grayscale version is #B4B4B4.
In the HSL color space, this color has a hue angle of 284°,a saturation of 53%, and a lightness of 71%.The HSV representation shows a hue of 284°, a saturation of 100%, and a value of 100%.
In a RGB color space, #C68CDC is composed of 78% red, 55% green and 86% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 36% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 35.70, x: 0.3328, and y: 0.2642.
Color Code #C68CDC
Shades of Color #C68CDC
Shades are created by darkening the original color #C68CDC 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 #C68CDC
Tints are created by lightening the original color #C68CDC 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 #C68CDC Color Code
In the HSL color space, this color has a hue angle of 284°, a saturation of 53%, and a lightness of 71%. The HSV representation shows a hue of 284°, a saturation of 36%, and a value of 86%.
- HEX: #C68CDC
- RGB: rgb(198, 140, 220)
- HSL: hsl(284, 53%, 71%)
- HSV: hsv(284, 36%, 86%)
- CMYK: 10.00% cyan, 36.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 44.96, 35.70, 54.45
- Yxy: 35.70, 0.3328, 0.2642
- Hunter Lab: 66.29, 33.02, -32.23
- CIE-Lab: 66.29, 33.02, -32.23
In the XYZ color space, this color is represented as X: 44.96, Y: 35.70, Z: 54.45. The Yxy representation further refines this as Y: 35.70, x: 0.3328, and y: 0.2642.
In the Hunter Lab color space, this color is represented as L: 66.29, a: 33.02, and b: -32.23. Similarly, in the CIE-Lab color space, it is represented as L: 66.29, a: 33.02, and b: -32.23.
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 #C68CDC
Triadic colors are three colors evenly spaced around the color wheel, including #C68CDC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C68CDC
Monochromatic colors are variations of #C68CDC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C68CDC
The complementary color of #C68CDC 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 #C68CDC
/* Using HEX */ body { background-color: #c68cdc; }
/* Using RGB */ body { background-color: rgb(198, 140, 220); }
/* Using RGB with opacity */ body { background-color: rgba(198, 140, 220, 0.5); }
/* Using HSL */ body { background-color: hsl(284, 53%, 71%); }
/* Text color */ p { color: #c68cdc; }
/* Box shadow */ div { box-shadow: 4px 4px #c68cdc; }
HTML Examples of #C68CDC
<!-- Using HEX --> <div style="background-color: #c68cdc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(198, 140, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(198, 140, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(284, 53%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c68cdc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c68cdc; width: 100px; height: 100px;"></div>
Related Colors of #C68CDC
These colors are similar to #C68CDC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.