Shades of Heliotrope #CE85EC
Tints of Heliotrope #CE85EC
RGB
CMYK
RGB Variations
Color information
#CE85EC (or 0xCE85EC) is known color: Heliotrope. HEX triplet: CE, 85 and EC. RGB value is (206,133,236). Sum of RGB (Red+Green+Blue) = 206+133+236=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE85EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE85EC is #317A13. Grayscale: #A6A6A6. Windows color (decimal): -3242516 or 15500750. OLE color: 15500750.
HSL color Cylindrical-coordinate representation of color #CE85EC: hue angle of 282.52º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE85EC is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 133 | 236 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.07 |
| HSL | 282.52º | 0.73% | 0.72% | - |
| HSV(B) | 282.52º | 0.44% | 0.93% | - |
| XYZ | 48.98 | 35.95 | 83.71 | - |
| YUV | 166.57 | 167.18 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 236 | 0.13 | 0.44 | 0 | 0.07 | 282.52 | 0.73 | 0.72 |
| Hex | CE | 85 | EC | D | 2C | 0 | 7 | 11B | 49 | 48 |
| Octal | 316 | 205 | 354 | 15 | 54 | 0 | 7 | 433 | 111 | 110 |
| Binary | 11001110 | 10000101 | 11101100 | 1101 | 101100 | 0 | 111 | 100011011 | 1001001 | 1001000 |
Color Harmonies of #CE85EC
Complementary color
Monochromatic Colors of #CE85EC
Black with #CE85EC
Text Example
Text Example
White with #CE85EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85EC; }
p { color: rgb(206,133,236); }
H1.HeaderClassName
{
color: #CE85EC;
}
.AnyTagClassName
{
color: #CE85EC;
}
</style>
background-color css
<style>
a { background-color: #CE85EC; }
a { background-color: rgb(206,133,236); }
div.DivClassName
{
background-color: #CE85EC;
}
.BgClassName
{
background-color: #CE85EC;
}
</style>
border-color css
<style>
span { border-color: #CE85EC; }
span { border-color: rgb(206,133,236); }
td.TdClassName
{
border-color: #CE85EC;
}
.TagClassName
{
border-color: #CE85EC;
}
</style>