Shades of Heliotrope #CE86FC
Tints of Heliotrope #CE86FC
RGB
CMYK
RGB Variations
Color information
#CE86FC (or 0xCE86FC) is known color: Heliotrope. HEX triplet: CE, 86 and FC. RGB value is (206,134,252). Sum of RGB (Red+Green+Blue) = 206+134+252=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 134 (52.73% from 255 or 22.64% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE86FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE86FC is #317903. Grayscale: #A8A8A8. Windows color (decimal): -3242244 or 16549582. OLE color: 16549582.
HSL color Cylindrical-coordinate representation of color #CE86FC: hue angle of 276.61º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE86FC is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 134 | 252 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.01 |
| HSL | 276.61º | 0.95% | 0.76% | - |
| HSV(B) | 276.61º | 0.47% | 0.99% | - |
| XYZ | 51.55 | 37.2 | 96.56 | - |
| YUV | 168.98 | 174.85 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 252 | 0.18 | 0.47 | 0 | 0.01 | 276.61 | 0.95 | 0.76 |
| Hex | CE | 86 | FC | 12 | 2F | 0 | 1 | 115 | 5F | 4C |
| Octal | 316 | 206 | 374 | 22 | 57 | 0 | 1 | 425 | 137 | 114 |
| Binary | 11001110 | 10000110 | 11111100 | 10010 | 101111 | 0 | 1 | 100010101 | 1011111 | 1001100 |
Color Harmonies of #CE86FC
Complementary color
Monochromatic Colors of #CE86FC
Black with #CE86FC
Text Example
Text Example
White with #CE86FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE86FC; }
p { color: rgb(206,134,252); }
H1.HeaderClassName
{
color: #CE86FC;
}
.AnyTagClassName
{
color: #CE86FC;
}
</style>
background-color css
<style>
a { background-color: #CE86FC; }
a { background-color: rgb(206,134,252); }
div.DivClassName
{
background-color: #CE86FC;
}
.BgClassName
{
background-color: #CE86FC;
}
</style>
border-color css
<style>
span { border-color: #CE86FC; }
span { border-color: rgb(206,134,252); }
td.TdClassName
{
border-color: #CE86FC;
}
.TagClassName
{
border-color: #CE86FC;
}
</style>