Shades of Orchid #DC7ECA
Tints of Orchid #DC7ECA
RGB
CMYK
RGB Variations
Color information
#DC7ECA (or 0xDC7ECA) is known color: Orchid. HEX triplet: DC, 7E and CA. RGB value is (220,126,202). Sum of RGB (Red+Green+Blue) = 220+126+202=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ECA is #238135. Grayscale: #A2A2A2. Windows color (decimal): -2326838 or 13270748. OLE color: 13270748.
HSL color Cylindrical-coordinate representation of color #DC7ECA: hue angle of 311.49º 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 #DC7ECA is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 202 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.14 |
| HSL | 311.49º | 0.57% | 0.68% | - |
| HSV(B) | 311.49º | 0.43% | 0.86% | - |
| XYZ | 47.64 | 34.4 | 60.01 | - |
| YUV | 162.77 | 150.14 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 202 | 0 | 0.43 | 0.08 | 0.14 | 311.49 | 0.57 | 0.68 |
| Hex | DC | 7E | CA | 0 | 2B | 8 | E | 137 | 39 | 44 |
| Octal | 334 | 176 | 312 | 0 | 53 | 10 | 16 | 467 | 71 | 104 |
| Binary | 11011100 | 1111110 | 11001010 | 0 | 101011 | 1000 | 1110 | 100110111 | 111001 | 1000100 |
Color Harmonies of #DC7ECA
Complementary color
Monochromatic Colors of #DC7ECA
Black with #DC7ECA
Text Example
Text Example
White with #DC7ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7ECA; }
p { color: rgb(220,126,202); }
H1.HeaderClassName
{
color: #DC7ECA;
}
.AnyTagClassName
{
color: #DC7ECA;
}
</style>
background-color css
<style>
a { background-color: #DC7ECA; }
a { background-color: rgb(220,126,202); }
div.DivClassName
{
background-color: #DC7ECA;
}
.BgClassName
{
background-color: #DC7ECA;
}
</style>
border-color css
<style>
span { border-color: #DC7ECA; }
span { border-color: rgb(220,126,202); }
td.TdClassName
{
border-color: #DC7ECA;
}
.TagClassName
{
border-color: #DC7ECA;
}
</style>