Shades of Heliotrope #CE66EC
Tints of Heliotrope #CE66EC
RGB
CMYK
RGB Variations
Color information
#CE66EC (or 0xCE66EC) is known color: Heliotrope. HEX triplet: CE, 66 and EC. RGB value is (206,102,236). Sum of RGB (Red+Green+Blue) = 206+102+236=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE66EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE66EC is #319913. Grayscale: #939393. Windows color (decimal): -3250452 or 15492814. OLE color: 15492814.
HSL color Cylindrical-coordinate representation of color #CE66EC: hue angle of 286.57º degrees, saturation: 0.78, 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 #CE66EC is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 102 | 236 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.07 |
| HSL | 286.57º | 0.78% | 0.66% | - |
| HSV(B) | 286.57º | 0.57% | 0.93% | - |
| XYZ | 45.35 | 28.68 | 82.5 | - |
| YUV | 148.37 | 177.46 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 236 | 0.13 | 0.57 | 0 | 0.07 | 286.57 | 0.78 | 0.66 |
| Hex | CE | 66 | EC | D | 39 | 0 | 7 | 11F | 4E | 42 |
| Octal | 316 | 146 | 354 | 15 | 71 | 0 | 7 | 437 | 116 | 102 |
| Binary | 11001110 | 1100110 | 11101100 | 1101 | 111001 | 0 | 111 | 100011111 | 1001110 | 1000010 |
Color Harmonies of #CE66EC
Complementary color
Monochromatic Colors of #CE66EC
Black with #CE66EC
Text Example
Text Example
White with #CE66EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66EC; }
p { color: rgb(206,102,236); }
H1.HeaderClassName
{
color: #CE66EC;
}
.AnyTagClassName
{
color: #CE66EC;
}
</style>
background-color css
<style>
a { background-color: #CE66EC; }
a { background-color: rgb(206,102,236); }
div.DivClassName
{
background-color: #CE66EC;
}
.BgClassName
{
background-color: #CE66EC;
}
</style>
border-color css
<style>
span { border-color: #CE66EC; }
span { border-color: rgb(206,102,236); }
td.TdClassName
{
border-color: #CE66EC;
}
.TagClassName
{
border-color: #CE66EC;
}
</style>