Shades of Orchid #DB7AD6
Tints of Orchid #DB7AD6
RGB
CMYK
RGB Variations
Color information
#DB7AD6 (or 0xDB7AD6) is known color: Orchid. HEX triplet: DB, 7A and D6. RGB value is (219,122,214). Sum of RGB (Red+Green+Blue) = 219+122+214=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7AD6 is #248529. Grayscale: #A1A1A1. Windows color (decimal): -2393386 or 14056155. OLE color: 14056155.
HSL color Cylindrical-coordinate representation of color #DB7AD6: hue angle of 303.09º 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 #DB7AD6 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 214 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.14 |
| HSL | 303.09º | 0.57% | 0.67% | - |
| HSV(B) | 303.09º | 0.44% | 0.86% | - |
| XYZ | 48.31 | 33.83 | 67.6 | - |
| YUV | 161.49 | 157.64 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 214 | 0 | 0.44 | 0.02 | 0.14 | 303.09 | 0.57 | 0.67 |
| Hex | DB | 7A | D6 | 0 | 2C | 2 | E | 12F | 39 | 43 |
| Octal | 333 | 172 | 326 | 0 | 54 | 2 | 16 | 457 | 71 | 103 |
| Binary | 11011011 | 1111010 | 11010110 | 0 | 101100 | 10 | 1110 | 100101111 | 111001 | 1000011 |
Color Harmonies of #DB7AD6
Complementary color
Monochromatic Colors of #DB7AD6
Black with #DB7AD6
Text Example
Text Example
White with #DB7AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7AD6; }
p { color: rgb(219,122,214); }
H1.HeaderClassName
{
color: #DB7AD6;
}
.AnyTagClassName
{
color: #DB7AD6;
}
</style>
background-color css
<style>
a { background-color: #DB7AD6; }
a { background-color: rgb(219,122,214); }
div.DivClassName
{
background-color: #DB7AD6;
}
.BgClassName
{
background-color: #DB7AD6;
}
</style>
border-color css
<style>
span { border-color: #DB7AD6; }
span { border-color: rgb(219,122,214); }
td.TdClassName
{
border-color: #DB7AD6;
}
.TagClassName
{
border-color: #DB7AD6;
}
</style>