Shades of Orchid #C776C2
Tints of Orchid #C776C2
RGB
CMYK
RGB Variations
Color information
#C776C2 (or 0xC776C2) is known color: Orchid. HEX triplet: C7, 76 and C2. RGB value is (199,118,194). Sum of RGB (Red+Green+Blue) = 199+118+194=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 199 - color contains mainly: red. Hex color #C776C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C776C2 is #38893D. Grayscale: #969696. Windows color (decimal): -3705150 or 12744391. OLE color: 12744391.
HSL color Cylindrical-coordinate representation of color #C776C2: hue angle of 303.7º 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 #C776C2 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 194 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.22 |
| HSL | 303.7º | 0.42% | 0.62% | - |
| HSV(B) | 303.7º | 0.41% | 0.78% | - |
| XYZ | 39.77 | 28.99 | 54.54 | - |
| YUV | 150.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 194 | 0 | 0.41 | 0.03 | 0.22 | 303.7 | 0.42 | 0.62 |
| Hex | C7 | 76 | C2 | 0 | 29 | 3 | 16 | 130 | 2A | 3E |
| Octal | 307 | 166 | 302 | 0 | 51 | 3 | 26 | 460 | 52 | 76 |
| Binary | 11000111 | 1110110 | 11000010 | 0 | 101001 | 11 | 10110 | 100110000 | 101010 | 111110 |
Color Harmonies of #C776C2
Complementary color
Monochromatic Colors of #C776C2
Black with #C776C2
Text Example
Text Example
White with #C776C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C776C2; }
p { color: rgb(199,118,194); }
H1.HeaderClassName
{
color: #C776C2;
}
.AnyTagClassName
{
color: #C776C2;
}
</style>
background-color css
<style>
a { background-color: #C776C2; }
a { background-color: rgb(199,118,194); }
div.DivClassName
{
background-color: #C776C2;
}
.BgClassName
{
background-color: #C776C2;
}
</style>
border-color css
<style>
span { border-color: #C776C2; }
span { border-color: rgb(199,118,194); }
td.TdClassName
{
border-color: #C776C2;
}
.TagClassName
{
border-color: #C776C2;
}
</style>