Shades of Orchid #DC7DCA
Tints of Orchid #DC7DCA
RGB
CMYK
RGB Variations
Color information
#DC7DCA (or 0xDC7DCA) is known color: Orchid. HEX triplet: DC, 7D and CA. RGB value is (220,125,202). Sum of RGB (Red+Green+Blue) = 220+125+202=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DCA is #238235. Grayscale: #A1A1A1. Windows color (decimal): -2327094 or 13270492. OLE color: 13270492.
HSL color Cylindrical-coordinate representation of color #DC7DCA: hue angle of 311.37º 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 #DC7DCA is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 202 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.14 |
| HSL | 311.37º | 0.58% | 0.68% | - |
| HSV(B) | 311.37º | 0.43% | 0.86% | - |
| XYZ | 47.51 | 34.15 | 59.96 | - |
| YUV | 162.18 | 150.47 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 202 | 0 | 0.43 | 0.08 | 0.14 | 311.37 | 0.58 | 0.68 |
| Hex | DC | 7D | CA | 0 | 2B | 8 | E | 137 | 3A | 44 |
| Octal | 334 | 175 | 312 | 0 | 53 | 10 | 16 | 467 | 72 | 104 |
| Binary | 11011100 | 1111101 | 11001010 | 0 | 101011 | 1000 | 1110 | 100110111 | 111010 | 1000100 |
Color Harmonies of #DC7DCA
Complementary color
Monochromatic Colors of #DC7DCA
Black with #DC7DCA
Text Example
Text Example
White with #DC7DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DCA; }
p { color: rgb(220,125,202); }
H1.HeaderClassName
{
color: #DC7DCA;
}
.AnyTagClassName
{
color: #DC7DCA;
}
</style>
background-color css
<style>
a { background-color: #DC7DCA; }
a { background-color: rgb(220,125,202); }
div.DivClassName
{
background-color: #DC7DCA;
}
.BgClassName
{
background-color: #DC7DCA;
}
</style>
border-color css
<style>
span { border-color: #DC7DCA; }
span { border-color: rgb(220,125,202); }
td.TdClassName
{
border-color: #DC7DCA;
}
.TagClassName
{
border-color: #DC7DCA;
}
</style>