Shades of Orchid #DB7EDE
Tints of Orchid #DB7EDE
RGB
CMYK
RGB Variations
Color information
#DB7EDE (or 0xDB7EDE) is known color: Orchid. HEX triplet: DB, 7E and DE. RGB value is (219,126,222). Sum of RGB (Red+Green+Blue) = 219+126+222=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB7EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EDE is #248121. Grayscale: #A4A4A4. Windows color (decimal): -2392354 or 14581467. OLE color: 14581467.
HSL color Cylindrical-coordinate representation of color #DB7EDE: hue angle of 298.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7EDE is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 126 | 222 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.13 |
| HSL | 298.13º | 0.59% | 0.68% | - |
| HSV(B) | 298.13º | 0.43% | 0.87% | - |
| XYZ | 49.86 | 35.26 | 73.28 | - |
| YUV | 164.75 | 160.31 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 222 | 0.01 | 0.43 | 0 | 0.13 | 298.13 | 0.59 | 0.68 |
| Hex | DB | 7E | DE | 1 | 2B | 0 | D | 12A | 3B | 44 |
| Octal | 333 | 176 | 336 | 1 | 53 | 0 | 15 | 452 | 73 | 104 |
| Binary | 11011011 | 1111110 | 11011110 | 1 | 101011 | 0 | 1101 | 100101010 | 111011 | 1000100 |
Color Harmonies of #DB7EDE
Complementary color
Monochromatic Colors of #DB7EDE
Black with #DB7EDE
Text Example
Text Example
White with #DB7EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7EDE; }
p { color: rgb(219,126,222); }
H1.HeaderClassName
{
color: #DB7EDE;
}
.AnyTagClassName
{
color: #DB7EDE;
}
</style>
background-color css
<style>
a { background-color: #DB7EDE; }
a { background-color: rgb(219,126,222); }
div.DivClassName
{
background-color: #DB7EDE;
}
.BgClassName
{
background-color: #DB7EDE;
}
</style>
border-color css
<style>
span { border-color: #DB7EDE; }
span { border-color: rgb(219,126,222); }
td.TdClassName
{
border-color: #DB7EDE;
}
.TagClassName
{
border-color: #DB7EDE;
}
</style>