Shades of Heliotrope #C076FC
Tints of Heliotrope #C076FC
RGB
CMYK
RGB Variations
Color information
#C076FC (or 0xC076FC) is known color: Heliotrope. HEX triplet: C0, 76 and FC. RGB value is (192,118,252). Sum of RGB (Red+Green+Blue) = 192+118+252=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #C076FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C076FC is #3F8903. Grayscale: #9A9A9A. Windows color (decimal): -4163844 or 16545472. OLE color: 16545472.
HSL color Cylindrical-coordinate representation of color #C076FC: hue angle of 273.13º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C076FC is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 118 | 252 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.01 |
| HSL | 273.13º | 0.96% | 0.73% | - |
| HSV(B) | 273.13º | 0.53% | 0.99% | - |
| XYZ | 45.79 | 31.19 | 95.7 | - |
| YUV | 155.4 | 182.52 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 252 | 0.24 | 0.53 | 0 | 0.01 | 273.13 | 0.96 | 0.73 |
| Hex | C0 | 76 | FC | 18 | 35 | 0 | 1 | 111 | 60 | 49 |
| Octal | 300 | 166 | 374 | 30 | 65 | 0 | 1 | 421 | 140 | 111 |
| Binary | 11000000 | 1110110 | 11111100 | 11000 | 110101 | 0 | 1 | 100010001 | 1100000 | 1001001 |
Color Harmonies of #C076FC
Complementary color
Monochromatic Colors of #C076FC
Black with #C076FC
Text Example
Text Example
White with #C076FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076FC; }
p { color: rgb(192,118,252); }
H1.HeaderClassName
{
color: #C076FC;
}
.AnyTagClassName
{
color: #C076FC;
}
</style>
background-color css
<style>
a { background-color: #C076FC; }
a { background-color: rgb(192,118,252); }
div.DivClassName
{
background-color: #C076FC;
}
.BgClassName
{
background-color: #C076FC;
}
</style>
border-color css
<style>
span { border-color: #C076FC; }
span { border-color: rgb(192,118,252); }
td.TdClassName
{
border-color: #C076FC;
}
.TagClassName
{
border-color: #C076FC;
}
</style>