Shades of Heliotrope #CE66FE
Tints of Heliotrope #CE66FE
RGB
CMYK
RGB Variations
Color information
#CE66FE (or 0xCE66FE) is known color: Heliotrope. HEX triplet: CE, 66 and FE. RGB value is (206,102,254). Sum of RGB (Red+Green+Blue) = 206+102+254=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 102 (40.23% from 255 or 18.15% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE66FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE66FE is #319901. Grayscale: #959595. Windows color (decimal): -3250434 or 16672462. OLE color: 16672462.
HSL color Cylindrical-coordinate representation of color #CE66FE: hue angle of 281.05º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE66FE is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 102 | 254 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.00 |
| HSL | 281.05º | 0.99% | 0.7% | - |
| HSV(B) | 281.05º | 0.6% | 1% | - |
| XYZ | 48.09 | 29.78 | 96.98 | - |
| YUV | 150.42 | 186.46 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 254 | 0.19 | 0.60 | 0 | 0.00 | 281.05 | 0.99 | 0.7 |
| Hex | CE | 66 | FE | 13 | 3C | 0 | 0 | 119 | 63 | 46 |
| Octal | 316 | 146 | 376 | 23 | 74 | 0 | 0 | 431 | 143 | 106 |
| Binary | 11001110 | 1100110 | 11111110 | 10011 | 111100 | 0 | 0 | 100011001 | 1100011 | 1000110 |
Color Harmonies of #CE66FE
Complementary color
Monochromatic Colors of #CE66FE
Black with #CE66FE
Text Example
Text Example
White with #CE66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66FE; }
p { color: rgb(206,102,254); }
H1.HeaderClassName
{
color: #CE66FE;
}
.AnyTagClassName
{
color: #CE66FE;
}
</style>
background-color css
<style>
a { background-color: #CE66FE; }
a { background-color: rgb(206,102,254); }
div.DivClassName
{
background-color: #CE66FE;
}
.BgClassName
{
background-color: #CE66FE;
}
</style>
border-color css
<style>
span { border-color: #CE66FE; }
span { border-color: rgb(206,102,254); }
td.TdClassName
{
border-color: #CE66FE;
}
.TagClassName
{
border-color: #CE66FE;
}
</style>