Shades of Heliotrope #C077FB
Tints of Heliotrope #C077FB
RGB
CMYK
RGB Variations
Color information
#C077FB (or 0xC077FB) is known color: Heliotrope. HEX triplet: C0, 77 and FB. RGB value is (192,119,251). Sum of RGB (Red+Green+Blue) = 192+119+251=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #C077FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C077FB is #3F8804. Grayscale: #9B9B9B. Windows color (decimal): -4163589 or 16480192. OLE color: 16480192.
HSL color Cylindrical-coordinate representation of color #C077FB: hue angle of 273.18º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C077FB is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 119 | 251 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.02 |
| HSL | 273.18º | 0.94% | 0.73% | - |
| HSV(B) | 273.18º | 0.53% | 0.98% | - |
| XYZ | 45.75 | 31.37 | 94.91 | - |
| YUV | 155.88 | 181.68 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 251 | 0.24 | 0.53 | 0 | 0.02 | 273.18 | 0.94 | 0.73 |
| Hex | C0 | 77 | FB | 18 | 35 | 0 | 2 | 111 | 5E | 49 |
| Octal | 300 | 167 | 373 | 30 | 65 | 0 | 2 | 421 | 136 | 111 |
| Binary | 11000000 | 1110111 | 11111011 | 11000 | 110101 | 0 | 10 | 100010001 | 1011110 | 1001001 |
Color Harmonies of #C077FB
Complementary color
Monochromatic Colors of #C077FB
Black with #C077FB
Text Example
Text Example
White with #C077FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077FB; }
p { color: rgb(192,119,251); }
H1.HeaderClassName
{
color: #C077FB;
}
.AnyTagClassName
{
color: #C077FB;
}
</style>
background-color css
<style>
a { background-color: #C077FB; }
a { background-color: rgb(192,119,251); }
div.DivClassName
{
background-color: #C077FB;
}
.BgClassName
{
background-color: #C077FB;
}
</style>
border-color css
<style>
span { border-color: #C077FB; }
span { border-color: rgb(192,119,251); }
td.TdClassName
{
border-color: #C077FB;
}
.TagClassName
{
border-color: #C077FB;
}
</style>