Shades of Heliotrope #CE64FE
Tints of Heliotrope #CE64FE
RGB
CMYK
RGB Variations
Color information
#CE64FE (or 0xCE64FE) is known color: Heliotrope. HEX triplet: CE, 64 and FE. RGB value is (206,100,254). Sum of RGB (Red+Green+Blue) = 206+100+254=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 100 (39.45% from 255 or 17.86% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE64FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE64FE is #319B01. Grayscale: #949494. Windows color (decimal): -3250946 or 16671950. OLE color: 16671950.
HSL color Cylindrical-coordinate representation of color #CE64FE: hue angle of 281.3º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE64FE is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 100 | 254 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.00 |
| HSL | 281.3º | 0.99% | 0.69% | - |
| HSV(B) | 281.3º | 0.61% | 1% | - |
| XYZ | 47.9 | 29.39 | 96.91 | - |
| YUV | 149.25 | 187.12 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 254 | 0.19 | 0.61 | 0 | 0.00 | 281.3 | 0.99 | 0.69 |
| Hex | CE | 64 | FE | 13 | 3D | 0 | 0 | 119 | 63 | 45 |
| Octal | 316 | 144 | 376 | 23 | 75 | 0 | 0 | 431 | 143 | 105 |
| Binary | 11001110 | 1100100 | 11111110 | 10011 | 111101 | 0 | 0 | 100011001 | 1100011 | 1000101 |
Color Harmonies of #CE64FE
Complementary color
Monochromatic Colors of #CE64FE
Black with #CE64FE
Text Example
Text Example
White with #CE64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE64FE; }
p { color: rgb(206,100,254); }
H1.HeaderClassName
{
color: #CE64FE;
}
.AnyTagClassName
{
color: #CE64FE;
}
</style>
background-color css
<style>
a { background-color: #CE64FE; }
a { background-color: rgb(206,100,254); }
div.DivClassName
{
background-color: #CE64FE;
}
.BgClassName
{
background-color: #CE64FE;
}
</style>
border-color css
<style>
span { border-color: #CE64FE; }
span { border-color: rgb(206,100,254); }
td.TdClassName
{
border-color: #CE64FE;
}
.TagClassName
{
border-color: #CE64FE;
}
</style>