Shades of Orchid #DB7ED0
Tints of Orchid #DB7ED0
RGB
CMYK
RGB Variations
Color information
#DB7ED0 (or 0xDB7ED0) is known color: Orchid. HEX triplet: DB, 7E and D0. RGB value is (219,126,208). Sum of RGB (Red+Green+Blue) = 219+126+208=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ED0 is #24812F. Grayscale: #A2A2A2. Windows color (decimal): -2392368 or 13663963. OLE color: 13663963.
HSL color Cylindrical-coordinate representation of color #DB7ED0: hue angle of 307.1º 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 #DB7ED0 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 208 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.14 |
| HSL | 307.1º | 0.56% | 0.68% | - |
| HSV(B) | 307.1º | 0.42% | 0.86% | - |
| XYZ | 48.06 | 34.54 | 63.81 | - |
| YUV | 163.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 208 | 0 | 0.42 | 0.05 | 0.14 | 307.1 | 0.56 | 0.68 |
| Hex | DB | 7E | D0 | 0 | 2A | 5 | E | 133 | 38 | 44 |
| Octal | 333 | 176 | 320 | 0 | 52 | 5 | 16 | 463 | 70 | 104 |
| Binary | 11011011 | 1111110 | 11010000 | 0 | 101010 | 101 | 1110 | 100110011 | 111000 | 1000100 |
Color Harmonies of #DB7ED0
Complementary color
Monochromatic Colors of #DB7ED0
Black with #DB7ED0
Text Example
Text Example
White with #DB7ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7ED0; }
p { color: rgb(219,126,208); }
H1.HeaderClassName
{
color: #DB7ED0;
}
.AnyTagClassName
{
color: #DB7ED0;
}
</style>
background-color css
<style>
a { background-color: #DB7ED0; }
a { background-color: rgb(219,126,208); }
div.DivClassName
{
background-color: #DB7ED0;
}
.BgClassName
{
background-color: #DB7ED0;
}
</style>
border-color css
<style>
span { border-color: #DB7ED0; }
span { border-color: rgb(219,126,208); }
td.TdClassName
{
border-color: #DB7ED0;
}
.TagClassName
{
border-color: #DB7ED0;
}
</style>