Shades of Heliotrope #CE85EF
Tints of Heliotrope #CE85EF
RGB
CMYK
RGB Variations
Color information
#CE85EF (or 0xCE85EF) is known color: Heliotrope. HEX triplet: CE, 85 and EF. RGB value is (206,133,239). Sum of RGB (Red+Green+Blue) = 206+133+239=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE85EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE85EF is #317A10. Grayscale: #A6A6A6. Windows color (decimal): -3242513 or 15697358. OLE color: 15697358.
HSL color Cylindrical-coordinate representation of color #CE85EF: hue angle of 281.32º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE85EF is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 133 | 239 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.06 |
| HSL | 281.32º | 0.77% | 0.73% | - |
| HSV(B) | 281.32º | 0.44% | 0.94% | - |
| XYZ | 49.42 | 36.13 | 86.03 | - |
| YUV | 166.91 | 168.68 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 239 | 0.14 | 0.44 | 0 | 0.06 | 281.32 | 0.77 | 0.73 |
| Hex | CE | 85 | EF | E | 2C | 0 | 6 | 119 | 4D | 49 |
| Octal | 316 | 205 | 357 | 16 | 54 | 0 | 6 | 431 | 115 | 111 |
| Binary | 11001110 | 10000101 | 11101111 | 1110 | 101100 | 0 | 110 | 100011001 | 1001101 | 1001001 |
Color Harmonies of #CE85EF
Complementary color
Monochromatic Colors of #CE85EF
Black with #CE85EF
Text Example
Text Example
White with #CE85EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85EF; }
p { color: rgb(206,133,239); }
H1.HeaderClassName
{
color: #CE85EF;
}
.AnyTagClassName
{
color: #CE85EF;
}
</style>
background-color css
<style>
a { background-color: #CE85EF; }
a { background-color: rgb(206,133,239); }
div.DivClassName
{
background-color: #CE85EF;
}
.BgClassName
{
background-color: #CE85EF;
}
</style>
border-color css
<style>
span { border-color: #CE85EF; }
span { border-color: rgb(206,133,239); }
td.TdClassName
{
border-color: #CE85EF;
}
.TagClassName
{
border-color: #CE85EF;
}
</style>