Shades of Orchid #C771C0
Tints of Orchid #C771C0
RGB
CMYK
RGB Variations
Color information
#C771C0 (or 0xC771C0) is known color: Orchid. HEX triplet: C7, 71 and C0. RGB value is (199,113,192). Sum of RGB (Red+Green+Blue) = 199+113+192=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C771C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771C0 is #388E3F. Grayscale: #939393. Windows color (decimal): -3706432 or 12612039. OLE color: 12612039.
HSL color Cylindrical-coordinate representation of color #C771C0: hue angle of 304.88º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C771C0 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 113 | 192 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.22 |
| HSL | 304.88º | 0.43% | 0.61% | - |
| HSV(B) | 304.88º | 0.43% | 0.78% | - |
| XYZ | 38.97 | 27.76 | 53.17 | - |
| YUV | 147.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 192 | 0 | 0.43 | 0.04 | 0.22 | 304.88 | 0.43 | 0.61 |
| Hex | C7 | 71 | C0 | 0 | 2B | 4 | 16 | 131 | 2B | 3D |
| Octal | 307 | 161 | 300 | 0 | 53 | 4 | 26 | 461 | 53 | 75 |
| Binary | 11000111 | 1110001 | 11000000 | 0 | 101011 | 100 | 10110 | 100110001 | 101011 | 111101 |
Color Harmonies of #C771C0
Complementary color
Monochromatic Colors of #C771C0
Black with #C771C0
Text Example
Text Example
White with #C771C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C771C0; }
p { color: rgb(199,113,192); }
H1.HeaderClassName
{
color: #C771C0;
}
.AnyTagClassName
{
color: #C771C0;
}
</style>
background-color css
<style>
a { background-color: #C771C0; }
a { background-color: rgb(199,113,192); }
div.DivClassName
{
background-color: #C771C0;
}
.BgClassName
{
background-color: #C771C0;
}
</style>
border-color css
<style>
span { border-color: #C771C0; }
span { border-color: rgb(199,113,192); }
td.TdClassName
{
border-color: #C771C0;
}
.TagClassName
{
border-color: #C771C0;
}
</style>