Shades of Orchid #DB7DD5
Tints of Orchid #DB7DD5
RGB
CMYK
RGB Variations
Color information
#DB7DD5 (or 0xDB7DD5) is known color: Orchid. HEX triplet: DB, 7D and D5. RGB value is (219,125,213). Sum of RGB (Red+Green+Blue) = 219+125+213=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DD5 is #24822A. Grayscale: #A2A2A2. Windows color (decimal): -2392619 or 13991387. OLE color: 13991387.
HSL color Cylindrical-coordinate representation of color #DB7DD5: hue angle of 303.83º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7DD5 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 213 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.14 |
| HSL | 303.83º | 0.57% | 0.67% | - |
| HSV(B) | 303.83º | 0.43% | 0.86% | - |
| XYZ | 48.56 | 34.53 | 67.06 | - |
| YUV | 163.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 213 | 0 | 0.43 | 0.03 | 0.14 | 303.83 | 0.57 | 0.67 |
| Hex | DB | 7D | D5 | 0 | 2B | 3 | E | 130 | 39 | 43 |
| Octal | 333 | 175 | 325 | 0 | 53 | 3 | 16 | 460 | 71 | 103 |
| Binary | 11011011 | 1111101 | 11010101 | 0 | 101011 | 11 | 1110 | 100110000 | 111001 | 1000011 |
Color Harmonies of #DB7DD5
Complementary color
Monochromatic Colors of #DB7DD5
Black with #DB7DD5
Text Example
Text Example
White with #DB7DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DD5; }
p { color: rgb(219,125,213); }
H1.HeaderClassName
{
color: #DB7DD5;
}
.AnyTagClassName
{
color: #DB7DD5;
}
</style>
background-color css
<style>
a { background-color: #DB7DD5; }
a { background-color: rgb(219,125,213); }
div.DivClassName
{
background-color: #DB7DD5;
}
.BgClassName
{
background-color: #DB7DD5;
}
</style>
border-color css
<style>
span { border-color: #DB7DD5; }
span { border-color: rgb(219,125,213); }
td.TdClassName
{
border-color: #DB7DD5;
}
.TagClassName
{
border-color: #DB7DD5;
}
</style>