Shades of Orchid #DC7ECB
Tints of Orchid #DC7ECB
RGB
CMYK
RGB Variations
Color information
#DC7ECB (or 0xDC7ECB) is known color: Orchid. HEX triplet: DC, 7E and CB. RGB value is (220,126,203). Sum of RGB (Red+Green+Blue) = 220+126+203=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ECB is #238134. Grayscale: #A2A2A2. Windows color (decimal): -2326837 or 13336284. OLE color: 13336284.
HSL color Cylindrical-coordinate representation of color #DC7ECB: hue angle of 310.85º 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 #DC7ECB is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 203 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.14 |
| HSL | 310.85º | 0.57% | 0.68% | - |
| HSV(B) | 310.85º | 0.43% | 0.86% | - |
| XYZ | 47.76 | 34.45 | 60.63 | - |
| YUV | 162.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 203 | 0 | 0.43 | 0.08 | 0.14 | 310.85 | 0.57 | 0.68 |
| Hex | DC | 7E | CB | 0 | 2B | 8 | E | 137 | 39 | 44 |
| Octal | 334 | 176 | 313 | 0 | 53 | 10 | 16 | 467 | 71 | 104 |
| Binary | 11011100 | 1111110 | 11001011 | 0 | 101011 | 1000 | 1110 | 100110111 | 111001 | 1000100 |
Color Harmonies of #DC7ECB
Complementary color
Monochromatic Colors of #DC7ECB
Black with #DC7ECB
Text Example
Text Example
White with #DC7ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7ECB; }
p { color: rgb(220,126,203); }
H1.HeaderClassName
{
color: #DC7ECB;
}
.AnyTagClassName
{
color: #DC7ECB;
}
</style>
background-color css
<style>
a { background-color: #DC7ECB; }
a { background-color: rgb(220,126,203); }
div.DivClassName
{
background-color: #DC7ECB;
}
.BgClassName
{
background-color: #DC7ECB;
}
</style>
border-color css
<style>
span { border-color: #DC7ECB; }
span { border-color: rgb(220,126,203); }
td.TdClassName
{
border-color: #DC7ECB;
}
.TagClassName
{
border-color: #DC7ECB;
}
</style>