Shades of Orchid #DC77CB
Tints of Orchid #DC77CB
RGB
CMYK
RGB Variations
Color information
#DC77CB (or 0xDC77CB) is known color: Orchid. HEX triplet: DC, 77 and CB. RGB value is (220,119,203). Sum of RGB (Red+Green+Blue) = 220+119+203=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77CB is #238834. Grayscale: #9E9E9E. Windows color (decimal): -2328629 or 13334492. OLE color: 13334492.
HSL color Cylindrical-coordinate representation of color #DC77CB: hue angle of 310.1º 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 #DC77CB is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 203 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.14 |
| HSL | 310.1º | 0.59% | 0.66% | - |
| HSV(B) | 310.1º | 0.46% | 0.86% | - |
| XYZ | 46.89 | 32.72 | 60.34 | - |
| YUV | 158.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 203 | 0 | 0.46 | 0.08 | 0.14 | 310.1 | 0.59 | 0.66 |
| Hex | DC | 77 | CB | 0 | 2E | 8 | E | 136 | 3B | 42 |
| Octal | 334 | 167 | 313 | 0 | 56 | 10 | 16 | 466 | 73 | 102 |
| Binary | 11011100 | 1110111 | 11001011 | 0 | 101110 | 1000 | 1110 | 100110110 | 111011 | 1000010 |
Color Harmonies of #DC77CB
Complementary color
Monochromatic Colors of #DC77CB
Black with #DC77CB
Text Example
Text Example
White with #DC77CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77CB; }
p { color: rgb(220,119,203); }
H1.HeaderClassName
{
color: #DC77CB;
}
.AnyTagClassName
{
color: #DC77CB;
}
</style>
background-color css
<style>
a { background-color: #DC77CB; }
a { background-color: rgb(220,119,203); }
div.DivClassName
{
background-color: #DC77CB;
}
.BgClassName
{
background-color: #DC77CB;
}
</style>
border-color css
<style>
span { border-color: #DC77CB; }
span { border-color: rgb(220,119,203); }
td.TdClassName
{
border-color: #DC77CB;
}
.TagClassName
{
border-color: #DC77CB;
}
</style>