Shades of Orchid #DC7DCB
Tints of Orchid #DC7DCB
RGB
CMYK
RGB Variations
Color information
#DC7DCB (or 0xDC7DCB) is known color: Orchid. HEX triplet: DC, 7D and CB. RGB value is (220,125,203). Sum of RGB (Red+Green+Blue) = 220+125+203=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DCB is #238234. Grayscale: #A2A2A2. Windows color (decimal): -2327093 or 13336028. OLE color: 13336028.
HSL color Cylindrical-coordinate representation of color #DC7DCB: hue angle of 310.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7DCB is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 203 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.14 |
| HSL | 310.74º | 0.58% | 0.68% | - |
| HSV(B) | 310.74º | 0.43% | 0.86% | - |
| XYZ | 47.63 | 34.19 | 60.59 | - |
| YUV | 162.3 | 150.97 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 203 | 0 | 0.43 | 0.08 | 0.14 | 310.74 | 0.58 | 0.68 |
| Hex | DC | 7D | CB | 0 | 2B | 8 | E | 137 | 3A | 44 |
| Octal | 334 | 175 | 313 | 0 | 53 | 10 | 16 | 467 | 72 | 104 |
| Binary | 11011100 | 1111101 | 11001011 | 0 | 101011 | 1000 | 1110 | 100110111 | 111010 | 1000100 |
Color Harmonies of #DC7DCB
Complementary color
Monochromatic Colors of #DC7DCB
Black with #DC7DCB
Text Example
Text Example
White with #DC7DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DCB; }
p { color: rgb(220,125,203); }
H1.HeaderClassName
{
color: #DC7DCB;
}
.AnyTagClassName
{
color: #DC7DCB;
}
</style>
background-color css
<style>
a { background-color: #DC7DCB; }
a { background-color: rgb(220,125,203); }
div.DivClassName
{
background-color: #DC7DCB;
}
.BgClassName
{
background-color: #DC7DCB;
}
</style>
border-color css
<style>
span { border-color: #DC7DCB; }
span { border-color: rgb(220,125,203); }
td.TdClassName
{
border-color: #DC7DCB;
}
.TagClassName
{
border-color: #DC7DCB;
}
</style>