Shades of Heliotrope #C77EF0
Tints of Heliotrope #C77EF0
RGB
CMYK
RGB Variations
Color information
#C77EF0 (or 0xC77EF0) is known color: Heliotrope. HEX triplet: C7, 7E and F0. RGB value is (199,126,240). Sum of RGB (Red+Green+Blue) = 199+126+240=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #C77EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77EF0 is #38810F. Grayscale: #A0A0A0. Windows color (decimal): -3703056 or 15761095. OLE color: 15761095.
HSL color Cylindrical-coordinate representation of color #C77EF0: hue angle of 278.42º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C77EF0 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 126 | 240 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.06 |
| HSL | 278.42º | 0.79% | 0.72% | - |
| HSV(B) | 278.42º | 0.48% | 0.94% | - |
| XYZ | 46.74 | 33.36 | 86.41 | - |
| YUV | 160.82 | 172.68 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 240 | 0.17 | 0.48 | 0 | 0.06 | 278.42 | 0.79 | 0.72 |
| Hex | C7 | 7E | F0 | 11 | 30 | 0 | 6 | 116 | 4F | 48 |
| Octal | 307 | 176 | 360 | 21 | 60 | 0 | 6 | 426 | 117 | 110 |
| Binary | 11000111 | 1111110 | 11110000 | 10001 | 110000 | 0 | 110 | 100010110 | 1001111 | 1001000 |
Color Harmonies of #C77EF0
Complementary color
Monochromatic Colors of #C77EF0
Black with #C77EF0
Text Example
Text Example
White with #C77EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77EF0; }
p { color: rgb(199,126,240); }
H1.HeaderClassName
{
color: #C77EF0;
}
.AnyTagClassName
{
color: #C77EF0;
}
</style>
background-color css
<style>
a { background-color: #C77EF0; }
a { background-color: rgb(199,126,240); }
div.DivClassName
{
background-color: #C77EF0;
}
.BgClassName
{
background-color: #C77EF0;
}
</style>
border-color css
<style>
span { border-color: #C77EF0; }
span { border-color: rgb(199,126,240); }
td.TdClassName
{
border-color: #C77EF0;
}
.TagClassName
{
border-color: #C77EF0;
}
</style>