Shades of Heliotrope #CE85EE
Tints of Heliotrope #CE85EE
RGB
CMYK
RGB Variations
Color information
#CE85EE (or 0xCE85EE) is known color: Heliotrope. HEX triplet: CE, 85 and EE. RGB value is (206,133,238). Sum of RGB (Red+Green+Blue) = 206+133+238=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE85EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE85EE is #317A11. Grayscale: #A6A6A6. Windows color (decimal): -3242514 or 15631822. OLE color: 15631822.
HSL color Cylindrical-coordinate representation of color #CE85EE: hue angle of 281.71º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE85EE is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 133 | 238 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.07 |
| HSL | 281.71º | 0.76% | 0.73% | - |
| HSV(B) | 281.71º | 0.44% | 0.93% | - |
| XYZ | 49.27 | 36.07 | 85.25 | - |
| YUV | 166.8 | 168.18 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 238 | 0.13 | 0.44 | 0 | 0.07 | 281.71 | 0.76 | 0.73 |
| Hex | CE | 85 | EE | D | 2C | 0 | 7 | 11A | 4C | 49 |
| Octal | 316 | 205 | 356 | 15 | 54 | 0 | 7 | 432 | 114 | 111 |
| Binary | 11001110 | 10000101 | 11101110 | 1101 | 101100 | 0 | 111 | 100011010 | 1001100 | 1001001 |
Color Harmonies of #CE85EE
Complementary color
Monochromatic Colors of #CE85EE
Black with #CE85EE
Text Example
Text Example
White with #CE85EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85EE; }
p { color: rgb(206,133,238); }
H1.HeaderClassName
{
color: #CE85EE;
}
.AnyTagClassName
{
color: #CE85EE;
}
</style>
background-color css
<style>
a { background-color: #CE85EE; }
a { background-color: rgb(206,133,238); }
div.DivClassName
{
background-color: #CE85EE;
}
.BgClassName
{
background-color: #CE85EE;
}
</style>
border-color css
<style>
span { border-color: #CE85EE; }
span { border-color: rgb(206,133,238); }
td.TdClassName
{
border-color: #CE85EE;
}
.TagClassName
{
border-color: #CE85EE;
}
</style>