Shades of Orchid #DB7ED5
Tints of Orchid #DB7ED5
RGB
CMYK
RGB Variations
Color information
#DB7ED5 (or 0xDB7ED5) is known color: Orchid. HEX triplet: DB, 7E and D5. RGB value is (219,126,213). Sum of RGB (Red+Green+Blue) = 219+126+213=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ED5 is #24812A. Grayscale: #A3A3A3. Windows color (decimal): -2392363 or 13991643. OLE color: 13991643.
HSL color Cylindrical-coordinate representation of color #DB7ED5: hue angle of 303.87º 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 #DB7ED5 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 213 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.14 |
| HSL | 303.87º | 0.56% | 0.68% | - |
| HSV(B) | 303.87º | 0.42% | 0.86% | - |
| XYZ | 48.68 | 34.79 | 67.1 | - |
| YUV | 163.73 | 155.81 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 213 | 0 | 0.42 | 0.03 | 0.14 | 303.87 | 0.56 | 0.68 |
| Hex | DB | 7E | D5 | 0 | 2A | 3 | E | 130 | 38 | 44 |
| Octal | 333 | 176 | 325 | 0 | 52 | 3 | 16 | 460 | 70 | 104 |
| Binary | 11011011 | 1111110 | 11010101 | 0 | 101010 | 11 | 1110 | 100110000 | 111000 | 1000100 |
Color Harmonies of #DB7ED5
Complementary color
Monochromatic Colors of #DB7ED5
Black with #DB7ED5
Text Example
Text Example
White with #DB7ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7ED5; }
p { color: rgb(219,126,213); }
H1.HeaderClassName
{
color: #DB7ED5;
}
.AnyTagClassName
{
color: #DB7ED5;
}
</style>
background-color css
<style>
a { background-color: #DB7ED5; }
a { background-color: rgb(219,126,213); }
div.DivClassName
{
background-color: #DB7ED5;
}
.BgClassName
{
background-color: #DB7ED5;
}
</style>
border-color css
<style>
span { border-color: #DB7ED5; }
span { border-color: rgb(219,126,213); }
td.TdClassName
{
border-color: #DB7ED5;
}
.TagClassName
{
border-color: #DB7ED5;
}
</style>