Shades of Heliotrope #CE58FA
Tints of Heliotrope #CE58FA
RGB
CMYK
RGB Variations
Color information
#CE58FA (or 0xCE58FA) is known color: Heliotrope. HEX triplet: CE, 58 and FA. RGB value is (206,88,250). Sum of RGB (Red+Green+Blue) = 206+88+250=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 88 (34.77% from 255 or 16.18% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE58FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE58FA is #31A705. Grayscale: #8D8D8D. Windows color (decimal): -3254022 or 16406734. OLE color: 16406734.
HSL color Cylindrical-coordinate representation of color #CE58FA: hue angle of 283.7º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE58FA is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 88 | 250 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.02 |
| HSL | 283.7º | 0.94% | 0.66% | - |
| HSV(B) | 283.7º | 0.65% | 0.98% | - |
| XYZ | 46.2 | 27 | 93.22 | - |
| YUV | 141.75 | 189.09 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 250 | 0.18 | 0.65 | 0 | 0.02 | 283.7 | 0.94 | 0.66 |
| Hex | CE | 58 | FA | 12 | 41 | 0 | 2 | 11C | 5E | 42 |
| Octal | 316 | 130 | 372 | 22 | 101 | 0 | 2 | 434 | 136 | 102 |
| Binary | 11001110 | 1011000 | 11111010 | 10010 | 1000001 | 0 | 10 | 100011100 | 1011110 | 1000010 |
Color Harmonies of #CE58FA
Complementary color
Monochromatic Colors of #CE58FA
Black with #CE58FA
Text Example
Text Example
White with #CE58FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE58FA; }
p { color: rgb(206,88,250); }
H1.HeaderClassName
{
color: #CE58FA;
}
.AnyTagClassName
{
color: #CE58FA;
}
</style>
background-color css
<style>
a { background-color: #CE58FA; }
a { background-color: rgb(206,88,250); }
div.DivClassName
{
background-color: #CE58FA;
}
.BgClassName
{
background-color: #CE58FA;
}
</style>
border-color css
<style>
span { border-color: #CE58FA; }
span { border-color: rgb(206,88,250); }
td.TdClassName
{
border-color: #CE58FA;
}
.TagClassName
{
border-color: #CE58FA;
}
</style>