Shades of Heliotrope #CE64EC
Tints of Heliotrope #CE64EC
RGB
CMYK
RGB Variations
Color information
#CE64EC (or 0xCE64EC) is known color: Heliotrope. HEX triplet: CE, 64 and EC. RGB value is (206,100,236). Sum of RGB (Red+Green+Blue) = 206+100+236=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 100 (39.45% from 255 or 18.45% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE64EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE64EC is #319B13. Grayscale: #929292. Windows color (decimal): -3250964 or 15492302. OLE color: 15492302.
HSL color Cylindrical-coordinate representation of color #CE64EC: hue angle of 286.76º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE64EC is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 100 | 236 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.07 |
| HSL | 286.76º | 0.78% | 0.66% | - |
| HSV(B) | 286.76º | 0.58% | 0.93% | - |
| XYZ | 45.15 | 28.29 | 82.44 | - |
| YUV | 147.2 | 178.12 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 236 | 0.13 | 0.58 | 0 | 0.07 | 286.76 | 0.78 | 0.66 |
| Hex | CE | 64 | EC | D | 3A | 0 | 7 | 11F | 4E | 42 |
| Octal | 316 | 144 | 354 | 15 | 72 | 0 | 7 | 437 | 116 | 102 |
| Binary | 11001110 | 1100100 | 11101100 | 1101 | 111010 | 0 | 111 | 100011111 | 1001110 | 1000010 |
Color Harmonies of #CE64EC
Complementary color
Monochromatic Colors of #CE64EC
Black with #CE64EC
Text Example
Text Example
White with #CE64EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE64EC; }
p { color: rgb(206,100,236); }
H1.HeaderClassName
{
color: #CE64EC;
}
.AnyTagClassName
{
color: #CE64EC;
}
</style>
background-color css
<style>
a { background-color: #CE64EC; }
a { background-color: rgb(206,100,236); }
div.DivClassName
{
background-color: #CE64EC;
}
.BgClassName
{
background-color: #CE64EC;
}
</style>
border-color css
<style>
span { border-color: #CE64EC; }
span { border-color: rgb(206,100,236); }
td.TdClassName
{
border-color: #CE64EC;
}
.TagClassName
{
border-color: #CE64EC;
}
</style>