Shades of Orchid #C77CC0
Tints of Orchid #C77CC0
RGB
CMYK
RGB Variations
Color information
#C77CC0 (or 0xC77CC0) is known color: Orchid. HEX triplet: C7, 7C and C0. RGB value is (199,124,192). Sum of RGB (Red+Green+Blue) = 199+124+192=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CC0 is #38833F. Grayscale: #999999. Windows color (decimal): -3703616 or 12614855. OLE color: 12614855.
HSL color Cylindrical-coordinate representation of color #C77CC0: hue angle of 305.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77CC0 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 192 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.22 |
| HSL | 305.6º | 0.4% | 0.63% | - |
| HSV(B) | 305.6º | 0.38% | 0.78% | - |
| XYZ | 40.28 | 30.36 | 53.61 | - |
| YUV | 154.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 192 | 0 | 0.38 | 0.04 | 0.22 | 305.6 | 0.4 | 0.63 |
| Hex | C7 | 7C | C0 | 0 | 26 | 4 | 16 | 132 | 28 | 3F |
| Octal | 307 | 174 | 300 | 0 | 46 | 4 | 26 | 462 | 50 | 77 |
| Binary | 11000111 | 1111100 | 11000000 | 0 | 100110 | 100 | 10110 | 100110010 | 101000 | 111111 |
Color Harmonies of #C77CC0
Complementary color
Monochromatic Colors of #C77CC0
Black with #C77CC0
Text Example
Text Example
White with #C77CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77CC0; }
p { color: rgb(199,124,192); }
H1.HeaderClassName
{
color: #C77CC0;
}
.AnyTagClassName
{
color: #C77CC0;
}
</style>
background-color css
<style>
a { background-color: #C77CC0; }
a { background-color: rgb(199,124,192); }
div.DivClassName
{
background-color: #C77CC0;
}
.BgClassName
{
background-color: #C77CC0;
}
</style>
border-color css
<style>
span { border-color: #C77CC0; }
span { border-color: rgb(199,124,192); }
td.TdClassName
{
border-color: #C77CC0;
}
.TagClassName
{
border-color: #C77CC0;
}
</style>