Shades of Heliotrope #C086FE
Tints of Heliotrope #C086FE
RGB
CMYK
RGB Variations
Color information
#C086FE (or 0xC086FE) is known color: Heliotrope. HEX triplet: C0, 86 and FE. RGB value is (192,134,254). Sum of RGB (Red+Green+Blue) = 192+134+254=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #C086FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C086FE is #3F7901. Grayscale: #A4A4A4. Windows color (decimal): -4159746 or 16680640. OLE color: 16680640.
HSL color Cylindrical-coordinate representation of color #C086FE: hue angle of 269º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C086FE is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 134 | 254 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.00 |
| HSL | 269º | 0.98% | 0.76% | - |
| HSV(B) | 269º | 0.47% | 1% | - |
| XYZ | 48.15 | 35.41 | 98.06 | - |
| YUV | 165.02 | 178.22 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 254 | 0.24 | 0.47 | 0 | 0.00 | 269 | 0.98 | 0.76 |
| Hex | C0 | 86 | FE | 18 | 2F | 0 | 0 | 10D | 62 | 4C |
| Octal | 300 | 206 | 376 | 30 | 57 | 0 | 0 | 415 | 142 | 114 |
| Binary | 11000000 | 10000110 | 11111110 | 11000 | 101111 | 0 | 0 | 100001101 | 1100010 | 1001100 |
Color Harmonies of #C086FE
Complementary color
Monochromatic Colors of #C086FE
Black with #C086FE
Text Example
Text Example
White with #C086FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C086FE; }
p { color: rgb(192,134,254); }
H1.HeaderClassName
{
color: #C086FE;
}
.AnyTagClassName
{
color: #C086FE;
}
</style>
background-color css
<style>
a { background-color: #C086FE; }
a { background-color: rgb(192,134,254); }
div.DivClassName
{
background-color: #C086FE;
}
.BgClassName
{
background-color: #C086FE;
}
</style>
border-color css
<style>
span { border-color: #C086FE; }
span { border-color: rgb(192,134,254); }
td.TdClassName
{
border-color: #C086FE;
}
.TagClassName
{
border-color: #C086FE;
}
</style>