Shades of Heliotrope #CE5EEC
Tints of Heliotrope #CE5EEC
RGB
CMYK
RGB Variations
Color information
#CE5EEC (or 0xCE5EEC) is known color: Heliotrope. HEX triplet: CE, 5E and EC. RGB value is (206,94,236). Sum of RGB (Red+Green+Blue) = 206+94+236=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE5EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5EEC is #31A113. Grayscale: #8F8F8F. Windows color (decimal): -3252500 or 15490766. OLE color: 15490766.
HSL color Cylindrical-coordinate representation of color #CE5EEC: hue angle of 287.32º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5EEC is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 94 | 236 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.07 |
| HSL | 287.32º | 0.79% | 0.65% | - |
| HSV(B) | 287.32º | 0.6% | 0.93% | - |
| XYZ | 44.6 | 27.18 | 82.25 | - |
| YUV | 143.68 | 180.11 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 236 | 0.13 | 0.60 | 0 | 0.07 | 287.32 | 0.79 | 0.65 |
| Hex | CE | 5E | EC | D | 3C | 0 | 7 | 11F | 4F | 41 |
| Octal | 316 | 136 | 354 | 15 | 74 | 0 | 7 | 437 | 117 | 101 |
| Binary | 11001110 | 1011110 | 11101100 | 1101 | 111100 | 0 | 111 | 100011111 | 1001111 | 1000001 |
Color Harmonies of #CE5EEC
Complementary color
Monochromatic Colors of #CE5EEC
Black with #CE5EEC
Text Example
Text Example
White with #CE5EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5EEC; }
p { color: rgb(206,94,236); }
H1.HeaderClassName
{
color: #CE5EEC;
}
.AnyTagClassName
{
color: #CE5EEC;
}
</style>
background-color css
<style>
a { background-color: #CE5EEC; }
a { background-color: rgb(206,94,236); }
div.DivClassName
{
background-color: #CE5EEC;
}
.BgClassName
{
background-color: #CE5EEC;
}
</style>
border-color css
<style>
span { border-color: #CE5EEC; }
span { border-color: rgb(206,94,236); }
td.TdClassName
{
border-color: #CE5EEC;
}
.TagClassName
{
border-color: #CE5EEC;
}
</style>