Shades of Heliotrope #C77EF1
Tints of Heliotrope #C77EF1
RGB
CMYK
RGB Variations
Color information
#C77EF1 (or 0xC77EF1) is known color: Heliotrope. HEX triplet: C7, 7E and F1. RGB value is (199,126,241). Sum of RGB (Red+Green+Blue) = 199+126+241=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #C77EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77EF1 is #38810E. Grayscale: #A0A0A0. Windows color (decimal): -3703055 or 15826631. OLE color: 15826631.
HSL color Cylindrical-coordinate representation of color #C77EF1: hue angle of 278.09º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C77EF1 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 126 | 241 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.05 |
| HSL | 278.09º | 0.8% | 0.72% | - |
| HSV(B) | 278.09º | 0.48% | 0.95% | - |
| XYZ | 46.89 | 33.41 | 87.2 | - |
| YUV | 160.94 | 173.18 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 241 | 0.17 | 0.48 | 0 | 0.05 | 278.09 | 0.8 | 0.72 |
| Hex | C7 | 7E | F1 | 11 | 30 | 0 | 5 | 116 | 50 | 48 |
| Octal | 307 | 176 | 361 | 21 | 60 | 0 | 5 | 426 | 120 | 110 |
| Binary | 11000111 | 1111110 | 11110001 | 10001 | 110000 | 0 | 101 | 100010110 | 1010000 | 1001000 |
Color Harmonies of #C77EF1
Complementary color
Monochromatic Colors of #C77EF1
Black with #C77EF1
Text Example
Text Example
White with #C77EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77EF1; }
p { color: rgb(199,126,241); }
H1.HeaderClassName
{
color: #C77EF1;
}
.AnyTagClassName
{
color: #C77EF1;
}
</style>
background-color css
<style>
a { background-color: #C77EF1; }
a { background-color: rgb(199,126,241); }
div.DivClassName
{
background-color: #C77EF1;
}
.BgClassName
{
background-color: #C77EF1;
}
</style>
border-color css
<style>
span { border-color: #C77EF1; }
span { border-color: rgb(199,126,241); }
td.TdClassName
{
border-color: #C77EF1;
}
.TagClassName
{
border-color: #C77EF1;
}
</style>