Shades of Heliotrope #CE86FF
Tints of Heliotrope #CE86FF
RGB
CMYK
RGB Variations
Color information
#CE86FF (or 0xCE86FF) is known color: Heliotrope. HEX triplet: CE, 86 and FF. RGB value is (206,134,255). Sum of RGB (Red+Green+Blue) = 206+134+255=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE86FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE86FF is #317900. Grayscale: #A8A8A8. Windows color (decimal): -3242241 or 16746190. OLE color: 16746190.
HSL color Cylindrical-coordinate representation of color #CE86FF: hue angle of 275.7º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE86FF is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 134 | 255 | - |
| CMYK | 0.19 | 0.47 | 0 | 0 |
| HSL | 275.7º | 1% | 0.76% | - |
| HSV(B) | 275.7º | 0.47% | 1% | - |
| XYZ | 52.03 | 37.39 | 99.08 | - |
| YUV | 169.32 | 176.35 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 255 | 0.19 | 0.47 | 0 | 0 | 275.7 | 1 | 0.76 |
| Hex | CE | 86 | FF | 13 | 2F | 0 | 0 | 114 | 64 | 4C |
| Octal | 316 | 206 | 377 | 23 | 57 | 0 | 0 | 424 | 144 | 114 |
| Binary | 11001110 | 10000110 | 11111111 | 10011 | 101111 | 0 | 0 | 100010100 | 1100100 | 1001100 |
Color Harmonies of #CE86FF
Complementary color
Monochromatic Colors of #CE86FF
Black with #CE86FF
Text Example
Text Example
White with #CE86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE86FF; }
p { color: rgb(206,134,255); }
H1.HeaderClassName
{
color: #CE86FF;
}
.AnyTagClassName
{
color: #CE86FF;
}
</style>
background-color css
<style>
a { background-color: #CE86FF; }
a { background-color: rgb(206,134,255); }
div.DivClassName
{
background-color: #CE86FF;
}
.BgClassName
{
background-color: #CE86FF;
}
</style>
border-color css
<style>
span { border-color: #CE86FF; }
span { border-color: rgb(206,134,255); }
td.TdClassName
{
border-color: #CE86FF;
}
.TagClassName
{
border-color: #CE86FF;
}
</style>