Shades of Heliotrope #CE80FA
Tints of Heliotrope #CE80FA
RGB
CMYK
RGB Variations
Color information
#CE80FA (or 0xCE80FA) is known color: Heliotrope. HEX triplet: CE, 80 and FA. RGB value is (206,128,250). Sum of RGB (Red+Green+Blue) = 206+128+250=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE80FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE80FA is #317F05. Grayscale: #A4A4A4. Windows color (decimal): -3243782 or 16416974. OLE color: 16416974.
HSL color Cylindrical-coordinate representation of color #CE80FA: hue angle of 278.36º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE80FA is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 128 | 250 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.02 |
| HSL | 278.36º | 0.92% | 0.74% | - |
| HSV(B) | 278.36º | 0.49% | 0.98% | - |
| XYZ | 50.43 | 35.46 | 94.63 | - |
| YUV | 165.23 | 175.84 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 250 | 0.18 | 0.49 | 0 | 0.02 | 278.36 | 0.92 | 0.74 |
| Hex | CE | 80 | FA | 12 | 31 | 0 | 2 | 116 | 5C | 4A |
| Octal | 316 | 200 | 372 | 22 | 61 | 0 | 2 | 426 | 134 | 112 |
| Binary | 11001110 | 10000000 | 11111010 | 10010 | 110001 | 0 | 10 | 100010110 | 1011100 | 1001010 |
Color Harmonies of #CE80FA
Complementary color
Monochromatic Colors of #CE80FA
Black with #CE80FA
Text Example
Text Example
White with #CE80FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80FA; }
p { color: rgb(206,128,250); }
H1.HeaderClassName
{
color: #CE80FA;
}
.AnyTagClassName
{
color: #CE80FA;
}
</style>
background-color css
<style>
a { background-color: #CE80FA; }
a { background-color: rgb(206,128,250); }
div.DivClassName
{
background-color: #CE80FA;
}
.BgClassName
{
background-color: #CE80FA;
}
</style>
border-color css
<style>
span { border-color: #CE80FA; }
span { border-color: rgb(206,128,250); }
td.TdClassName
{
border-color: #CE80FA;
}
.TagClassName
{
border-color: #CE80FA;
}
</style>