Shades of Orchid #DC7EC4
Tints of Orchid #DC7EC4
RGB
CMYK
RGB Variations
Color information
#DC7EC4 (or 0xDC7EC4) is known color: Orchid. HEX triplet: DC, 7E and C4. RGB value is (220,126,196). Sum of RGB (Red+Green+Blue) = 220+126+196=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7EC4 is #23813B. Grayscale: #A1A1A1. Windows color (decimal): -2326844 or 12877532. OLE color: 12877532.
HSL color Cylindrical-coordinate representation of color #DC7EC4: hue angle of 315.32º 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 #DC7EC4 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 196 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.14 |
| HSL | 315.32º | 0.57% | 0.68% | - |
| HSV(B) | 315.32º | 0.43% | 0.86% | - |
| XYZ | 46.94 | 34.12 | 56.34 | - |
| YUV | 162.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 196 | 0 | 0.43 | 0.11 | 0.14 | 315.32 | 0.57 | 0.68 |
| Hex | DC | 7E | C4 | 0 | 2B | B | E | 13B | 39 | 44 |
| Octal | 334 | 176 | 304 | 0 | 53 | 13 | 16 | 473 | 71 | 104 |
| Binary | 11011100 | 1111110 | 11000100 | 0 | 101011 | 1011 | 1110 | 100111011 | 111001 | 1000100 |
Color Harmonies of #DC7EC4
Complementary color
Monochromatic Colors of #DC7EC4
Black with #DC7EC4
Text Example
Text Example
White with #DC7EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7EC4; }
p { color: rgb(220,126,196); }
H1.HeaderClassName
{
color: #DC7EC4;
}
.AnyTagClassName
{
color: #DC7EC4;
}
</style>
background-color css
<style>
a { background-color: #DC7EC4; }
a { background-color: rgb(220,126,196); }
div.DivClassName
{
background-color: #DC7EC4;
}
.BgClassName
{
background-color: #DC7EC4;
}
</style>
border-color css
<style>
span { border-color: #DC7EC4; }
span { border-color: rgb(220,126,196); }
td.TdClassName
{
border-color: #DC7EC4;
}
.TagClassName
{
border-color: #DC7EC4;
}
</style>