Shades of Orchid #DC7DCD
Tints of Orchid #DC7DCD
RGB
CMYK
RGB Variations
Color information
#DC7DCD (or 0xDC7DCD) is known color: Orchid. HEX triplet: DC, 7D and CD. RGB value is (220,125,205). Sum of RGB (Red+Green+Blue) = 220+125+205=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DCD is #238232. Grayscale: #A2A2A2. Windows color (decimal): -2327091 or 13467100. OLE color: 13467100.
HSL color Cylindrical-coordinate representation of color #DC7DCD: hue angle of 309.47º 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 #DC7DCD is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 205 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.14 |
| HSL | 309.47º | 0.58% | 0.68% | - |
| HSV(B) | 309.47º | 0.43% | 0.86% | - |
| XYZ | 47.87 | 34.29 | 61.85 | - |
| YUV | 162.53 | 151.97 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 205 | 0 | 0.43 | 0.07 | 0.14 | 309.47 | 0.58 | 0.68 |
| Hex | DC | 7D | CD | 0 | 2B | 7 | E | 135 | 3A | 44 |
| Octal | 334 | 175 | 315 | 0 | 53 | 7 | 16 | 465 | 72 | 104 |
| Binary | 11011100 | 1111101 | 11001101 | 0 | 101011 | 111 | 1110 | 100110101 | 111010 | 1000100 |
Color Harmonies of #DC7DCD
Complementary color
Monochromatic Colors of #DC7DCD
Black with #DC7DCD
Text Example
Text Example
White with #DC7DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DCD; }
p { color: rgb(220,125,205); }
H1.HeaderClassName
{
color: #DC7DCD;
}
.AnyTagClassName
{
color: #DC7DCD;
}
</style>
background-color css
<style>
a { background-color: #DC7DCD; }
a { background-color: rgb(220,125,205); }
div.DivClassName
{
background-color: #DC7DCD;
}
.BgClassName
{
background-color: #DC7DCD;
}
</style>
border-color css
<style>
span { border-color: #DC7DCD; }
span { border-color: rgb(220,125,205); }
td.TdClassName
{
border-color: #DC7DCD;
}
.TagClassName
{
border-color: #DC7DCD;
}
</style>