Shades of Heliotrope #C77DF2
Tints of Heliotrope #C77DF2
RGB
CMYK
RGB Variations
Color information
#C77DF2 (or 0xC77DF2) is known color: Heliotrope. HEX triplet: C7, 7D and F2. RGB value is (199,125,242). Sum of RGB (Red+Green+Blue) = 199+125+242=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #C77DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77DF2 is #38820D. Grayscale: #A0A0A0. Windows color (decimal): -3703310 or 15891911. OLE color: 15891911.
HSL color Cylindrical-coordinate representation of color #C77DF2: hue angle of 277.95º degrees, saturation: 0.82, 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 #C77DF2 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 125 | 242 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.05 |
| HSL | 277.95º | 0.82% | 0.72% | - |
| HSV(B) | 277.95º | 0.48% | 0.95% | - |
| XYZ | 46.91 | 33.22 | 87.94 | - |
| YUV | 160.46 | 174.02 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 242 | 0.18 | 0.48 | 0 | 0.05 | 277.95 | 0.82 | 0.72 |
| Hex | C7 | 7D | F2 | 12 | 30 | 0 | 5 | 116 | 52 | 48 |
| Octal | 307 | 175 | 362 | 22 | 60 | 0 | 5 | 426 | 122 | 110 |
| Binary | 11000111 | 1111101 | 11110010 | 10010 | 110000 | 0 | 101 | 100010110 | 1010010 | 1001000 |
Color Harmonies of #C77DF2
Complementary color
Monochromatic Colors of #C77DF2
Black with #C77DF2
Text Example
Text Example
White with #C77DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77DF2; }
p { color: rgb(199,125,242); }
H1.HeaderClassName
{
color: #C77DF2;
}
.AnyTagClassName
{
color: #C77DF2;
}
</style>
background-color css
<style>
a { background-color: #C77DF2; }
a { background-color: rgb(199,125,242); }
div.DivClassName
{
background-color: #C77DF2;
}
.BgClassName
{
background-color: #C77DF2;
}
</style>
border-color css
<style>
span { border-color: #C77DF2; }
span { border-color: rgb(199,125,242); }
td.TdClassName
{
border-color: #C77DF2;
}
.TagClassName
{
border-color: #C77DF2;
}
</style>