Shades of Orchid #DB7ECA
Tints of Orchid #DB7ECA
RGB
CMYK
RGB Variations
Color information
#DB7ECA (or 0xDB7ECA) is known color: Orchid. HEX triplet: DB, 7E and CA. RGB value is (219,126,202). Sum of RGB (Red+Green+Blue) = 219+126+202=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ECA is #248135. Grayscale: #A2A2A2. Windows color (decimal): -2392374 or 13270747. OLE color: 13270747.
HSL color Cylindrical-coordinate representation of color #DB7ECA: hue angle of 310.97º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7ECA is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 202 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.14 |
| HSL | 310.97º | 0.56% | 0.68% | - |
| HSV(B) | 310.97º | 0.42% | 0.86% | - |
| XYZ | 47.33 | 34.25 | 59.99 | - |
| YUV | 162.47 | 150.31 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 202 | 0 | 0.42 | 0.08 | 0.14 | 310.97 | 0.56 | 0.68 |
| Hex | DB | 7E | CA | 0 | 2A | 8 | E | 137 | 38 | 44 |
| Octal | 333 | 176 | 312 | 0 | 52 | 10 | 16 | 467 | 70 | 104 |
| Binary | 11011011 | 1111110 | 11001010 | 0 | 101010 | 1000 | 1110 | 100110111 | 111000 | 1000100 |
Color Harmonies of #DB7ECA
Complementary color
Monochromatic Colors of #DB7ECA
Black with #DB7ECA
Text Example
Text Example
White with #DB7ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7ECA; }
p { color: rgb(219,126,202); }
H1.HeaderClassName
{
color: #DB7ECA;
}
.AnyTagClassName
{
color: #DB7ECA;
}
</style>
background-color css
<style>
a { background-color: #DB7ECA; }
a { background-color: rgb(219,126,202); }
div.DivClassName
{
background-color: #DB7ECA;
}
.BgClassName
{
background-color: #DB7ECA;
}
</style>
border-color css
<style>
span { border-color: #DB7ECA; }
span { border-color: rgb(219,126,202); }
td.TdClassName
{
border-color: #DB7ECA;
}
.TagClassName
{
border-color: #DB7ECA;
}
</style>