Shades of Heliotrope #C086FA
Tints of Heliotrope #C086FA
RGB
CMYK
RGB Variations
Color information
#C086FA (or 0xC086FA) is known color: Heliotrope. HEX triplet: C0, 86 and FA. RGB value is (192,134,250). Sum of RGB (Red+Green+Blue) = 192+134+250=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #C086FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C086FA is #3F7905. Grayscale: #A4A4A4. Windows color (decimal): -4159750 or 16418496. OLE color: 16418496.
HSL color Cylindrical-coordinate representation of color #C086FA: hue angle of 270º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C086FA is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 134 | 250 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.02 |
| HSL | 270º | 0.92% | 0.75% | - |
| HSV(B) | 270º | 0.46% | 0.98% | - |
| XYZ | 47.52 | 35.16 | 94.72 | - |
| YUV | 164.57 | 176.22 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 250 | 0.23 | 0.46 | 0 | 0.02 | 270 | 0.92 | 0.75 |
| Hex | C0 | 86 | FA | 17 | 2E | 0 | 2 | 10E | 5C | 4B |
| Octal | 300 | 206 | 372 | 27 | 56 | 0 | 2 | 416 | 134 | 113 |
| Binary | 11000000 | 10000110 | 11111010 | 10111 | 101110 | 0 | 10 | 100001110 | 1011100 | 1001011 |
Color Harmonies of #C086FA
Complementary color
Monochromatic Colors of #C086FA
Black with #C086FA
Text Example
Text Example
White with #C086FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C086FA; }
p { color: rgb(192,134,250); }
H1.HeaderClassName
{
color: #C086FA;
}
.AnyTagClassName
{
color: #C086FA;
}
</style>
background-color css
<style>
a { background-color: #C086FA; }
a { background-color: rgb(192,134,250); }
div.DivClassName
{
background-color: #C086FA;
}
.BgClassName
{
background-color: #C086FA;
}
</style>
border-color css
<style>
span { border-color: #C086FA; }
span { border-color: rgb(192,134,250); }
td.TdClassName
{
border-color: #C086FA;
}
.TagClassName
{
border-color: #C086FA;
}
</style>