Shades of Orchid #C776C0
Tints of Orchid #C776C0
RGB
CMYK
RGB Variations
Color information
#C776C0 (or 0xC776C0) is known color: Orchid. HEX triplet: C7, 76 and C0. RGB value is (199,118,192). Sum of RGB (Red+Green+Blue) = 199+118+192=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 199 - color contains mainly: red. Hex color #C776C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C776C0 is #38893F. Grayscale: #969696. Windows color (decimal): -3705152 or 12613319. OLE color: 12613319.
HSL color Cylindrical-coordinate representation of color #C776C0: hue angle of 305.19º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C776C0 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 192 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.22 |
| HSL | 305.19º | 0.42% | 0.62% | - |
| HSV(B) | 305.19º | 0.41% | 0.78% | - |
| XYZ | 39.55 | 28.9 | 53.36 | - |
| YUV | 150.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 192 | 0 | 0.41 | 0.04 | 0.22 | 305.19 | 0.42 | 0.62 |
| Hex | C7 | 76 | C0 | 0 | 29 | 4 | 16 | 131 | 2A | 3E |
| Octal | 307 | 166 | 300 | 0 | 51 | 4 | 26 | 461 | 52 | 76 |
| Binary | 11000111 | 1110110 | 11000000 | 0 | 101001 | 100 | 10110 | 100110001 | 101010 | 111110 |
Color Harmonies of #C776C0
Complementary color
Monochromatic Colors of #C776C0
Black with #C776C0
Text Example
Text Example
White with #C776C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C776C0; }
p { color: rgb(199,118,192); }
H1.HeaderClassName
{
color: #C776C0;
}
.AnyTagClassName
{
color: #C776C0;
}
</style>
background-color css
<style>
a { background-color: #C776C0; }
a { background-color: rgb(199,118,192); }
div.DivClassName
{
background-color: #C776C0;
}
.BgClassName
{
background-color: #C776C0;
}
</style>
border-color css
<style>
span { border-color: #C776C0; }
span { border-color: rgb(199,118,192); }
td.TdClassName
{
border-color: #C776C0;
}
.TagClassName
{
border-color: #C776C0;
}
</style>