Shades of Orchid #DB7ADD
Tints of Orchid #DB7ADD
RGB
CMYK
RGB Variations
Color information
#DB7ADD (or 0xDB7ADD) is known color: Orchid. HEX triplet: DB, 7A and DD. RGB value is (219,122,221). Sum of RGB (Red+Green+Blue) = 219+122+221=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ADD is #248522. Grayscale: #A1A1A1. Windows color (decimal): -2393379 or 14514907. OLE color: 14514907.
HSL color Cylindrical-coordinate representation of color #DB7ADD: hue angle of 298.79º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB7ADD is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 122 | 221 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.13 |
| HSL | 298.79º | 0.59% | 0.67% | - |
| HSV(B) | 298.79º | 0.45% | 0.87% | - |
| XYZ | 49.22 | 34.2 | 72.41 | - |
| YUV | 162.29 | 161.14 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 221 | 0.01 | 0.45 | 0 | 0.13 | 298.79 | 0.59 | 0.67 |
| Hex | DB | 7A | DD | 1 | 2D | 0 | D | 12B | 3B | 43 |
| Octal | 333 | 172 | 335 | 1 | 55 | 0 | 15 | 453 | 73 | 103 |
| Binary | 11011011 | 1111010 | 11011101 | 1 | 101101 | 0 | 1101 | 100101011 | 111011 | 1000011 |
Color Harmonies of #DB7ADD
Complementary color
Monochromatic Colors of #DB7ADD
Black with #DB7ADD
Text Example
Text Example
White with #DB7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7ADD; }
p { color: rgb(219,122,221); }
H1.HeaderClassName
{
color: #DB7ADD;
}
.AnyTagClassName
{
color: #DB7ADD;
}
</style>
background-color css
<style>
a { background-color: #DB7ADD; }
a { background-color: rgb(219,122,221); }
div.DivClassName
{
background-color: #DB7ADD;
}
.BgClassName
{
background-color: #DB7ADD;
}
</style>
border-color css
<style>
span { border-color: #DB7ADD; }
span { border-color: rgb(219,122,221); }
td.TdClassName
{
border-color: #DB7ADD;
}
.TagClassName
{
border-color: #DB7ADD;
}
</style>