Shades of Orchid #DB7BD3
Tints of Orchid #DB7BD3
RGB
CMYK
RGB Variations
Color information
#DB7BD3 (or 0xDB7BD3) is known color: Orchid. HEX triplet: DB, 7B and D3. RGB value is (219,123,211). Sum of RGB (Red+Green+Blue) = 219+123+211=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 211 (82.81% from 255 or 38.16% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BD3 is #24842C. Grayscale: #A1A1A1. Windows color (decimal): -2393133 or 13859803. OLE color: 13859803.
HSL color Cylindrical-coordinate representation of color #DB7BD3: hue angle of 305º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7BD3 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 211 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.14 |
| HSL | 305º | 0.57% | 0.67% | - |
| HSV(B) | 305º | 0.44% | 0.86% | - |
| XYZ | 48.05 | 33.93 | 65.64 | - |
| YUV | 161.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 211 | 0 | 0.44 | 0.04 | 0.14 | 305 | 0.57 | 0.67 |
| Hex | DB | 7B | D3 | 0 | 2C | 4 | E | 131 | 39 | 43 |
| Octal | 333 | 173 | 323 | 0 | 54 | 4 | 16 | 461 | 71 | 103 |
| Binary | 11011011 | 1111011 | 11010011 | 0 | 101100 | 100 | 1110 | 100110001 | 111001 | 1000011 |
Color Harmonies of #DB7BD3
Complementary color
Monochromatic Colors of #DB7BD3
Black with #DB7BD3
Text Example
Text Example
White with #DB7BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BD3; }
p { color: rgb(219,123,211); }
H1.HeaderClassName
{
color: #DB7BD3;
}
.AnyTagClassName
{
color: #DB7BD3;
}
</style>
background-color css
<style>
a { background-color: #DB7BD3; }
a { background-color: rgb(219,123,211); }
div.DivClassName
{
background-color: #DB7BD3;
}
.BgClassName
{
background-color: #DB7BD3;
}
</style>
border-color css
<style>
span { border-color: #DB7BD3; }
span { border-color: rgb(219,123,211); }
td.TdClassName
{
border-color: #DB7BD3;
}
.TagClassName
{
border-color: #DB7BD3;
}
</style>