Shades of Orchid #DC7EC9
Tints of Orchid #DC7EC9
RGB
CMYK
RGB Variations
Color information
#DC7EC9 (or 0xDC7EC9) is known color: Orchid. HEX triplet: DC, 7E and C9. RGB value is (220,126,201). Sum of RGB (Red+Green+Blue) = 220+126+201=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7EC9 is #238136. Grayscale: #A2A2A2. Windows color (decimal): -2326839 or 13205212. OLE color: 13205212.
HSL color Cylindrical-coordinate representation of color #DC7EC9: hue angle of 312.13º degrees, saturation: 0.57, 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 #DC7EC9 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 201 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.14 |
| HSL | 312.13º | 0.57% | 0.68% | - |
| HSV(B) | 312.13º | 0.43% | 0.86% | - |
| XYZ | 47.52 | 34.35 | 59.38 | - |
| YUV | 162.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 201 | 0 | 0.43 | 0.09 | 0.14 | 312.13 | 0.57 | 0.68 |
| Hex | DC | 7E | C9 | 0 | 2B | 9 | E | 138 | 39 | 44 |
| Octal | 334 | 176 | 311 | 0 | 53 | 11 | 16 | 470 | 71 | 104 |
| Binary | 11011100 | 1111110 | 11001001 | 0 | 101011 | 1001 | 1110 | 100111000 | 111001 | 1000100 |
Color Harmonies of #DC7EC9
Complementary color
Monochromatic Colors of #DC7EC9
Black with #DC7EC9
Text Example
Text Example
White with #DC7EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7EC9; }
p { color: rgb(220,126,201); }
H1.HeaderClassName
{
color: #DC7EC9;
}
.AnyTagClassName
{
color: #DC7EC9;
}
</style>
background-color css
<style>
a { background-color: #DC7EC9; }
a { background-color: rgb(220,126,201); }
div.DivClassName
{
background-color: #DC7EC9;
}
.BgClassName
{
background-color: #DC7EC9;
}
</style>
border-color css
<style>
span { border-color: #DC7EC9; }
span { border-color: rgb(220,126,201); }
td.TdClassName
{
border-color: #DC7EC9;
}
.TagClassName
{
border-color: #DC7EC9;
}
</style>