Shades of Heliotrope #CE81F9
Tints of Heliotrope #CE81F9
RGB
CMYK
RGB Variations
Color information
#CE81F9 (or 0xCE81F9) is known color: Heliotrope. HEX triplet: CE, 81 and F9. RGB value is (206,129,249). Sum of RGB (Red+Green+Blue) = 206+129+249=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE81F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE81F9 is #317E06. Grayscale: #A5A5A5. Windows color (decimal): -3243527 or 16351694. OLE color: 16351694.
HSL color Cylindrical-coordinate representation of color #CE81F9: hue angle of 278.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE81F9 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 129 | 249 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.02 |
| HSL | 278.5º | 0.91% | 0.74% | - |
| HSV(B) | 278.5º | 0.48% | 0.98% | - |
| XYZ | 50.4 | 35.66 | 93.85 | - |
| YUV | 165.7 | 175.01 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 249 | 0.17 | 0.48 | 0 | 0.02 | 278.5 | 0.91 | 0.74 |
| Hex | CE | 81 | F9 | 11 | 30 | 0 | 2 | 116 | 5B | 4A |
| Octal | 316 | 201 | 371 | 21 | 60 | 0 | 2 | 426 | 133 | 112 |
| Binary | 11001110 | 10000001 | 11111001 | 10001 | 110000 | 0 | 10 | 100010110 | 1011011 | 1001010 |
Color Harmonies of #CE81F9
Complementary color
Monochromatic Colors of #CE81F9
Black with #CE81F9
Text Example
Text Example
White with #CE81F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE81F9; }
p { color: rgb(206,129,249); }
H1.HeaderClassName
{
color: #CE81F9;
}
.AnyTagClassName
{
color: #CE81F9;
}
</style>
background-color css
<style>
a { background-color: #CE81F9; }
a { background-color: rgb(206,129,249); }
div.DivClassName
{
background-color: #CE81F9;
}
.BgClassName
{
background-color: #CE81F9;
}
</style>
border-color css
<style>
span { border-color: #CE81F9; }
span { border-color: rgb(206,129,249); }
td.TdClassName
{
border-color: #CE81F9;
}
.TagClassName
{
border-color: #CE81F9;
}
</style>