Shades of Heliotrope #C77CF8
Tints of Heliotrope #C77CF8
RGB
CMYK
RGB Variations
Color information
#C77CF8 (or 0xC77CF8) is known color: Heliotrope. HEX triplet: C7, 7C and F8. RGB value is (199,124,248). Sum of RGB (Red+Green+Blue) = 199+124+248=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 248 (97.27% from 255 or 43.43% from 571); Max value from RGB is 248 - color contains mainly: blue. Hex color #C77CF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77CF8 is #388307. Grayscale: #A0A0A0. Windows color (decimal): -3703560 or 16284871. OLE color: 16284871.
HSL color Cylindrical-coordinate representation of color #C77CF8: hue angle of 276.29º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C77CF8 is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 124 | 248 | - |
| CMYK | 0.20 | 0.5 | 0 | 0.03 |
| HSL | 276.29º | 0.9% | 0.73% | - |
| HSV(B) | 276.29º | 0.5% | 0.97% | - |
| XYZ | 47.7 | 33.33 | 92.73 | - |
| YUV | 160.56 | 177.35 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 248 | 0.20 | 0.5 | 0 | 0.03 | 276.29 | 0.9 | 0.73 |
| Hex | C7 | 7C | F8 | 14 | 32 | 0 | 3 | 114 | 5A | 49 |
| Octal | 307 | 174 | 370 | 24 | 62 | 0 | 3 | 424 | 132 | 111 |
| Binary | 11000111 | 1111100 | 11111000 | 10100 | 110010 | 0 | 11 | 100010100 | 1011010 | 1001001 |
Color Harmonies of #C77CF8
Complementary color
Monochromatic Colors of #C77CF8
Black with #C77CF8
Text Example
Text Example
White with #C77CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77CF8; }
p { color: rgb(199,124,248); }
H1.HeaderClassName
{
color: #C77CF8;
}
.AnyTagClassName
{
color: #C77CF8;
}
</style>
background-color css
<style>
a { background-color: #C77CF8; }
a { background-color: rgb(199,124,248); }
div.DivClassName
{
background-color: #C77CF8;
}
.BgClassName
{
background-color: #C77CF8;
}
</style>
border-color css
<style>
span { border-color: #C77CF8; }
span { border-color: rgb(199,124,248); }
td.TdClassName
{
border-color: #C77CF8;
}
.TagClassName
{
border-color: #C77CF8;
}
</style>