Shades of Heliotrope #CE5FEC
Tints of Heliotrope #CE5FEC
RGB
CMYK
RGB Variations
Color information
#CE5FEC (or 0xCE5FEC) is known color: Heliotrope. HEX triplet: CE, 5F and EC. RGB value is (206,95,236). Sum of RGB (Red+Green+Blue) = 206+95+236=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE5FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5FEC is #31A013. Grayscale: #8F8F8F. Windows color (decimal): -3252244 or 15491022. OLE color: 15491022.
HSL color Cylindrical-coordinate representation of color #CE5FEC: hue angle of 287.23º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5FEC is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 95 | 236 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.07 |
| HSL | 287.23º | 0.79% | 0.65% | - |
| HSV(B) | 287.23º | 0.6% | 0.93% | - |
| XYZ | 44.69 | 27.36 | 82.28 | - |
| YUV | 144.26 | 179.77 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 236 | 0.13 | 0.60 | 0 | 0.07 | 287.23 | 0.79 | 0.65 |
| Hex | CE | 5F | EC | D | 3C | 0 | 7 | 11F | 4F | 41 |
| Octal | 316 | 137 | 354 | 15 | 74 | 0 | 7 | 437 | 117 | 101 |
| Binary | 11001110 | 1011111 | 11101100 | 1101 | 111100 | 0 | 111 | 100011111 | 1001111 | 1000001 |
Color Harmonies of #CE5FEC
Complementary color
Monochromatic Colors of #CE5FEC
Black with #CE5FEC
Text Example
Text Example
White with #CE5FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5FEC; }
p { color: rgb(206,95,236); }
H1.HeaderClassName
{
color: #CE5FEC;
}
.AnyTagClassName
{
color: #CE5FEC;
}
</style>
background-color css
<style>
a { background-color: #CE5FEC; }
a { background-color: rgb(206,95,236); }
div.DivClassName
{
background-color: #CE5FEC;
}
.BgClassName
{
background-color: #CE5FEC;
}
</style>
border-color css
<style>
span { border-color: #CE5FEC; }
span { border-color: rgb(206,95,236); }
td.TdClassName
{
border-color: #CE5FEC;
}
.TagClassName
{
border-color: #CE5FEC;
}
</style>