Shades of Heliotrope #CE80FE
Tints of Heliotrope #CE80FE
RGB
CMYK
RGB Variations
Color information
#CE80FE (or 0xCE80FE) is known color: Heliotrope. HEX triplet: CE, 80 and FE. RGB value is (206,128,254). Sum of RGB (Red+Green+Blue) = 206+128+254=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE80FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE80FE is #317F01. Grayscale: #A5A5A5. Windows color (decimal): -3243778 or 16679118. OLE color: 16679118.
HSL color Cylindrical-coordinate representation of color #CE80FE: hue angle of 277.14º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE80FE is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 128 | 254 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.00 |
| HSL | 277.14º | 0.98% | 0.75% | - |
| HSV(B) | 277.14º | 0.5% | 1% | - |
| XYZ | 51.06 | 35.72 | 97.97 | - |
| YUV | 165.69 | 177.84 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 254 | 0.19 | 0.50 | 0 | 0.00 | 277.14 | 0.98 | 0.75 |
| Hex | CE | 80 | FE | 13 | 32 | 0 | 0 | 115 | 62 | 4B |
| Octal | 316 | 200 | 376 | 23 | 62 | 0 | 0 | 425 | 142 | 113 |
| Binary | 11001110 | 10000000 | 11111110 | 10011 | 110010 | 0 | 0 | 100010101 | 1100010 | 1001011 |
Color Harmonies of #CE80FE
Complementary color
Monochromatic Colors of #CE80FE
Black with #CE80FE
Text Example
Text Example
White with #CE80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80FE; }
p { color: rgb(206,128,254); }
H1.HeaderClassName
{
color: #CE80FE;
}
.AnyTagClassName
{
color: #CE80FE;
}
</style>
background-color css
<style>
a { background-color: #CE80FE; }
a { background-color: rgb(206,128,254); }
div.DivClassName
{
background-color: #CE80FE;
}
.BgClassName
{
background-color: #CE80FE;
}
</style>
border-color css
<style>
span { border-color: #CE80FE; }
span { border-color: rgb(206,128,254); }
td.TdClassName
{
border-color: #CE80FE;
}
.TagClassName
{
border-color: #CE80FE;
}
</style>