Shades of Orchid #C77EC0
Tints of Orchid #C77EC0
RGB
CMYK
RGB Variations
Color information
#C77EC0 (or 0xC77EC0) is known color: Orchid. HEX triplet: C7, 7E and C0. RGB value is (199,126,192). Sum of RGB (Red+Green+Blue) = 199+126+192=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 199 - color contains mainly: red. Hex color #C77EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77EC0 is #38813F. Grayscale: #9B9B9B. Windows color (decimal): -3703104 or 12615367. OLE color: 12615367.
HSL color Cylindrical-coordinate representation of color #C77EC0: hue angle of 305.75º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C77EC0 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 192 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.22 |
| HSL | 305.75º | 0.39% | 0.64% | - |
| HSV(B) | 305.75º | 0.37% | 0.78% | - |
| XYZ | 40.53 | 30.87 | 53.69 | - |
| YUV | 155.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 192 | 0 | 0.37 | 0.04 | 0.22 | 305.75 | 0.39 | 0.64 |
| Hex | C7 | 7E | C0 | 0 | 25 | 4 | 16 | 132 | 27 | 40 |
| Octal | 307 | 176 | 300 | 0 | 45 | 4 | 26 | 462 | 47 | 100 |
| Binary | 11000111 | 1111110 | 11000000 | 0 | 100101 | 100 | 10110 | 100110010 | 100111 | 1000000 |
Color Harmonies of #C77EC0
Complementary color
Monochromatic Colors of #C77EC0
Black with #C77EC0
Text Example
Text Example
White with #C77EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77EC0; }
p { color: rgb(199,126,192); }
H1.HeaderClassName
{
color: #C77EC0;
}
.AnyTagClassName
{
color: #C77EC0;
}
</style>
background-color css
<style>
a { background-color: #C77EC0; }
a { background-color: rgb(199,126,192); }
div.DivClassName
{
background-color: #C77EC0;
}
.BgClassName
{
background-color: #C77EC0;
}
</style>
border-color css
<style>
span { border-color: #C77EC0; }
span { border-color: rgb(199,126,192); }
td.TdClassName
{
border-color: #C77EC0;
}
.TagClassName
{
border-color: #C77EC0;
}
</style>