Shades of Heliotrope #CE80FF
Tints of Heliotrope #CE80FF
RGB
CMYK
RGB Variations
Color information
#CE80FF (or 0xCE80FF) is known color: Heliotrope. HEX triplet: CE, 80 and FF. RGB value is (206,128,255). Sum of RGB (Red+Green+Blue) = 206+128+255=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 128 (50.39% from 255 or 21.73% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE80FF is #317F00. Grayscale: #A5A5A5. Windows color (decimal): -3243777 or 16744654. OLE color: 16744654.
HSL color Cylindrical-coordinate representation of color #CE80FF: hue angle of 276.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE80FF is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 128 | 255 | - |
| CMYK | 0.19 | 0.50 | 0 | 0 |
| HSL | 276.85º | 1% | 0.75% | - |
| HSV(B) | 276.85º | 0.5% | 1% | - |
| XYZ | 51.22 | 35.78 | 98.81 | - |
| YUV | 165.8 | 178.34 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 255 | 0.19 | 0.50 | 0 | 0 | 276.85 | 1 | 0.75 |
| Hex | CE | 80 | FF | 13 | 32 | 0 | 0 | 115 | 64 | 4B |
| Octal | 316 | 200 | 377 | 23 | 62 | 0 | 0 | 425 | 144 | 113 |
| Binary | 11001110 | 10000000 | 11111111 | 10011 | 110010 | 0 | 0 | 100010101 | 1100100 | 1001011 |
Color Harmonies of #CE80FF
Complementary color
Monochromatic Colors of #CE80FF
Black with #CE80FF
Text Example
Text Example
White with #CE80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80FF; }
p { color: rgb(206,128,255); }
H1.HeaderClassName
{
color: #CE80FF;
}
.AnyTagClassName
{
color: #CE80FF;
}
</style>
background-color css
<style>
a { background-color: #CE80FF; }
a { background-color: rgb(206,128,255); }
div.DivClassName
{
background-color: #CE80FF;
}
.BgClassName
{
background-color: #CE80FF;
}
</style>
border-color css
<style>
span { border-color: #CE80FF; }
span { border-color: rgb(206,128,255); }
td.TdClassName
{
border-color: #CE80FF;
}
.TagClassName
{
border-color: #CE80FF;
}
</style>