Shades of Heliotrope #CE86EF
Tints of Heliotrope #CE86EF
RGB
CMYK
RGB Variations
Color information
#CE86EF (or 0xCE86EF) is known color: Heliotrope. HEX triplet: CE, 86 and EF. RGB value is (206,134,239). Sum of RGB (Red+Green+Blue) = 206+134+239=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 134 (52.73% from 255 or 23.14% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE86EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE86EF is #317910. Grayscale: #A7A7A7. Windows color (decimal): -3242257 or 15697614. OLE color: 15697614.
HSL color Cylindrical-coordinate representation of color #CE86EF: hue angle of 281.14º 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 #CE86EF is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 134 | 239 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.06 |
| HSL | 281.14º | 0.77% | 0.73% | - |
| HSV(B) | 281.14º | 0.44% | 0.94% | - |
| XYZ | 49.56 | 36.4 | 86.08 | - |
| YUV | 167.5 | 168.35 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 239 | 0.14 | 0.44 | 0 | 0.06 | 281.14 | 0.77 | 0.73 |
| Hex | CE | 86 | EF | E | 2C | 0 | 6 | 119 | 4D | 49 |
| Octal | 316 | 206 | 357 | 16 | 54 | 0 | 6 | 431 | 115 | 111 |
| Binary | 11001110 | 10000110 | 11101111 | 1110 | 101100 | 0 | 110 | 100011001 | 1001101 | 1001001 |
Color Harmonies of #CE86EF
Complementary color
Monochromatic Colors of #CE86EF
Black with #CE86EF
Text Example
Text Example
White with #CE86EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE86EF; }
p { color: rgb(206,134,239); }
H1.HeaderClassName
{
color: #CE86EF;
}
.AnyTagClassName
{
color: #CE86EF;
}
</style>
background-color css
<style>
a { background-color: #CE86EF; }
a { background-color: rgb(206,134,239); }
div.DivClassName
{
background-color: #CE86EF;
}
.BgClassName
{
background-color: #CE86EF;
}
</style>
border-color css
<style>
span { border-color: #CE86EF; }
span { border-color: rgb(206,134,239); }
td.TdClassName
{
border-color: #CE86EF;
}
.TagClassName
{
border-color: #CE86EF;
}
</style>