Shades of Orchid #DB7ED1
Tints of Orchid #DB7ED1
RGB
CMYK
RGB Variations
Color information
#DB7ED1 (or 0xDB7ED1) is known color: Orchid. HEX triplet: DB, 7E and D1. RGB value is (219,126,209). Sum of RGB (Red+Green+Blue) = 219+126+209=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ED1 is #24812E. Grayscale: #A3A3A3. Windows color (decimal): -2392367 or 13729499. OLE color: 13729499.
HSL color Cylindrical-coordinate representation of color #DB7ED1: hue angle of 306.45º 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 #DB7ED1 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 209 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.14 |
| HSL | 306.45º | 0.56% | 0.68% | - |
| HSV(B) | 306.45º | 0.42% | 0.86% | - |
| XYZ | 48.18 | 34.59 | 64.46 | - |
| YUV | 163.27 | 153.81 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 209 | 0 | 0.42 | 0.05 | 0.14 | 306.45 | 0.56 | 0.68 |
| Hex | DB | 7E | D1 | 0 | 2A | 5 | E | 132 | 38 | 44 |
| Octal | 333 | 176 | 321 | 0 | 52 | 5 | 16 | 462 | 70 | 104 |
| Binary | 11011011 | 1111110 | 11010001 | 0 | 101010 | 101 | 1110 | 100110010 | 111000 | 1000100 |
Color Harmonies of #DB7ED1
Complementary color
Monochromatic Colors of #DB7ED1
Black with #DB7ED1
Text Example
Text Example
White with #DB7ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7ED1; }
p { color: rgb(219,126,209); }
H1.HeaderClassName
{
color: #DB7ED1;
}
.AnyTagClassName
{
color: #DB7ED1;
}
</style>
background-color css
<style>
a { background-color: #DB7ED1; }
a { background-color: rgb(219,126,209); }
div.DivClassName
{
background-color: #DB7ED1;
}
.BgClassName
{
background-color: #DB7ED1;
}
</style>
border-color css
<style>
span { border-color: #DB7ED1; }
span { border-color: rgb(219,126,209); }
td.TdClassName
{
border-color: #DB7ED1;
}
.TagClassName
{
border-color: #DB7ED1;
}
</style>