Shades of Heliotrope #C076FA
Tints of Heliotrope #C076FA
RGB
CMYK
RGB Variations
Color information
#C076FA (or 0xC076FA) is known color: Heliotrope. HEX triplet: C0, 76 and FA. RGB value is (192,118,250). Sum of RGB (Red+Green+Blue) = 192+118+250=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #C076FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C076FA is #3F8905. Grayscale: #9A9A9A. Windows color (decimal): -4163846 or 16414400. OLE color: 16414400.
HSL color Cylindrical-coordinate representation of color #C076FA: hue angle of 273.64º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C076FA is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 118 | 250 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.02 |
| HSL | 273.64º | 0.93% | 0.72% | - |
| HSV(B) | 273.64º | 0.53% | 0.98% | - |
| XYZ | 45.47 | 31.07 | 94.04 | - |
| YUV | 155.17 | 181.52 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 250 | 0.23 | 0.53 | 0 | 0.02 | 273.64 | 0.93 | 0.72 |
| Hex | C0 | 76 | FA | 17 | 35 | 0 | 2 | 112 | 5D | 48 |
| Octal | 300 | 166 | 372 | 27 | 65 | 0 | 2 | 422 | 135 | 110 |
| Binary | 11000000 | 1110110 | 11111010 | 10111 | 110101 | 0 | 10 | 100010010 | 1011101 | 1001000 |
Color Harmonies of #C076FA
Complementary color
Monochromatic Colors of #C076FA
Black with #C076FA
Text Example
Text Example
White with #C076FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076FA; }
p { color: rgb(192,118,250); }
H1.HeaderClassName
{
color: #C076FA;
}
.AnyTagClassName
{
color: #C076FA;
}
</style>
background-color css
<style>
a { background-color: #C076FA; }
a { background-color: rgb(192,118,250); }
div.DivClassName
{
background-color: #C076FA;
}
.BgClassName
{
background-color: #C076FA;
}
</style>
border-color css
<style>
span { border-color: #C076FA; }
span { border-color: rgb(192,118,250); }
td.TdClassName
{
border-color: #C076FA;
}
.TagClassName
{
border-color: #C076FA;
}
</style>