Shades of Orchid #DC7EC8
Tints of Orchid #DC7EC8
RGB
CMYK
RGB Variations
Color information
#DC7EC8 (or 0xDC7EC8) is known color: Orchid. HEX triplet: DC, 7E and C8. RGB value is (220,126,200). Sum of RGB (Red+Green+Blue) = 220+126+200=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7EC8 is #238137. Grayscale: #A2A2A2. Windows color (decimal): -2326840 or 13139676. OLE color: 13139676.
HSL color Cylindrical-coordinate representation of color #DC7EC8: hue angle of 312.77º 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 #DC7EC8 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 200 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.14 |
| HSL | 312.77º | 0.57% | 0.68% | - |
| HSV(B) | 312.77º | 0.43% | 0.86% | - |
| XYZ | 47.4 | 34.31 | 58.77 | - |
| YUV | 162.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 200 | 0 | 0.43 | 0.09 | 0.14 | 312.77 | 0.57 | 0.68 |
| Hex | DC | 7E | C8 | 0 | 2B | 9 | E | 139 | 39 | 44 |
| Octal | 334 | 176 | 310 | 0 | 53 | 11 | 16 | 471 | 71 | 104 |
| Binary | 11011100 | 1111110 | 11001000 | 0 | 101011 | 1001 | 1110 | 100111001 | 111001 | 1000100 |
Color Harmonies of #DC7EC8
Complementary color
Monochromatic Colors of #DC7EC8
Black with #DC7EC8
Text Example
Text Example
White with #DC7EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7EC8; }
p { color: rgb(220,126,200); }
H1.HeaderClassName
{
color: #DC7EC8;
}
.AnyTagClassName
{
color: #DC7EC8;
}
</style>
background-color css
<style>
a { background-color: #DC7EC8; }
a { background-color: rgb(220,126,200); }
div.DivClassName
{
background-color: #DC7EC8;
}
.BgClassName
{
background-color: #DC7EC8;
}
</style>
border-color css
<style>
span { border-color: #DC7EC8; }
span { border-color: rgb(220,126,200); }
td.TdClassName
{
border-color: #DC7EC8;
}
.TagClassName
{
border-color: #DC7EC8;
}
</style>