Shades of Heliotrope #C086FF
Tints of Heliotrope #C086FF
RGB
CMYK
RGB Variations
Color information
#C086FF (or 0xC086FF) is known color: Heliotrope. HEX triplet: C0, 86 and FF. RGB value is (192,134,255). Sum of RGB (Red+Green+Blue) = 192+134+255=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #C086FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C086FF is #3F7900. Grayscale: #A4A4A4. Windows color (decimal): -4159745 or 16746176. OLE color: 16746176.
HSL color Cylindrical-coordinate representation of color #C086FF: hue angle of 268.76º 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 #C086FF is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 134 | 255 | - |
| CMYK | 0.25 | 0.47 | 0 | 0 |
| HSL | 268.76º | 1% | 0.76% | - |
| HSV(B) | 268.76º | 0.47% | 1% | - |
| XYZ | 48.31 | 35.48 | 98.91 | - |
| YUV | 165.14 | 178.72 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 255 | 0.25 | 0.47 | 0 | 0 | 268.76 | 1 | 0.76 |
| Hex | C0 | 86 | FF | 19 | 2F | 0 | 0 | 10D | 64 | 4C |
| Octal | 300 | 206 | 377 | 31 | 57 | 0 | 0 | 415 | 144 | 114 |
| Binary | 11000000 | 10000110 | 11111111 | 11001 | 101111 | 0 | 0 | 100001101 | 1100100 | 1001100 |
Color Harmonies of #C086FF
Complementary color
Monochromatic Colors of #C086FF
Black with #C086FF
Text Example
Text Example
White with #C086FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C086FF; }
p { color: rgb(192,134,255); }
H1.HeaderClassName
{
color: #C086FF;
}
.AnyTagClassName
{
color: #C086FF;
}
</style>
background-color css
<style>
a { background-color: #C086FF; }
a { background-color: rgb(192,134,255); }
div.DivClassName
{
background-color: #C086FF;
}
.BgClassName
{
background-color: #C086FF;
}
</style>
border-color css
<style>
span { border-color: #C086FF; }
span { border-color: rgb(192,134,255); }
td.TdClassName
{
border-color: #C086FF;
}
.TagClassName
{
border-color: #C086FF;
}
</style>