Color: #C05CEB
#C05CEB Color Information
#C05CEB is a light color. The closest websafe version is #C05CEB. A complement of this color would be #87EB5C, perceived brightness is 0.54, and the grayscale version is #A4A4A4.
In the HSL color space, this color has a hue angle of 282°,a saturation of 78%, and a lightness of 64%.The HSV representation shows a hue of 282°, a saturation of 100%, and a value of 100%.
In a RGB color space, #C05CEB is composed of 75% red, 36% green and 92% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 61% magenta, 0% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 24.44, x: 0.3131, and y: 0.1963.
Color Code #C05CEB
Shades of Color #C05CEB
Shades are created by darkening the original color #C05CEB 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 #C05CEB
Tints are created by lightening the original color #C05CEB 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 #C05CEB Color Code
In the HSL color space, this color has a hue angle of 282°, a saturation of 78%, and a lightness of 64%. The HSV representation shows a hue of 282°, a saturation of 61%, and a value of 92%.
- HEX: #C05CEB
- RGB: rgb(192, 92, 235)
- HSL: hsl(282, 78%, 64%)
- HSV: hsv(282, 61%, 92%)
- CMYK: 18.00% cyan, 61.00% magenta, 0.00% yellow, 8.00% black
- XYZ: 38.99, 24.44, 61.10
- Yxy: 24.44, 0.3131, 0.1963
- Hunter Lab: 56.52, 57.16, -55.90
- CIE-Lab: 56.52, 57.16, -55.90
In the XYZ color space, this color is represented as X: 38.99, Y: 24.44, Z: 61.10. The Yxy representation further refines this as Y: 24.44, x: 0.3131, and y: 0.1963.
In the Hunter Lab color space, this color is represented as L: 56.52, a: 57.16, and b: -55.90. Similarly, in the CIE-Lab color space, it is represented as L: 56.52, a: 57.16, and b: -55.90.
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 #C05CEB
Triadic colors are three colors evenly spaced around the color wheel, including #C05CEB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C05CEB
Monochromatic colors are variations of #C05CEB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C05CEB
The complementary color of #C05CEB 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 #C05CEB
/* Using HEX */ body { background-color: #c05ceb; }
/* Using RGB */ body { background-color: rgb(192, 92, 235); }
/* Using RGB with opacity */ body { background-color: rgba(192, 92, 235, 0.5); }
/* Using HSL */ body { background-color: hsl(282, 78%, 64%); }
/* Text color */ p { color: #c05ceb; }
/* Box shadow */ div { box-shadow: 4px 4px #c05ceb; }
HTML Examples of #C05CEB
<!-- Using HEX --> <div style="background-color: #c05ceb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(192, 92, 235); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(192, 92, 235, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(282, 78%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c05ceb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c05ceb; width: 100px; height: 100px;"></div>
Related Colors of #C05CEB
These colors are similar to #C05CEB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.