Shades of Heliotrope #CE80E6
Tints of Heliotrope #CE80E6
RGB
CMYK
RGB Variations
Color information
#CE80E6 (or 0xCE80E6) is known color: Heliotrope. HEX triplet: CE, 80 and E6. RGB value is (206,128,230). Sum of RGB (Red+Green+Blue) = 206+128+230=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE80E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE80E6 is #317F19. Grayscale: #A2A2A2. Windows color (decimal): -3243802 or 15106254. OLE color: 15106254.
HSL color Cylindrical-coordinate representation of color #CE80E6: hue angle of 285.88º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE80E6 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 128 | 230 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.10 |
| HSL | 285.88º | 0.67% | 0.7% | - |
| HSV(B) | 285.88º | 0.44% | 0.9% | - |
| XYZ | 47.46 | 34.27 | 78.98 | - |
| YUV | 162.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 230 | 0.10 | 0.44 | 0 | 0.10 | 285.88 | 0.67 | 0.7 |
| Hex | CE | 80 | E6 | A | 2C | 0 | A | 11E | 43 | 46 |
| Octal | 316 | 200 | 346 | 12 | 54 | 0 | 12 | 436 | 103 | 106 |
| Binary | 11001110 | 10000000 | 11100110 | 1010 | 101100 | 0 | 1010 | 100011110 | 1000011 | 1000110 |
Color Harmonies of #CE80E6
Complementary color
Monochromatic Colors of #CE80E6
Black with #CE80E6
Text Example
Text Example
White with #CE80E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80E6; }
p { color: rgb(206,128,230); }
H1.HeaderClassName
{
color: #CE80E6;
}
.AnyTagClassName
{
color: #CE80E6;
}
</style>
background-color css
<style>
a { background-color: #CE80E6; }
a { background-color: rgb(206,128,230); }
div.DivClassName
{
background-color: #CE80E6;
}
.BgClassName
{
background-color: #CE80E6;
}
</style>
border-color css
<style>
span { border-color: #CE80E6; }
span { border-color: rgb(206,128,230); }
td.TdClassName
{
border-color: #CE80E6;
}
.TagClassName
{
border-color: #CE80E6;
}
</style>