Shades of Heliotrope #C77EF4
Tints of Heliotrope #C77EF4
RGB
CMYK
RGB Variations
Color information
#C77EF4 (or 0xC77EF4) is known color: Heliotrope. HEX triplet: C7, 7E and F4. RGB value is (199,126,244). Sum of RGB (Red+Green+Blue) = 199+126+244=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 244 (95.70% from 255 or 42.88% from 569); Max value from RGB is 244 - color contains mainly: blue. Hex color #C77EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77EF4 is #38810B. Grayscale: #A0A0A0. Windows color (decimal): -3703052 or 16023239. OLE color: 16023239.
HSL color Cylindrical-coordinate representation of color #C77EF4: hue angle of 277.12º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C77EF4 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 126 | 244 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.04 |
| HSL | 277.12º | 0.84% | 0.73% | - |
| HSV(B) | 277.12º | 0.48% | 0.96% | - |
| XYZ | 47.34 | 33.6 | 89.58 | - |
| YUV | 161.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 244 | 0.18 | 0.48 | 0 | 0.04 | 277.12 | 0.84 | 0.73 |
| Hex | C7 | 7E | F4 | 12 | 30 | 0 | 4 | 115 | 54 | 49 |
| Octal | 307 | 176 | 364 | 22 | 60 | 0 | 4 | 425 | 124 | 111 |
| Binary | 11000111 | 1111110 | 11110100 | 10010 | 110000 | 0 | 100 | 100010101 | 1010100 | 1001001 |
Color Harmonies of #C77EF4
Complementary color
Monochromatic Colors of #C77EF4
Black with #C77EF4
Text Example
Text Example
White with #C77EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77EF4; }
p { color: rgb(199,126,244); }
H1.HeaderClassName
{
color: #C77EF4;
}
.AnyTagClassName
{
color: #C77EF4;
}
</style>
background-color css
<style>
a { background-color: #C77EF4; }
a { background-color: rgb(199,126,244); }
div.DivClassName
{
background-color: #C77EF4;
}
.BgClassName
{
background-color: #C77EF4;
}
</style>
border-color css
<style>
span { border-color: #C77EF4; }
span { border-color: rgb(199,126,244); }
td.TdClassName
{
border-color: #C77EF4;
}
.TagClassName
{
border-color: #C77EF4;
}
</style>