Shades of Heliotrope #CE58F1
Tints of Heliotrope #CE58F1
RGB
CMYK
RGB Variations
Color information
#CE58F1 (or 0xCE58F1) is known color: Heliotrope. HEX triplet: CE, 58 and F1. RGB value is (206,88,241). Sum of RGB (Red+Green+Blue) = 206+88+241=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 88 (34.77% from 255 or 16.45% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE58F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE58F1 is #31A70E. Grayscale: #8C8C8C. Windows color (decimal): -3254031 or 15816910. OLE color: 15816910.
HSL color Cylindrical-coordinate representation of color #CE58F1: hue angle of 286.27º 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 #CE58F1 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 88 | 241 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.05 |
| HSL | 286.27º | 0.85% | 0.65% | - |
| HSV(B) | 286.27º | 0.63% | 0.95% | - |
| XYZ | 44.82 | 26.45 | 85.96 | - |
| YUV | 140.72 | 184.59 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 241 | 0.15 | 0.63 | 0 | 0.05 | 286.27 | 0.85 | 0.65 |
| Hex | CE | 58 | F1 | F | 3F | 0 | 5 | 11E | 55 | 41 |
| Octal | 316 | 130 | 361 | 17 | 77 | 0 | 5 | 436 | 125 | 101 |
| Binary | 11001110 | 1011000 | 11110001 | 1111 | 111111 | 0 | 101 | 100011110 | 1010101 | 1000001 |
Color Harmonies of #CE58F1
Complementary color
Monochromatic Colors of #CE58F1
Black with #CE58F1
Text Example
Text Example
White with #CE58F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE58F1; }
p { color: rgb(206,88,241); }
H1.HeaderClassName
{
color: #CE58F1;
}
.AnyTagClassName
{
color: #CE58F1;
}
</style>
background-color css
<style>
a { background-color: #CE58F1; }
a { background-color: rgb(206,88,241); }
div.DivClassName
{
background-color: #CE58F1;
}
.BgClassName
{
background-color: #CE58F1;
}
</style>
border-color css
<style>
span { border-color: #CE58F1; }
span { border-color: rgb(206,88,241); }
td.TdClassName
{
border-color: #CE58F1;
}
.TagClassName
{
border-color: #CE58F1;
}
</style>