Shades of Heliotrope #CE84EE
Tints of Heliotrope #CE84EE
RGB
CMYK
RGB Variations
Color information
#CE84EE (or 0xCE84EE) is known color: Heliotrope. HEX triplet: CE, 84 and EE. RGB value is (206,132,238). Sum of RGB (Red+Green+Blue) = 206+132+238=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE84EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE84EE is #317B11. Grayscale: #A5A5A5. Windows color (decimal): -3242770 or 15631566. OLE color: 15631566.
HSL color Cylindrical-coordinate representation of color #CE84EE: hue angle of 281.89º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE84EE is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 132 | 238 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.07 |
| HSL | 281.89º | 0.76% | 0.73% | - |
| HSV(B) | 281.89º | 0.45% | 0.93% | - |
| XYZ | 49.14 | 35.8 | 85.21 | - |
| YUV | 166.21 | 168.52 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 238 | 0.13 | 0.45 | 0 | 0.07 | 281.89 | 0.76 | 0.73 |
| Hex | CE | 84 | EE | D | 2D | 0 | 7 | 11A | 4C | 49 |
| Octal | 316 | 204 | 356 | 15 | 55 | 0 | 7 | 432 | 114 | 111 |
| Binary | 11001110 | 10000100 | 11101110 | 1101 | 101101 | 0 | 111 | 100011010 | 1001100 | 1001001 |
Color Harmonies of #CE84EE
Complementary color
Monochromatic Colors of #CE84EE
Black with #CE84EE
Text Example
Text Example
White with #CE84EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE84EE; }
p { color: rgb(206,132,238); }
H1.HeaderClassName
{
color: #CE84EE;
}
.AnyTagClassName
{
color: #CE84EE;
}
</style>
background-color css
<style>
a { background-color: #CE84EE; }
a { background-color: rgb(206,132,238); }
div.DivClassName
{
background-color: #CE84EE;
}
.BgClassName
{
background-color: #CE84EE;
}
</style>
border-color css
<style>
span { border-color: #CE84EE; }
span { border-color: rgb(206,132,238); }
td.TdClassName
{
border-color: #CE84EE;
}
.TagClassName
{
border-color: #CE84EE;
}
</style>