Shades of Heliotrope #CE5FFE
Tints of Heliotrope #CE5FFE
RGB
CMYK
RGB Variations
Color information
#CE5FFE (or 0xCE5FFE) is known color: Heliotrope. HEX triplet: CE, 5F and FE. RGB value is (206,95,254). Sum of RGB (Red+Green+Blue) = 206+95+254=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 95 (37.5% from 255 or 17.12% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE5FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5FFE is #31A001. Grayscale: #919191. Windows color (decimal): -3252226 or 16670670. OLE color: 16670670.
HSL color Cylindrical-coordinate representation of color #CE5FFE: hue angle of 281.89º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE5FFE is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 95 | 254 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.00 |
| HSL | 281.89º | 0.99% | 0.68% | - |
| HSV(B) | 281.89º | 0.63% | 1% | - |
| XYZ | 47.44 | 28.46 | 96.76 | - |
| YUV | 146.32 | 188.77 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 254 | 0.19 | 0.63 | 0 | 0.00 | 281.89 | 0.99 | 0.68 |
| Hex | CE | 5F | FE | 13 | 3F | 0 | 0 | 11A | 63 | 44 |
| Octal | 316 | 137 | 376 | 23 | 77 | 0 | 0 | 432 | 143 | 104 |
| Binary | 11001110 | 1011111 | 11111110 | 10011 | 111111 | 0 | 0 | 100011010 | 1100011 | 1000100 |
Color Harmonies of #CE5FFE
Complementary color
Monochromatic Colors of #CE5FFE
Black with #CE5FFE
Text Example
Text Example
White with #CE5FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5FFE; }
p { color: rgb(206,95,254); }
H1.HeaderClassName
{
color: #CE5FFE;
}
.AnyTagClassName
{
color: #CE5FFE;
}
</style>
background-color css
<style>
a { background-color: #CE5FFE; }
a { background-color: rgb(206,95,254); }
div.DivClassName
{
background-color: #CE5FFE;
}
.BgClassName
{
background-color: #CE5FFE;
}
</style>
border-color css
<style>
span { border-color: #CE5FFE; }
span { border-color: rgb(206,95,254); }
td.TdClassName
{
border-color: #CE5FFE;
}
.TagClassName
{
border-color: #CE5FFE;
}
</style>