Shades of Heliotrope #CE64EF
Tints of Heliotrope #CE64EF
RGB
CMYK
RGB Variations
Color information
#CE64EF (or 0xCE64EF) is known color: Heliotrope. HEX triplet: CE, 64 and EF. RGB value is (206,100,239). Sum of RGB (Red+Green+Blue) = 206+100+239=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 100 (39.45% from 255 or 18.35% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE64EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE64EF is #319B10. Grayscale: #939393. Windows color (decimal): -3250961 or 15688910. OLE color: 15688910.
HSL color Cylindrical-coordinate representation of color #CE64EF: hue angle of 285.76º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE64EF is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 100 | 239 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.06 |
| HSL | 285.76º | 0.81% | 0.66% | - |
| HSV(B) | 285.76º | 0.58% | 0.94% | - |
| XYZ | 45.59 | 28.47 | 84.75 | - |
| YUV | 147.54 | 179.62 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 239 | 0.14 | 0.58 | 0 | 0.06 | 285.76 | 0.81 | 0.66 |
| Hex | CE | 64 | EF | E | 3A | 0 | 6 | 11E | 51 | 42 |
| Octal | 316 | 144 | 357 | 16 | 72 | 0 | 6 | 436 | 121 | 102 |
| Binary | 11001110 | 1100100 | 11101111 | 1110 | 111010 | 0 | 110 | 100011110 | 1010001 | 1000010 |
Color Harmonies of #CE64EF
Complementary color
Monochromatic Colors of #CE64EF
Black with #CE64EF
Text Example
Text Example
White with #CE64EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE64EF; }
p { color: rgb(206,100,239); }
H1.HeaderClassName
{
color: #CE64EF;
}
.AnyTagClassName
{
color: #CE64EF;
}
</style>
background-color css
<style>
a { background-color: #CE64EF; }
a { background-color: rgb(206,100,239); }
div.DivClassName
{
background-color: #CE64EF;
}
.BgClassName
{
background-color: #CE64EF;
}
</style>
border-color css
<style>
span { border-color: #CE64EF; }
span { border-color: rgb(206,100,239); }
td.TdClassName
{
border-color: #CE64EF;
}
.TagClassName
{
border-color: #CE64EF;
}
</style>