Shades of Heliotrope #CE66ED
Tints of Heliotrope #CE66ED
RGB
CMYK
RGB Variations
Color information
#CE66ED (or 0xCE66ED) is known color: Heliotrope. HEX triplet: CE, 66 and ED. RGB value is (206,102,237). Sum of RGB (Red+Green+Blue) = 206+102+237=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 102 (40.23% from 255 or 18.72% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE66ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE66ED is #319912. Grayscale: #949494. Windows color (decimal): -3250451 or 15558350. OLE color: 15558350.
HSL color Cylindrical-coordinate representation of color #CE66ED: hue angle of 286.22º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE66ED is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 102 | 237 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.07 |
| HSL | 286.22º | 0.79% | 0.66% | - |
| HSV(B) | 286.22º | 0.57% | 0.93% | - |
| XYZ | 45.49 | 28.74 | 83.27 | - |
| YUV | 148.49 | 177.96 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 237 | 0.13 | 0.57 | 0 | 0.07 | 286.22 | 0.79 | 0.66 |
| Hex | CE | 66 | ED | D | 39 | 0 | 7 | 11E | 4F | 42 |
| Octal | 316 | 146 | 355 | 15 | 71 | 0 | 7 | 436 | 117 | 102 |
| Binary | 11001110 | 1100110 | 11101101 | 1101 | 111001 | 0 | 111 | 100011110 | 1001111 | 1000010 |
Color Harmonies of #CE66ED
Complementary color
Monochromatic Colors of #CE66ED
Black with #CE66ED
Text Example
Text Example
White with #CE66ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66ED; }
p { color: rgb(206,102,237); }
H1.HeaderClassName
{
color: #CE66ED;
}
.AnyTagClassName
{
color: #CE66ED;
}
</style>
background-color css
<style>
a { background-color: #CE66ED; }
a { background-color: rgb(206,102,237); }
div.DivClassName
{
background-color: #CE66ED;
}
.BgClassName
{
background-color: #CE66ED;
}
</style>
border-color css
<style>
span { border-color: #CE66ED; }
span { border-color: rgb(206,102,237); }
td.TdClassName
{
border-color: #CE66ED;
}
.TagClassName
{
border-color: #CE66ED;
}
</style>