Shades of Heliotrope #CE59F2
Tints of Heliotrope #CE59F2
RGB
CMYK
RGB Variations
Color information
#CE59F2 (or 0xCE59F2) is known color: Heliotrope. HEX triplet: CE, 59 and F2. RGB value is (206,89,242). Sum of RGB (Red+Green+Blue) = 206+89+242=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 89 (35.16% from 255 or 16.57% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE59F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE59F2 is #31A60D. Grayscale: #8C8C8C. Windows color (decimal): -3253774 or 15882702. OLE color: 15882702.
HSL color Cylindrical-coordinate representation of color #CE59F2: hue angle of 285.88º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE59F2 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 89 | 242 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.05 |
| HSL | 285.88º | 0.85% | 0.65% | - |
| HSV(B) | 285.88º | 0.63% | 0.95% | - |
| XYZ | 45.05 | 26.68 | 86.78 | - |
| YUV | 141.43 | 184.76 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 242 | 0.15 | 0.63 | 0 | 0.05 | 285.88 | 0.85 | 0.65 |
| Hex | CE | 59 | F2 | F | 3F | 0 | 5 | 11E | 55 | 41 |
| Octal | 316 | 131 | 362 | 17 | 77 | 0 | 5 | 436 | 125 | 101 |
| Binary | 11001110 | 1011001 | 11110010 | 1111 | 111111 | 0 | 101 | 100011110 | 1010101 | 1000001 |
Color Harmonies of #CE59F2
Complementary color
Monochromatic Colors of #CE59F2
Black with #CE59F2
Text Example
Text Example
White with #CE59F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE59F2; }
p { color: rgb(206,89,242); }
H1.HeaderClassName
{
color: #CE59F2;
}
.AnyTagClassName
{
color: #CE59F2;
}
</style>
background-color css
<style>
a { background-color: #CE59F2; }
a { background-color: rgb(206,89,242); }
div.DivClassName
{
background-color: #CE59F2;
}
.BgClassName
{
background-color: #CE59F2;
}
</style>
border-color css
<style>
span { border-color: #CE59F2; }
span { border-color: rgb(206,89,242); }
td.TdClassName
{
border-color: #CE59F2;
}
.TagClassName
{
border-color: #CE59F2;
}
</style>