Shades of Orchid #DB7AD2
Tints of Orchid #DB7AD2
RGB
CMYK
RGB Variations
Color information
#DB7AD2 (or 0xDB7AD2) is known color: Orchid. HEX triplet: DB, 7A and D2. RGB value is (219,122,210). Sum of RGB (Red+Green+Blue) = 219+122+210=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7AD2 is #24852D. Grayscale: #A0A0A0. Windows color (decimal): -2393390 or 13794011. OLE color: 13794011.
HSL color Cylindrical-coordinate representation of color #DB7AD2: hue angle of 305.57º 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 #DB7AD2 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 210 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.14 |
| HSL | 305.57º | 0.57% | 0.67% | - |
| HSV(B) | 305.57º | 0.44% | 0.86% | - |
| XYZ | 47.81 | 33.63 | 64.94 | - |
| YUV | 161.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 210 | 0 | 0.44 | 0.04 | 0.14 | 305.57 | 0.57 | 0.67 |
| Hex | DB | 7A | D2 | 0 | 2C | 4 | E | 132 | 39 | 43 |
| Octal | 333 | 172 | 322 | 0 | 54 | 4 | 16 | 462 | 71 | 103 |
| Binary | 11011011 | 1111010 | 11010010 | 0 | 101100 | 100 | 1110 | 100110010 | 111001 | 1000011 |
Color Harmonies of #DB7AD2
Complementary color
Monochromatic Colors of #DB7AD2
Black with #DB7AD2
Text Example
Text Example
White with #DB7AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7AD2; }
p { color: rgb(219,122,210); }
H1.HeaderClassName
{
color: #DB7AD2;
}
.AnyTagClassName
{
color: #DB7AD2;
}
</style>
background-color css
<style>
a { background-color: #DB7AD2; }
a { background-color: rgb(219,122,210); }
div.DivClassName
{
background-color: #DB7AD2;
}
.BgClassName
{
background-color: #DB7AD2;
}
</style>
border-color css
<style>
span { border-color: #DB7AD2; }
span { border-color: rgb(219,122,210); }
td.TdClassName
{
border-color: #DB7AD2;
}
.TagClassName
{
border-color: #DB7AD2;
}
</style>