Shades of Heliotrope #CE66FA
Tints of Heliotrope #CE66FA
RGB
CMYK
RGB Variations
Color information
#CE66FA (or 0xCE66FA) is known color: Heliotrope. HEX triplet: CE, 66 and FA. RGB value is (206,102,250). Sum of RGB (Red+Green+Blue) = 206+102+250=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 102 (40.23% from 255 or 18.28% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE66FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE66FA is #319905. Grayscale: #959595. Windows color (decimal): -3250438 or 16410318. OLE color: 16410318.
HSL color Cylindrical-coordinate representation of color #CE66FA: hue angle of 282.16º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE66FA is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 102 | 250 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.02 |
| HSL | 282.16º | 0.94% | 0.69% | - |
| HSV(B) | 282.16º | 0.59% | 0.98% | - |
| XYZ | 47.46 | 29.53 | 93.64 | - |
| YUV | 149.97 | 184.46 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 250 | 0.18 | 0.59 | 0 | 0.02 | 282.16 | 0.94 | 0.69 |
| Hex | CE | 66 | FA | 12 | 3B | 0 | 2 | 11A | 5E | 45 |
| Octal | 316 | 146 | 372 | 22 | 73 | 0 | 2 | 432 | 136 | 105 |
| Binary | 11001110 | 1100110 | 11111010 | 10010 | 111011 | 0 | 10 | 100011010 | 1011110 | 1000101 |
Color Harmonies of #CE66FA
Complementary color
Monochromatic Colors of #CE66FA
Black with #CE66FA
Text Example
Text Example
White with #CE66FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66FA; }
p { color: rgb(206,102,250); }
H1.HeaderClassName
{
color: #CE66FA;
}
.AnyTagClassName
{
color: #CE66FA;
}
</style>
background-color css
<style>
a { background-color: #CE66FA; }
a { background-color: rgb(206,102,250); }
div.DivClassName
{
background-color: #CE66FA;
}
.BgClassName
{
background-color: #CE66FA;
}
</style>
border-color css
<style>
span { border-color: #CE66FA; }
span { border-color: rgb(206,102,250); }
td.TdClassName
{
border-color: #CE66FA;
}
.TagClassName
{
border-color: #CE66FA;
}
</style>