Shades of Heliotrope #CE5EED
Tints of Heliotrope #CE5EED
RGB
CMYK
RGB Variations
Color information
#CE5EED (or 0xCE5EED) is known color: Heliotrope. HEX triplet: CE, 5E and ED. RGB value is (206,94,237). Sum of RGB (Red+Green+Blue) = 206+94+237=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE5EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5EED is #31A112. Grayscale: #8F8F8F. Windows color (decimal): -3252499 or 15556302. OLE color: 15556302.
HSL color Cylindrical-coordinate representation of color #CE5EED: hue angle of 286.99º degrees, saturation: 0.8, 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 #CE5EED is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 94 | 237 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.07 |
| HSL | 286.99º | 0.8% | 0.65% | - |
| HSV(B) | 286.99º | 0.6% | 0.93% | - |
| XYZ | 44.74 | 27.24 | 83.02 | - |
| YUV | 143.79 | 180.61 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 237 | 0.13 | 0.60 | 0 | 0.07 | 286.99 | 0.8 | 0.65 |
| Hex | CE | 5E | ED | D | 3C | 0 | 7 | 11F | 50 | 41 |
| Octal | 316 | 136 | 355 | 15 | 74 | 0 | 7 | 437 | 120 | 101 |
| Binary | 11001110 | 1011110 | 11101101 | 1101 | 111100 | 0 | 111 | 100011111 | 1010000 | 1000001 |
Color Harmonies of #CE5EED
Complementary color
Monochromatic Colors of #CE5EED
Black with #CE5EED
Text Example
Text Example
White with #CE5EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5EED; }
p { color: rgb(206,94,237); }
H1.HeaderClassName
{
color: #CE5EED;
}
.AnyTagClassName
{
color: #CE5EED;
}
</style>
background-color css
<style>
a { background-color: #CE5EED; }
a { background-color: rgb(206,94,237); }
div.DivClassName
{
background-color: #CE5EED;
}
.BgClassName
{
background-color: #CE5EED;
}
</style>
border-color css
<style>
span { border-color: #CE5EED; }
span { border-color: rgb(206,94,237); }
td.TdClassName
{
border-color: #CE5EED;
}
.TagClassName
{
border-color: #CE5EED;
}
</style>