Shades of Orchid #C776D4
Tints of Orchid #C776D4
RGB
CMYK
RGB Variations
Color information
#C776D4 (or 0xC776D4) is known color: Orchid. HEX triplet: C7, 76 and D4. RGB value is (199,118,212). Sum of RGB (Red+Green+Blue) = 199+118+212=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 212 - color contains mainly: blue. Hex color #C776D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C776D4 is #38892B. Grayscale: #989898. Windows color (decimal): -3705132 or 13924039. OLE color: 13924039.
HSL color Cylindrical-coordinate representation of color #C776D4: hue angle of 291.7º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C776D4 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 118 | 212 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.17 |
| HSL | 291.7º | 0.52% | 0.65% | - |
| HSV(B) | 291.7º | 0.44% | 0.83% | - |
| XYZ | 41.92 | 29.85 | 65.84 | - |
| YUV | 152.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 212 | 0.06 | 0.44 | 0 | 0.17 | 291.7 | 0.52 | 0.65 |
| Hex | C7 | 76 | D4 | 6 | 2C | 0 | 11 | 124 | 34 | 41 |
| Octal | 307 | 166 | 324 | 6 | 54 | 0 | 21 | 444 | 64 | 101 |
| Binary | 11000111 | 1110110 | 11010100 | 110 | 101100 | 0 | 10001 | 100100100 | 110100 | 1000001 |
Color Harmonies of #C776D4
Complementary color
Monochromatic Colors of #C776D4
Black with #C776D4
Text Example
Text Example
White with #C776D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C776D4; }
p { color: rgb(199,118,212); }
H1.HeaderClassName
{
color: #C776D4;
}
.AnyTagClassName
{
color: #C776D4;
}
</style>
background-color css
<style>
a { background-color: #C776D4; }
a { background-color: rgb(199,118,212); }
div.DivClassName
{
background-color: #C776D4;
}
.BgClassName
{
background-color: #C776D4;
}
</style>
border-color css
<style>
span { border-color: #C776D4; }
span { border-color: rgb(199,118,212); }
td.TdClassName
{
border-color: #C776D4;
}
.TagClassName
{
border-color: #C776D4;
}
</style>