Shades of Orchid #DC7ED6
Tints of Orchid #DC7ED6
RGB
CMYK
RGB Variations
Color information
#DC7ED6 (or 0xDC7ED6) is known color: Orchid. HEX triplet: DC, 7E and D6. RGB value is (220,126,214). Sum of RGB (Red+Green+Blue) = 220+126+214=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ED6 is #238129. Grayscale: #A3A3A3. Windows color (decimal): -2326826 or 14057180. OLE color: 14057180.
HSL color Cylindrical-coordinate representation of color #DC7ED6: hue angle of 303.83º 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 #DC7ED6 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 214 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.14 |
| HSL | 303.83º | 0.57% | 0.68% | - |
| HSV(B) | 303.83º | 0.43% | 0.86% | - |
| XYZ | 49.11 | 34.99 | 67.78 | - |
| YUV | 164.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 214 | 0 | 0.43 | 0.03 | 0.14 | 303.83 | 0.57 | 0.68 |
| Hex | DC | 7E | D6 | 0 | 2B | 3 | E | 130 | 39 | 44 |
| Octal | 334 | 176 | 326 | 0 | 53 | 3 | 16 | 460 | 71 | 104 |
| Binary | 11011100 | 1111110 | 11010110 | 0 | 101011 | 11 | 1110 | 100110000 | 111001 | 1000100 |
Color Harmonies of #DC7ED6
Complementary color
Monochromatic Colors of #DC7ED6
Black with #DC7ED6
Text Example
Text Example
White with #DC7ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7ED6; }
p { color: rgb(220,126,214); }
H1.HeaderClassName
{
color: #DC7ED6;
}
.AnyTagClassName
{
color: #DC7ED6;
}
</style>
background-color css
<style>
a { background-color: #DC7ED6; }
a { background-color: rgb(220,126,214); }
div.DivClassName
{
background-color: #DC7ED6;
}
.BgClassName
{
background-color: #DC7ED6;
}
</style>
border-color css
<style>
span { border-color: #DC7ED6; }
span { border-color: rgb(220,126,214); }
td.TdClassName
{
border-color: #DC7ED6;
}
.TagClassName
{
border-color: #DC7ED6;
}
</style>