Shades of Heliotrope #CE80EF
Tints of Heliotrope #CE80EF
RGB
CMYK
RGB Variations
Color information
#CE80EF (or 0xCE80EF) is known color: Heliotrope. HEX triplet: CE, 80 and EF. RGB value is (206,128,239). Sum of RGB (Red+Green+Blue) = 206+128+239=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE80EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE80EF is #317F10. Grayscale: #A3A3A3. Windows color (decimal): -3243793 or 15696078. OLE color: 15696078.
HSL color Cylindrical-coordinate representation of color #CE80EF: hue angle of 282.16º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE80EF is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 128 | 239 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.06 |
| HSL | 282.16º | 0.78% | 0.72% | - |
| HSV(B) | 282.16º | 0.46% | 0.94% | - |
| XYZ | 48.75 | 34.79 | 85.81 | - |
| YUV | 163.98 | 170.34 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 239 | 0.14 | 0.46 | 0 | 0.06 | 282.16 | 0.78 | 0.72 |
| Hex | CE | 80 | EF | E | 2E | 0 | 6 | 11A | 4E | 48 |
| Octal | 316 | 200 | 357 | 16 | 56 | 0 | 6 | 432 | 116 | 110 |
| Binary | 11001110 | 10000000 | 11101111 | 1110 | 101110 | 0 | 110 | 100011010 | 1001110 | 1001000 |
Color Harmonies of #CE80EF
Complementary color
Monochromatic Colors of #CE80EF
Black with #CE80EF
Text Example
Text Example
White with #CE80EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80EF; }
p { color: rgb(206,128,239); }
H1.HeaderClassName
{
color: #CE80EF;
}
.AnyTagClassName
{
color: #CE80EF;
}
</style>
background-color css
<style>
a { background-color: #CE80EF; }
a { background-color: rgb(206,128,239); }
div.DivClassName
{
background-color: #CE80EF;
}
.BgClassName
{
background-color: #CE80EF;
}
</style>
border-color css
<style>
span { border-color: #CE80EF; }
span { border-color: rgb(206,128,239); }
td.TdClassName
{
border-color: #CE80EF;
}
.TagClassName
{
border-color: #CE80EF;
}
</style>