Shades of Heliotrope #CE59FD
Tints of Heliotrope #CE59FD
RGB
CMYK
RGB Variations
Color information
#CE59FD (or 0xCE59FD) is known color: Heliotrope. HEX triplet: CE, 59 and FD. RGB value is (206,89,253). Sum of RGB (Red+Green+Blue) = 206+89+253=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 89 (35.16% from 255 or 16.24% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE59FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE59FD is #31A602. Grayscale: #8E8E8E. Windows color (decimal): -3253763 or 16603598. OLE color: 16603598.
HSL color Cylindrical-coordinate representation of color #CE59FD: hue angle of 282.8º degrees, saturation: 0.98, 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 #CE59FD is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 89 | 253 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.01 |
| HSL | 282.8º | 0.98% | 0.67% | - |
| HSV(B) | 282.8º | 0.65% | 0.99% | - |
| XYZ | 46.76 | 27.36 | 95.74 | - |
| YUV | 142.68 | 190.26 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 253 | 0.19 | 0.65 | 0 | 0.01 | 282.8 | 0.98 | 0.67 |
| Hex | CE | 59 | FD | 13 | 41 | 0 | 1 | 11B | 62 | 43 |
| Octal | 316 | 131 | 375 | 23 | 101 | 0 | 1 | 433 | 142 | 103 |
| Binary | 11001110 | 1011001 | 11111101 | 10011 | 1000001 | 0 | 1 | 100011011 | 1100010 | 1000011 |
Color Harmonies of #CE59FD
Complementary color
Monochromatic Colors of #CE59FD
Black with #CE59FD
Text Example
Text Example
White with #CE59FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE59FD; }
p { color: rgb(206,89,253); }
H1.HeaderClassName
{
color: #CE59FD;
}
.AnyTagClassName
{
color: #CE59FD;
}
</style>
background-color css
<style>
a { background-color: #CE59FD; }
a { background-color: rgb(206,89,253); }
div.DivClassName
{
background-color: #CE59FD;
}
.BgClassName
{
background-color: #CE59FD;
}
</style>
border-color css
<style>
span { border-color: #CE59FD; }
span { border-color: rgb(206,89,253); }
td.TdClassName
{
border-color: #CE59FD;
}
.TagClassName
{
border-color: #CE59FD;
}
</style>