Shades of Heliotrope #CE5AFF
Tints of Heliotrope #CE5AFF
RGB
CMYK
RGB Variations
Color information
#CE5AFF (or 0xCE5AFF) is known color: Heliotrope. HEX triplet: CE, 5A and FF. RGB value is (206,90,255). Sum of RGB (Red+Green+Blue) = 206+90+255=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 90 (35.55% from 255 or 16.33% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE5AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5AFF is #31A500. Grayscale: #8E8E8E. Windows color (decimal): -3253505 or 16734926. OLE color: 16734926.
HSL color Cylindrical-coordinate representation of color #CE5AFF: hue angle of 282.18º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE5AFF is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 90 | 255 | - |
| CMYK | 0.19 | 0.65 | 0 | 0 |
| HSL | 282.18º | 1% | 0.68% | - |
| HSV(B) | 282.18º | 0.65% | 1% | - |
| XYZ | 47.16 | 27.65 | 97.46 | - |
| YUV | 143.49 | 190.93 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 255 | 0.19 | 0.65 | 0 | 0 | 282.18 | 1 | 0.68 |
| Hex | CE | 5A | FF | 13 | 41 | 0 | 0 | 11A | 64 | 44 |
| Octal | 316 | 132 | 377 | 23 | 101 | 0 | 0 | 432 | 144 | 104 |
| Binary | 11001110 | 1011010 | 11111111 | 10011 | 1000001 | 0 | 0 | 100011010 | 1100100 | 1000100 |
Color Harmonies of #CE5AFF
Complementary color
Monochromatic Colors of #CE5AFF
Black with #CE5AFF
Text Example
Text Example
White with #CE5AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5AFF; }
p { color: rgb(206,90,255); }
H1.HeaderClassName
{
color: #CE5AFF;
}
.AnyTagClassName
{
color: #CE5AFF;
}
</style>
background-color css
<style>
a { background-color: #CE5AFF; }
a { background-color: rgb(206,90,255); }
div.DivClassName
{
background-color: #CE5AFF;
}
.BgClassName
{
background-color: #CE5AFF;
}
</style>
border-color css
<style>
span { border-color: #CE5AFF; }
span { border-color: rgb(206,90,255); }
td.TdClassName
{
border-color: #CE5AFF;
}
.TagClassName
{
border-color: #CE5AFF;
}
</style>