Shades of Orchid #DB81D0
Tints of Orchid #DB81D0
RGB
CMYK
RGB Variations
Color information
#DB81D0 (or 0xDB81D0) is known color: Orchid. HEX triplet: DB, 81 and D0. RGB value is (219,129,208). Sum of RGB (Red+Green+Blue) = 219+129+208=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81D0 is #247E2F. Grayscale: #A4A4A4. Windows color (decimal): -2391600 or 13664731. OLE color: 13664731.
HSL color Cylindrical-coordinate representation of color #DB81D0: hue angle of 307.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB81D0 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 208 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.14 |
| HSL | 307.33º | 0.56% | 0.68% | - |
| HSV(B) | 307.33º | 0.41% | 0.86% | - |
| XYZ | 48.45 | 35.31 | 63.94 | - |
| YUV | 164.92 | 152.32 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 208 | 0 | 0.41 | 0.05 | 0.14 | 307.33 | 0.56 | 0.68 |
| Hex | DB | 81 | D0 | 0 | 29 | 5 | E | 133 | 38 | 44 |
| Octal | 333 | 201 | 320 | 0 | 51 | 5 | 16 | 463 | 70 | 104 |
| Binary | 11011011 | 10000001 | 11010000 | 0 | 101001 | 101 | 1110 | 100110011 | 111000 | 1000100 |
Color Harmonies of #DB81D0
Complementary color
Monochromatic Colors of #DB81D0
Black with #DB81D0
Text Example
Text Example
White with #DB81D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81D0; }
p { color: rgb(219,129,208); }
H1.HeaderClassName
{
color: #DB81D0;
}
.AnyTagClassName
{
color: #DB81D0;
}
</style>
background-color css
<style>
a { background-color: #DB81D0; }
a { background-color: rgb(219,129,208); }
div.DivClassName
{
background-color: #DB81D0;
}
.BgClassName
{
background-color: #DB81D0;
}
</style>
border-color css
<style>
span { border-color: #DB81D0; }
span { border-color: rgb(219,129,208); }
td.TdClassName
{
border-color: #DB81D0;
}
.TagClassName
{
border-color: #DB81D0;
}
</style>