Shades of Heliotrope #C77FF6
Tints of Heliotrope #C77FF6
RGB
CMYK
RGB Variations
Color information
#C77FF6 (or 0xC77FF6) is known color: Heliotrope. HEX triplet: C7, 7F and F6. RGB value is (199,127,246). Sum of RGB (Red+Green+Blue) = 199+127+246=572 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.79% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #C77FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77FF6 is #388009. Grayscale: #A1A1A1. Windows color (decimal): -3702794 or 16154567. OLE color: 16154567.
HSL color Cylindrical-coordinate representation of color #C77FF6: hue angle of 276.3º degrees, saturation: 0.87, 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 #C77FF6 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 127 | 246 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.04 |
| HSL | 276.3º | 0.87% | 0.73% | - |
| HSV(B) | 276.3º | 0.48% | 0.96% | - |
| XYZ | 47.78 | 33.97 | 91.23 | - |
| YUV | 162.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 246 | 0.19 | 0.48 | 0 | 0.04 | 276.3 | 0.87 | 0.73 |
| Hex | C7 | 7F | F6 | 13 | 30 | 0 | 4 | 114 | 57 | 49 |
| Octal | 307 | 177 | 366 | 23 | 60 | 0 | 4 | 424 | 127 | 111 |
| Binary | 11000111 | 1111111 | 11110110 | 10011 | 110000 | 0 | 100 | 100010100 | 1010111 | 1001001 |
Color Harmonies of #C77FF6
Complementary color
Monochromatic Colors of #C77FF6
Black with #C77FF6
Text Example
Text Example
White with #C77FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77FF6; }
p { color: rgb(199,127,246); }
H1.HeaderClassName
{
color: #C77FF6;
}
.AnyTagClassName
{
color: #C77FF6;
}
</style>
background-color css
<style>
a { background-color: #C77FF6; }
a { background-color: rgb(199,127,246); }
div.DivClassName
{
background-color: #C77FF6;
}
.BgClassName
{
background-color: #C77FF6;
}
</style>
border-color css
<style>
span { border-color: #C77FF6; }
span { border-color: rgb(199,127,246); }
td.TdClassName
{
border-color: #C77FF6;
}
.TagClassName
{
border-color: #C77FF6;
}
</style>