Shades of Heliotrope #CE59FE
Tints of Heliotrope #CE59FE
RGB
CMYK
RGB Variations
Color information
#CE59FE (or 0xCE59FE) is known color: Heliotrope. HEX triplet: CE, 59 and FE. RGB value is (206,89,254). Sum of RGB (Red+Green+Blue) = 206+89+254=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 89 (35.16% from 255 or 16.21% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE59FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE59FE is #31A601. Grayscale: #8E8E8E. Windows color (decimal): -3253762 or 16669134. OLE color: 16669134.
HSL color Cylindrical-coordinate representation of color #CE59FE: hue angle of 282.55º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE59FE is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 89 | 254 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.00 |
| HSL | 282.55º | 0.99% | 0.67% | - |
| HSV(B) | 282.55º | 0.65% | 1% | - |
| XYZ | 46.92 | 27.42 | 96.59 | - |
| YUV | 142.79 | 190.76 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 254 | 0.19 | 0.65 | 0 | 0.00 | 282.55 | 0.99 | 0.67 |
| Hex | CE | 59 | FE | 13 | 41 | 0 | 0 | 11B | 63 | 43 |
| Octal | 316 | 131 | 376 | 23 | 101 | 0 | 0 | 433 | 143 | 103 |
| Binary | 11001110 | 1011001 | 11111110 | 10011 | 1000001 | 0 | 0 | 100011011 | 1100011 | 1000011 |
Color Harmonies of #CE59FE
Complementary color
Monochromatic Colors of #CE59FE
Black with #CE59FE
Text Example
Text Example
White with #CE59FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE59FE; }
p { color: rgb(206,89,254); }
H1.HeaderClassName
{
color: #CE59FE;
}
.AnyTagClassName
{
color: #CE59FE;
}
</style>
background-color css
<style>
a { background-color: #CE59FE; }
a { background-color: rgb(206,89,254); }
div.DivClassName
{
background-color: #CE59FE;
}
.BgClassName
{
background-color: #CE59FE;
}
</style>
border-color css
<style>
span { border-color: #CE59FE; }
span { border-color: rgb(206,89,254); }
td.TdClassName
{
border-color: #CE59FE;
}
.TagClassName
{
border-color: #CE59FE;
}
</style>