Shades of Heliotrope #CE62FF
Tints of Heliotrope #CE62FF
RGB
CMYK
RGB Variations
Color information
#CE62FF (or 0xCE62FF) is known color: Heliotrope. HEX triplet: CE, 62 and FF. RGB value is (206,98,255). Sum of RGB (Red+Green+Blue) = 206+98+255=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 98 (38.67% from 255 or 17.53% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE62FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE62FF is #319D00. Grayscale: #939393. Windows color (decimal): -3251457 or 16736974. OLE color: 16736974.
HSL color Cylindrical-coordinate representation of color #CE62FF: hue angle of 281.27º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE62FF is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 98 | 255 | - |
| CMYK | 0.19 | 0.62 | 0 | 0 |
| HSL | 281.27º | 1% | 0.69% | - |
| HSV(B) | 281.27º | 0.62% | 1% | - |
| XYZ | 47.87 | 29.08 | 97.7 | - |
| YUV | 148.19 | 188.28 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 255 | 0.19 | 0.62 | 0 | 0 | 281.27 | 1 | 0.69 |
| Hex | CE | 62 | FF | 13 | 3E | 0 | 0 | 119 | 64 | 45 |
| Octal | 316 | 142 | 377 | 23 | 76 | 0 | 0 | 431 | 144 | 105 |
| Binary | 11001110 | 1100010 | 11111111 | 10011 | 111110 | 0 | 0 | 100011001 | 1100100 | 1000101 |
Color Harmonies of #CE62FF
Complementary color
Monochromatic Colors of #CE62FF
Black with #CE62FF
Text Example
Text Example
White with #CE62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE62FF; }
p { color: rgb(206,98,255); }
H1.HeaderClassName
{
color: #CE62FF;
}
.AnyTagClassName
{
color: #CE62FF;
}
</style>
background-color css
<style>
a { background-color: #CE62FF; }
a { background-color: rgb(206,98,255); }
div.DivClassName
{
background-color: #CE62FF;
}
.BgClassName
{
background-color: #CE62FF;
}
</style>
border-color css
<style>
span { border-color: #CE62FF; }
span { border-color: rgb(206,98,255); }
td.TdClassName
{
border-color: #CE62FF;
}
.TagClassName
{
border-color: #CE62FF;
}
</style>