Shades of Heliotrope #CE78EC
Tints of Heliotrope #CE78EC
RGB
CMYK
RGB Variations
Color information
#CE78EC (or 0xCE78EC) is known color: Heliotrope. HEX triplet: CE, 78 and EC. RGB value is (206,120,236). Sum of RGB (Red+Green+Blue) = 206+120+236=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 120 (47.27% from 255 or 21.35% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE78EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE78EC is #318713. Grayscale: #9E9E9E. Windows color (decimal): -3245844 or 15497422. OLE color: 15497422.
HSL color Cylindrical-coordinate representation of color #CE78EC: hue angle of 284.48º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE78EC is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 120 | 236 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.07 |
| HSL | 284.48º | 0.75% | 0.7% | - |
| HSV(B) | 284.48º | 0.49% | 0.93% | - |
| XYZ | 47.31 | 32.61 | 83.16 | - |
| YUV | 158.94 | 171.49 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 236 | 0.13 | 0.49 | 0 | 0.07 | 284.48 | 0.75 | 0.7 |
| Hex | CE | 78 | EC | D | 31 | 0 | 7 | 11C | 4B | 46 |
| Octal | 316 | 170 | 354 | 15 | 61 | 0 | 7 | 434 | 113 | 106 |
| Binary | 11001110 | 1111000 | 11101100 | 1101 | 110001 | 0 | 111 | 100011100 | 1001011 | 1000110 |
Color Harmonies of #CE78EC
Complementary color
Monochromatic Colors of #CE78EC
Black with #CE78EC
Text Example
Text Example
White with #CE78EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE78EC; }
p { color: rgb(206,120,236); }
H1.HeaderClassName
{
color: #CE78EC;
}
.AnyTagClassName
{
color: #CE78EC;
}
</style>
background-color css
<style>
a { background-color: #CE78EC; }
a { background-color: rgb(206,120,236); }
div.DivClassName
{
background-color: #CE78EC;
}
.BgClassName
{
background-color: #CE78EC;
}
</style>
border-color css
<style>
span { border-color: #CE78EC; }
span { border-color: rgb(206,120,236); }
td.TdClassName
{
border-color: #CE78EC;
}
.TagClassName
{
border-color: #CE78EC;
}
</style>