Shades of Orchid #C77ECD
Tints of Orchid #C77ECD
RGB
CMYK
RGB Variations
Color information
#C77ECD (or 0xC77ECD) is known color: Orchid. HEX triplet: C7, 7E and CD. RGB value is (199,126,205). Sum of RGB (Red+Green+Blue) = 199+126+205=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #C77ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ECD is #388132. Grayscale: #9C9C9C. Windows color (decimal): -3703091 or 13467335. OLE color: 13467335.
HSL color Cylindrical-coordinate representation of color #C77ECD: hue angle of 295.44º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77ECD is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 126 | 205 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.20 |
| HSL | 295.44º | 0.44% | 0.65% | - |
| HSV(B) | 295.44º | 0.39% | 0.8% | - |
| XYZ | 42.03 | 31.47 | 61.62 | - |
| YUV | 156.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 205 | 0.03 | 0.39 | 0 | 0.20 | 295.44 | 0.44 | 0.65 |
| Hex | C7 | 7E | CD | 3 | 27 | 0 | 14 | 127 | 2C | 41 |
| Octal | 307 | 176 | 315 | 3 | 47 | 0 | 24 | 447 | 54 | 101 |
| Binary | 11000111 | 1111110 | 11001101 | 11 | 100111 | 0 | 10100 | 100100111 | 101100 | 1000001 |
Color Harmonies of #C77ECD
Complementary color
Monochromatic Colors of #C77ECD
Black with #C77ECD
Text Example
Text Example
White with #C77ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77ECD; }
p { color: rgb(199,126,205); }
H1.HeaderClassName
{
color: #C77ECD;
}
.AnyTagClassName
{
color: #C77ECD;
}
</style>
background-color css
<style>
a { background-color: #C77ECD; }
a { background-color: rgb(199,126,205); }
div.DivClassName
{
background-color: #C77ECD;
}
.BgClassName
{
background-color: #C77ECD;
}
</style>
border-color css
<style>
span { border-color: #C77ECD; }
span { border-color: rgb(199,126,205); }
td.TdClassName
{
border-color: #C77ECD;
}
.TagClassName
{
border-color: #C77ECD;
}
</style>