Shades of Heliotrope #CE59FC
Tints of Heliotrope #CE59FC
RGB
CMYK
RGB Variations
Color information
#CE59FC (or 0xCE59FC) is known color: Heliotrope. HEX triplet: CE, 59 and FC. RGB value is (206,89,252). Sum of RGB (Red+Green+Blue) = 206+89+252=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 89 (35.16% from 255 or 16.27% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE59FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE59FC is #31A603. Grayscale: #8E8E8E. Windows color (decimal): -3253764 or 16538062. OLE color: 16538062.
HSL color Cylindrical-coordinate representation of color #CE59FC: hue angle of 283.07º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE59FC is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 89 | 252 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.01 |
| HSL | 283.07º | 0.96% | 0.67% | - |
| HSV(B) | 283.07º | 0.65% | 0.99% | - |
| XYZ | 46.6 | 27.29 | 94.91 | - |
| YUV | 142.57 | 189.76 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 252 | 0.18 | 0.65 | 0 | 0.01 | 283.07 | 0.96 | 0.67 |
| Hex | CE | 59 | FC | 12 | 41 | 0 | 1 | 11B | 60 | 43 |
| Octal | 316 | 131 | 374 | 22 | 101 | 0 | 1 | 433 | 140 | 103 |
| Binary | 11001110 | 1011001 | 11111100 | 10010 | 1000001 | 0 | 1 | 100011011 | 1100000 | 1000011 |
Color Harmonies of #CE59FC
Complementary color
Monochromatic Colors of #CE59FC
Black with #CE59FC
Text Example
Text Example
White with #CE59FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE59FC; }
p { color: rgb(206,89,252); }
H1.HeaderClassName
{
color: #CE59FC;
}
.AnyTagClassName
{
color: #CE59FC;
}
</style>
background-color css
<style>
a { background-color: #CE59FC; }
a { background-color: rgb(206,89,252); }
div.DivClassName
{
background-color: #CE59FC;
}
.BgClassName
{
background-color: #CE59FC;
}
</style>
border-color css
<style>
span { border-color: #CE59FC; }
span { border-color: rgb(206,89,252); }
td.TdClassName
{
border-color: #CE59FC;
}
.TagClassName
{
border-color: #CE59FC;
}
</style>