Shades of Orchid #DC77C0
Tints of Orchid #DC77C0
RGB
CMYK
RGB Variations
Color information
#DC77C0 (or 0xDC77C0) is known color: Orchid. HEX triplet: DC, 77 and C0. RGB value is (220,119,192). Sum of RGB (Red+Green+Blue) = 220+119+192=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77C0 is #23883F. Grayscale: #9D9D9D. Windows color (decimal): -2328640 or 12613596. OLE color: 12613596.
HSL color Cylindrical-coordinate representation of color #DC77C0: hue angle of 316.63º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC77C0 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 192 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.14 |
| HSL | 316.63º | 0.59% | 0.66% | - |
| HSV(B) | 316.63º | 0.46% | 0.86% | - |
| XYZ | 45.63 | 32.22 | 53.68 | - |
| YUV | 157.52 | 147.46 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 192 | 0 | 0.46 | 0.13 | 0.14 | 316.63 | 0.59 | 0.66 |
| Hex | DC | 77 | C0 | 0 | 2E | D | E | 13D | 3B | 42 |
| Octal | 334 | 167 | 300 | 0 | 56 | 15 | 16 | 475 | 73 | 102 |
| Binary | 11011100 | 1110111 | 11000000 | 0 | 101110 | 1101 | 1110 | 100111101 | 111011 | 1000010 |
Color Harmonies of #DC77C0
Complementary color
Monochromatic Colors of #DC77C0
Black with #DC77C0
Text Example
Text Example
White with #DC77C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77C0; }
p { color: rgb(220,119,192); }
H1.HeaderClassName
{
color: #DC77C0;
}
.AnyTagClassName
{
color: #DC77C0;
}
</style>
background-color css
<style>
a { background-color: #DC77C0; }
a { background-color: rgb(220,119,192); }
div.DivClassName
{
background-color: #DC77C0;
}
.BgClassName
{
background-color: #DC77C0;
}
</style>
border-color css
<style>
span { border-color: #DC77C0; }
span { border-color: rgb(220,119,192); }
td.TdClassName
{
border-color: #DC77C0;
}
.TagClassName
{
border-color: #DC77C0;
}
</style>