Shades of Heliotrope #CE51FF
Tints of Heliotrope #CE51FF
RGB
CMYK
RGB Variations
Color information
#CE51FF (or 0xCE51FF) is known color: Heliotrope. HEX triplet: CE, 51 and FF. RGB value is (206,81,255). Sum of RGB (Red+Green+Blue) = 206+81+255=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 81 (32.03% from 255 or 14.94% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE51FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE51FF is #31AE00. Grayscale: #898989. Windows color (decimal): -3255809 or 16732622. OLE color: 16732622.
HSL color Cylindrical-coordinate representation of color #CE51FF: hue angle of 283.1º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE51FF is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 81 | 255 | - |
| CMYK | 0.19 | 0.68 | 0 | 0 |
| HSL | 283.1º | 1% | 0.66% | - |
| HSV(B) | 283.1º | 0.68% | 1% | - |
| XYZ | 46.45 | 26.23 | 97.22 | - |
| YUV | 138.21 | 193.91 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 255 | 0.19 | 0.68 | 0 | 0 | 283.1 | 1 | 0.66 |
| Hex | CE | 51 | FF | 13 | 44 | 0 | 0 | 11B | 64 | 42 |
| Octal | 316 | 121 | 377 | 23 | 104 | 0 | 0 | 433 | 144 | 102 |
| Binary | 11001110 | 1010001 | 11111111 | 10011 | 1000100 | 0 | 0 | 100011011 | 1100100 | 1000010 |
Color Harmonies of #CE51FF
Complementary color
Monochromatic Colors of #CE51FF
Black with #CE51FF
Text Example
Text Example
White with #CE51FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE51FF; }
p { color: rgb(206,81,255); }
H1.HeaderClassName
{
color: #CE51FF;
}
.AnyTagClassName
{
color: #CE51FF;
}
</style>
background-color css
<style>
a { background-color: #CE51FF; }
a { background-color: rgb(206,81,255); }
div.DivClassName
{
background-color: #CE51FF;
}
.BgClassName
{
background-color: #CE51FF;
}
</style>
border-color css
<style>
span { border-color: #CE51FF; }
span { border-color: rgb(206,81,255); }
td.TdClassName
{
border-color: #CE51FF;
}
.TagClassName
{
border-color: #CE51FF;
}
</style>