Shades of Heliotrope #C077F6
Tints of Heliotrope #C077F6
RGB
CMYK
RGB Variations
Color information
#C077F6 (or 0xC077F6) is known color: Heliotrope. HEX triplet: C0, 77 and F6. RGB value is (192,119,246). Sum of RGB (Red+Green+Blue) = 192+119+246=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #C077F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C077F6 is #3F8809. Grayscale: #9A9A9A. Windows color (decimal): -4163594 or 16152512. OLE color: 16152512.
HSL color Cylindrical-coordinate representation of color #C077F6: hue angle of 274.49º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C077F6 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 119 | 246 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.04 |
| HSL | 274.49º | 0.88% | 0.72% | - |
| HSV(B) | 274.49º | 0.52% | 0.96% | - |
| XYZ | 44.97 | 31.05 | 90.81 | - |
| YUV | 155.31 | 179.18 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 246 | 0.22 | 0.52 | 0 | 0.04 | 274.49 | 0.88 | 0.72 |
| Hex | C0 | 77 | F6 | 16 | 34 | 0 | 4 | 112 | 58 | 48 |
| Octal | 300 | 167 | 366 | 26 | 64 | 0 | 4 | 422 | 130 | 110 |
| Binary | 11000000 | 1110111 | 11110110 | 10110 | 110100 | 0 | 100 | 100010010 | 1011000 | 1001000 |
Color Harmonies of #C077F6
Complementary color
Monochromatic Colors of #C077F6
Black with #C077F6
Text Example
Text Example
White with #C077F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077F6; }
p { color: rgb(192,119,246); }
H1.HeaderClassName
{
color: #C077F6;
}
.AnyTagClassName
{
color: #C077F6;
}
</style>
background-color css
<style>
a { background-color: #C077F6; }
a { background-color: rgb(192,119,246); }
div.DivClassName
{
background-color: #C077F6;
}
.BgClassName
{
background-color: #C077F6;
}
</style>
border-color css
<style>
span { border-color: #C077F6; }
span { border-color: rgb(192,119,246); }
td.TdClassName
{
border-color: #C077F6;
}
.TagClassName
{
border-color: #C077F6;
}
</style>