Color: #CE90FE
#CE90FE Color Information
#CE90FE is a light color. The closest websafe version is #CE90FE. A complement of this color would be #C0FE90, perceived brightness is 0.69, and the grayscale version is #C7C7C7.
In the HSL color space, this color has a hue angle of 274°,a saturation of 98%, and a lightness of 78%.The HSV representation shows a hue of 274°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CE90FE is composed of 81% red, 56% green and 100% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 43% magenta, 0% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 39.73, x: 0.3124, and y: 0.2395.
Color Code #CE90FE
Shades of Color #CE90FE
Shades are created by darkening the original color #CE90FE 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 #CE90FE
Tints are created by lightening the original color #CE90FE 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 #CE90FE Color Code
In the HSL color space, this color has a hue angle of 274°, a saturation of 98%, and a lightness of 78%. The HSV representation shows a hue of 274°, a saturation of 43%, and a value of 100%.
- HEX: #CE90FE
- RGB: rgb(206, 144, 254)
- HSL: hsl(274, 98%, 78%)
- HSV: hsv(274, 43%, 100%)
- CMYK: 19.00% cyan, 43.00% magenta, 0.00% yellow, 0.00% black
- XYZ: 51.83, 39.73, 74.35
- Yxy: 39.73, 0.3124, 0.2395
- Hunter Lab: 69.28, 38.97, -46.13
- CIE-Lab: 69.28, 38.97, -46.13
In the XYZ color space, this color is represented as X: 51.83, Y: 39.73, Z: 74.35. The Yxy representation further refines this as Y: 39.73, x: 0.3124, and y: 0.2395.
In the Hunter Lab color space, this color is represented as L: 69.28, a: 38.97, and b: -46.13. Similarly, in the CIE-Lab color space, it is represented as L: 69.28, a: 38.97, and b: -46.13.
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 #CE90FE
Triadic colors are three colors evenly spaced around the color wheel, including #CE90FE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CE90FE
Monochromatic colors are variations of #CE90FE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CE90FE
The complementary color of #CE90FE 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 #CE90FE
/* Using HEX */ body { background-color: #ce90fe; }
/* Using RGB */ body { background-color: rgb(206, 144, 254); }
/* Using RGB with opacity */ body { background-color: rgba(206, 144, 254, 0.5); }
/* Using HSL */ body { background-color: hsl(274, 98%, 78%); }
/* Text color */ p { color: #ce90fe; }
/* Box shadow */ div { box-shadow: 4px 4px #ce90fe; }
HTML Examples of #CE90FE
<!-- Using HEX --> <div style="background-color: #ce90fe; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(206, 144, 254); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(206, 144, 254, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(274, 98%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ce90fe;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ce90fe; width: 100px; height: 100px;"></div>
Related Colors of #CE90FE
These colors are similar to #CE90FE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.