Shades of Orchid #DB7AD4
Tints of Orchid #DB7AD4
RGB
CMYK
RGB Variations
Color information
#DB7AD4 (or 0xDB7AD4) is known color: Orchid. HEX triplet: DB, 7A and D4. RGB value is (219,122,212). Sum of RGB (Red+Green+Blue) = 219+122+212=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7AD4 is #24852B. Grayscale: #A1A1A1. Windows color (decimal): -2393388 or 13925083. OLE color: 13925083.
HSL color Cylindrical-coordinate representation of color #DB7AD4: hue angle of 304.33º 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 #DB7AD4 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 212 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.14 |
| HSL | 304.33º | 0.57% | 0.67% | - |
| HSV(B) | 304.33º | 0.44% | 0.86% | - |
| XYZ | 48.06 | 33.73 | 66.27 | - |
| YUV | 161.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 212 | 0 | 0.44 | 0.03 | 0.14 | 304.33 | 0.57 | 0.67 |
| Hex | DB | 7A | D4 | 0 | 2C | 3 | E | 130 | 39 | 43 |
| Octal | 333 | 172 | 324 | 0 | 54 | 3 | 16 | 460 | 71 | 103 |
| Binary | 11011011 | 1111010 | 11010100 | 0 | 101100 | 11 | 1110 | 100110000 | 111001 | 1000011 |
Color Harmonies of #DB7AD4
Complementary color
Monochromatic Colors of #DB7AD4
Black with #DB7AD4
Text Example
Text Example
White with #DB7AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7AD4; }
p { color: rgb(219,122,212); }
H1.HeaderClassName
{
color: #DB7AD4;
}
.AnyTagClassName
{
color: #DB7AD4;
}
</style>
background-color css
<style>
a { background-color: #DB7AD4; }
a { background-color: rgb(219,122,212); }
div.DivClassName
{
background-color: #DB7AD4;
}
.BgClassName
{
background-color: #DB7AD4;
}
</style>
border-color css
<style>
span { border-color: #DB7AD4; }
span { border-color: rgb(219,122,212); }
td.TdClassName
{
border-color: #DB7AD4;
}
.TagClassName
{
border-color: #DB7AD4;
}
</style>