Shades of Heliotrope #C086FB
Tints of Heliotrope #C086FB
RGB
CMYK
RGB Variations
Color information
#C086FB (or 0xC086FB) is known color: Heliotrope. HEX triplet: C0, 86 and FB. RGB value is (192,134,251). Sum of RGB (Red+Green+Blue) = 192+134+251=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #C086FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C086FB is #3F7904. Grayscale: #A4A4A4. Windows color (decimal): -4159749 or 16484032. OLE color: 16484032.
HSL color Cylindrical-coordinate representation of color #C086FB: hue angle of 269.74º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C086FB is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 134 | 251 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.02 |
| HSL | 269.74º | 0.94% | 0.75% | - |
| HSV(B) | 269.74º | 0.47% | 0.98% | - |
| XYZ | 47.68 | 35.22 | 95.55 | - |
| YUV | 164.68 | 176.72 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 251 | 0.24 | 0.47 | 0 | 0.02 | 269.74 | 0.94 | 0.75 |
| Hex | C0 | 86 | FB | 18 | 2F | 0 | 2 | 10E | 5E | 4B |
| Octal | 300 | 206 | 373 | 30 | 57 | 0 | 2 | 416 | 136 | 113 |
| Binary | 11000000 | 10000110 | 11111011 | 11000 | 101111 | 0 | 10 | 100001110 | 1011110 | 1001011 |
Color Harmonies of #C086FB
Complementary color
Monochromatic Colors of #C086FB
Black with #C086FB
Text Example
Text Example
White with #C086FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C086FB; }
p { color: rgb(192,134,251); }
H1.HeaderClassName
{
color: #C086FB;
}
.AnyTagClassName
{
color: #C086FB;
}
</style>
background-color css
<style>
a { background-color: #C086FB; }
a { background-color: rgb(192,134,251); }
div.DivClassName
{
background-color: #C086FB;
}
.BgClassName
{
background-color: #C086FB;
}
</style>
border-color css
<style>
span { border-color: #C086FB; }
span { border-color: rgb(192,134,251); }
td.TdClassName
{
border-color: #C086FB;
}
.TagClassName
{
border-color: #C086FB;
}
</style>