Shades of Heliotrope #CE80EE
Tints of Heliotrope #CE80EE
RGB
CMYK
RGB Variations
Color information
#CE80EE (or 0xCE80EE) is known color: Heliotrope. HEX triplet: CE, 80 and EE. RGB value is (206,128,238). Sum of RGB (Red+Green+Blue) = 206+128+238=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE80EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE80EE is #317F11. Grayscale: #A3A3A3. Windows color (decimal): -3243794 or 15630542. OLE color: 15630542.
HSL color Cylindrical-coordinate representation of color #CE80EE: hue angle of 282.55º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE80EE is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 128 | 238 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.07 |
| HSL | 282.55º | 0.76% | 0.72% | - |
| HSV(B) | 282.55º | 0.46% | 0.93% | - |
| XYZ | 48.61 | 34.73 | 85.03 | - |
| YUV | 163.86 | 169.84 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 238 | 0.13 | 0.46 | 0 | 0.07 | 282.55 | 0.76 | 0.72 |
| Hex | CE | 80 | EE | D | 2E | 0 | 7 | 11B | 4C | 48 |
| Octal | 316 | 200 | 356 | 15 | 56 | 0 | 7 | 433 | 114 | 110 |
| Binary | 11001110 | 10000000 | 11101110 | 1101 | 101110 | 0 | 111 | 100011011 | 1001100 | 1001000 |
Color Harmonies of #CE80EE
Complementary color
Monochromatic Colors of #CE80EE
Black with #CE80EE
Text Example
Text Example
White with #CE80EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80EE; }
p { color: rgb(206,128,238); }
H1.HeaderClassName
{
color: #CE80EE;
}
.AnyTagClassName
{
color: #CE80EE;
}
</style>
background-color css
<style>
a { background-color: #CE80EE; }
a { background-color: rgb(206,128,238); }
div.DivClassName
{
background-color: #CE80EE;
}
.BgClassName
{
background-color: #CE80EE;
}
</style>
border-color css
<style>
span { border-color: #CE80EE; }
span { border-color: rgb(206,128,238); }
td.TdClassName
{
border-color: #CE80EE;
}
.TagClassName
{
border-color: #CE80EE;
}
</style>