Shades of Heliotrope #C77DEC
Tints of Heliotrope #C77DEC
RGB
CMYK
RGB Variations
Color information
#C77DEC (or 0xC77DEC) is known color: Heliotrope. HEX triplet: C7, 7D and EC. RGB value is (199,125,236). Sum of RGB (Red+Green+Blue) = 199+125+236=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #C77DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77DEC is #388213. Grayscale: #9F9F9F. Windows color (decimal): -3703316 or 15498695. OLE color: 15498695.
HSL color Cylindrical-coordinate representation of color #C77DEC: hue angle of 280º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C77DEC is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 125 | 236 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.07 |
| HSL | 280º | 0.74% | 0.71% | - |
| HSV(B) | 280º | 0.47% | 0.93% | - |
| XYZ | 46.03 | 32.87 | 83.27 | - |
| YUV | 159.78 | 171.02 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 236 | 0.16 | 0.47 | 0 | 0.07 | 280 | 0.74 | 0.71 |
| Hex | C7 | 7D | EC | 10 | 2F | 0 | 7 | 118 | 4A | 47 |
| Octal | 307 | 175 | 354 | 20 | 57 | 0 | 7 | 430 | 112 | 107 |
| Binary | 11000111 | 1111101 | 11101100 | 10000 | 101111 | 0 | 111 | 100011000 | 1001010 | 1000111 |
Color Harmonies of #C77DEC
Complementary color
Monochromatic Colors of #C77DEC
Black with #C77DEC
Text Example
Text Example
White with #C77DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77DEC; }
p { color: rgb(199,125,236); }
H1.HeaderClassName
{
color: #C77DEC;
}
.AnyTagClassName
{
color: #C77DEC;
}
</style>
background-color css
<style>
a { background-color: #C77DEC; }
a { background-color: rgb(199,125,236); }
div.DivClassName
{
background-color: #C77DEC;
}
.BgClassName
{
background-color: #C77DEC;
}
</style>
border-color css
<style>
span { border-color: #C77DEC; }
span { border-color: rgb(199,125,236); }
td.TdClassName
{
border-color: #C77DEC;
}
.TagClassName
{
border-color: #C77DEC;
}
</style>