Shades of Heliotrope #C77DF4
Tints of Heliotrope #C77DF4
RGB
CMYK
RGB Variations
Color information
#C77DF4 (or 0xC77DF4) is known color: Heliotrope. HEX triplet: C7, 7D and F4. RGB value is (199,125,244). Sum of RGB (Red+Green+Blue) = 199+125+244=568 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.04% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 244 (95.70% from 255 or 42.96% from 568); Max value from RGB is 244 - color contains mainly: blue. Hex color #C77DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77DF4 is #38820B. Grayscale: #A0A0A0. Windows color (decimal): -3703308 or 16022983. OLE color: 16022983.
HSL color Cylindrical-coordinate representation of color #C77DF4: hue angle of 277.31º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C77DF4 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 125 | 244 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.04 |
| HSL | 277.31º | 0.84% | 0.72% | - |
| HSV(B) | 277.31º | 0.49% | 0.96% | - |
| XYZ | 47.22 | 33.34 | 89.53 | - |
| YUV | 160.69 | 175.02 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 244 | 0.18 | 0.49 | 0 | 0.04 | 277.31 | 0.84 | 0.72 |
| Hex | C7 | 7D | F4 | 12 | 31 | 0 | 4 | 115 | 54 | 48 |
| Octal | 307 | 175 | 364 | 22 | 61 | 0 | 4 | 425 | 124 | 110 |
| Binary | 11000111 | 1111101 | 11110100 | 10010 | 110001 | 0 | 100 | 100010101 | 1010100 | 1001000 |
Color Harmonies of #C77DF4
Complementary color
Monochromatic Colors of #C77DF4
Black with #C77DF4
Text Example
Text Example
White with #C77DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77DF4; }
p { color: rgb(199,125,244); }
H1.HeaderClassName
{
color: #C77DF4;
}
.AnyTagClassName
{
color: #C77DF4;
}
</style>
background-color css
<style>
a { background-color: #C77DF4; }
a { background-color: rgb(199,125,244); }
div.DivClassName
{
background-color: #C77DF4;
}
.BgClassName
{
background-color: #C77DF4;
}
</style>
border-color css
<style>
span { border-color: #C77DF4; }
span { border-color: rgb(199,125,244); }
td.TdClassName
{
border-color: #C77DF4;
}
.TagClassName
{
border-color: #C77DF4;
}
</style>