Shades of Heliotrope #C776ED
Tints of Heliotrope #C776ED
RGB
CMYK
RGB Variations
Color information
#C776ED (or 0xC776ED) is known color: Heliotrope. HEX triplet: C7, 76 and ED. RGB value is (199,118,237). Sum of RGB (Red+Green+Blue) = 199+118+237=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #C776ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C776ED is #388912. Grayscale: #9B9B9B. Windows color (decimal): -3705107 or 15562439. OLE color: 15562439.
HSL color Cylindrical-coordinate representation of color #C776ED: hue angle of 280.84º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C776ED is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 118 | 237 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.07 |
| HSL | 280.84º | 0.77% | 0.7% | - |
| HSV(B) | 280.84º | 0.5% | 0.93% | - |
| XYZ | 45.32 | 31.21 | 83.76 | - |
| YUV | 155.79 | 173.84 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 237 | 0.16 | 0.50 | 0 | 0.07 | 280.84 | 0.77 | 0.7 |
| Hex | C7 | 76 | ED | 10 | 32 | 0 | 7 | 119 | 4D | 46 |
| Octal | 307 | 166 | 355 | 20 | 62 | 0 | 7 | 431 | 115 | 106 |
| Binary | 11000111 | 1110110 | 11101101 | 10000 | 110010 | 0 | 111 | 100011001 | 1001101 | 1000110 |
Color Harmonies of #C776ED
Complementary color
Monochromatic Colors of #C776ED
Black with #C776ED
Text Example
Text Example
White with #C776ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C776ED; }
p { color: rgb(199,118,237); }
H1.HeaderClassName
{
color: #C776ED;
}
.AnyTagClassName
{
color: #C776ED;
}
</style>
background-color css
<style>
a { background-color: #C776ED; }
a { background-color: rgb(199,118,237); }
div.DivClassName
{
background-color: #C776ED;
}
.BgClassName
{
background-color: #C776ED;
}
</style>
border-color css
<style>
span { border-color: #C776ED; }
span { border-color: rgb(199,118,237); }
td.TdClassName
{
border-color: #C776ED;
}
.TagClassName
{
border-color: #C776ED;
}
</style>