Shades of Heliotrope #C77DED
Tints of Heliotrope #C77DED
RGB
CMYK
RGB Variations
Color information
#C77DED (or 0xC77DED) is known color: Heliotrope. HEX triplet: C7, 7D and ED. RGB value is (199,125,237). Sum of RGB (Red+Green+Blue) = 199+125+237=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #C77DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77DED is #388212. Grayscale: #9F9F9F. Windows color (decimal): -3703315 or 15564231. OLE color: 15564231.
HSL color Cylindrical-coordinate representation of color #C77DED: hue angle of 279.64º degrees, saturation: 0.76, 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 #C77DED is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 125 | 237 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.07 |
| HSL | 279.64º | 0.76% | 0.71% | - |
| HSV(B) | 279.64º | 0.47% | 0.93% | - |
| XYZ | 46.17 | 32.92 | 84.04 | - |
| YUV | 159.89 | 171.52 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 237 | 0.16 | 0.47 | 0 | 0.07 | 279.64 | 0.76 | 0.71 |
| Hex | C7 | 7D | ED | 10 | 2F | 0 | 7 | 118 | 4C | 47 |
| Octal | 307 | 175 | 355 | 20 | 57 | 0 | 7 | 430 | 114 | 107 |
| Binary | 11000111 | 1111101 | 11101101 | 10000 | 101111 | 0 | 111 | 100011000 | 1001100 | 1000111 |
Color Harmonies of #C77DED
Complementary color
Monochromatic Colors of #C77DED
Black with #C77DED
Text Example
Text Example
White with #C77DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77DED; }
p { color: rgb(199,125,237); }
H1.HeaderClassName
{
color: #C77DED;
}
.AnyTagClassName
{
color: #C77DED;
}
</style>
background-color css
<style>
a { background-color: #C77DED; }
a { background-color: rgb(199,125,237); }
div.DivClassName
{
background-color: #C77DED;
}
.BgClassName
{
background-color: #C77DED;
}
</style>
border-color css
<style>
span { border-color: #C77DED; }
span { border-color: rgb(199,125,237); }
td.TdClassName
{
border-color: #C77DED;
}
.TagClassName
{
border-color: #C77DED;
}
</style>