Shades of Heliotrope #CE64FF
Tints of Heliotrope #CE64FF
RGB
CMYK
RGB Variations
Color information
#CE64FF (or 0xCE64FF) is known color: Heliotrope. HEX triplet: CE, 64 and FF. RGB value is (206,100,255). Sum of RGB (Red+Green+Blue) = 206+100+255=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 100 (39.45% from 255 or 17.83% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE64FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE64FF is #319B00. Grayscale: #949494. Windows color (decimal): -3250945 or 16737486. OLE color: 16737486.
HSL color Cylindrical-coordinate representation of color #CE64FF: hue angle of 281.03º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE64FF is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 100 | 255 | - |
| CMYK | 0.19 | 0.61 | 0 | 0 |
| HSL | 281.03º | 1% | 0.7% | - |
| HSV(B) | 281.03º | 0.61% | 1% | - |
| XYZ | 48.06 | 29.46 | 97.76 | - |
| YUV | 149.36 | 187.62 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 255 | 0.19 | 0.61 | 0 | 0 | 281.03 | 1 | 0.7 |
| Hex | CE | 64 | FF | 13 | 3D | 0 | 0 | 119 | 64 | 46 |
| Octal | 316 | 144 | 377 | 23 | 75 | 0 | 0 | 431 | 144 | 106 |
| Binary | 11001110 | 1100100 | 11111111 | 10011 | 111101 | 0 | 0 | 100011001 | 1100100 | 1000110 |
Color Harmonies of #CE64FF
Complementary color
Monochromatic Colors of #CE64FF
Black with #CE64FF
Text Example
Text Example
White with #CE64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE64FF; }
p { color: rgb(206,100,255); }
H1.HeaderClassName
{
color: #CE64FF;
}
.AnyTagClassName
{
color: #CE64FF;
}
</style>
background-color css
<style>
a { background-color: #CE64FF; }
a { background-color: rgb(206,100,255); }
div.DivClassName
{
background-color: #CE64FF;
}
.BgClassName
{
background-color: #CE64FF;
}
</style>
border-color css
<style>
span { border-color: #CE64FF; }
span { border-color: rgb(206,100,255); }
td.TdClassName
{
border-color: #CE64FF;
}
.TagClassName
{
border-color: #CE64FF;
}
</style>