Color: #CE8AFC
#CE8AFC Color Information
#CE8AFC is a light color. The closest websafe version is #CE8AFC. A complement of this color would be #B6FC88, perceived brightness is 0.67, and the grayscale version is #C3C3C3.
In the HSL color space, this color has a hue angle of 276°,a saturation of 95%, and a lightness of 76%.The HSV representation shows a hue of 276°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CE8AFC is composed of 81% red, 54% green and 99% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 45% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 37.85, x: 0.3138, and y: 0.2346.
Color Code #CE8AFC
Shades of Color #CE8AFC
Shades are created by darkening the original color #CE8AFC 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 #CE8AFC
Tints are created by lightening the original color #CE8AFC 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 #CE8AFC Color Code
In the HSL color space, this color has a hue angle of 276°, a saturation of 95%, and a lightness of 76%. The HSV representation shows a hue of 276°, a saturation of 45%, and a value of 99%.
- HEX: #CE8AFC
- RGB: rgb(206, 138, 252)
- HSL: hsl(276, 95%, 76%)
- HSV: hsv(276, 45%, 99%)
- CMYK: 18.00% cyan, 45.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 50.63, 37.85, 72.85
- Yxy: 37.85, 0.3138, 0.2346
- Hunter Lab: 67.91, 41.69, -47.18
- CIE-Lab: 67.91, 41.69, -47.18
In the XYZ color space, this color is represented as X: 50.63, Y: 37.85, Z: 72.85. The Yxy representation further refines this as Y: 37.85, x: 0.3138, and y: 0.2346.
In the Hunter Lab color space, this color is represented as L: 67.91, a: 41.69, and b: -47.18. Similarly, in the CIE-Lab color space, it is represented as L: 67.91, a: 41.69, and b: -47.18.
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 #CE8AFC
Triadic colors are three colors evenly spaced around the color wheel, including #CE8AFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CE8AFC
Monochromatic colors are variations of #CE8AFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CE8AFC
The complementary color of #CE8AFC 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 #CE8AFC
/* Using HEX */ body { background-color: #ce8afc; }
/* Using RGB */ body { background-color: rgb(206, 138, 252); }
/* Using RGB with opacity */ body { background-color: rgba(206, 138, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(276, 95%, 76%); }
/* Text color */ p { color: #ce8afc; }
/* Box shadow */ div { box-shadow: 4px 4px #ce8afc; }
HTML Examples of #CE8AFC
<!-- Using HEX --> <div style="background-color: #ce8afc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(206, 138, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(206, 138, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(276, 95%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ce8afc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ce8afc; width: 100px; height: 100px;"></div>
Related Colors of #CE8AFC
These colors are similar to #CE8AFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.