Shades of Orchid #DB81D2
Tints of Orchid #DB81D2
RGB
CMYK
RGB Variations
Color information
#DB81D2 (or 0xDB81D2) is known color: Orchid. HEX triplet: DB, 81 and D2. RGB value is (219,129,210). Sum of RGB (Red+Green+Blue) = 219+129+210=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81D2 is #247E2D. Grayscale: #A4A4A4. Windows color (decimal): -2391598 or 13795803. OLE color: 13795803.
HSL color Cylindrical-coordinate representation of color #DB81D2: hue angle of 306º 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 #DB81D2 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 210 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.14 |
| HSL | 306º | 0.56% | 0.68% | - |
| HSV(B) | 306º | 0.41% | 0.86% | - |
| XYZ | 48.7 | 35.41 | 65.24 | - |
| YUV | 165.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 210 | 0 | 0.41 | 0.04 | 0.14 | 306 | 0.56 | 0.68 |
| Hex | DB | 81 | D2 | 0 | 29 | 4 | E | 132 | 38 | 44 |
| Octal | 333 | 201 | 322 | 0 | 51 | 4 | 16 | 462 | 70 | 104 |
| Binary | 11011011 | 10000001 | 11010010 | 0 | 101001 | 100 | 1110 | 100110010 | 111000 | 1000100 |
Color Harmonies of #DB81D2
Complementary color
Monochromatic Colors of #DB81D2
Black with #DB81D2
Text Example
Text Example
White with #DB81D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81D2; }
p { color: rgb(219,129,210); }
H1.HeaderClassName
{
color: #DB81D2;
}
.AnyTagClassName
{
color: #DB81D2;
}
</style>
background-color css
<style>
a { background-color: #DB81D2; }
a { background-color: rgb(219,129,210); }
div.DivClassName
{
background-color: #DB81D2;
}
.BgClassName
{
background-color: #DB81D2;
}
</style>
border-color css
<style>
span { border-color: #DB81D2; }
span { border-color: rgb(219,129,210); }
td.TdClassName
{
border-color: #DB81D2;
}
.TagClassName
{
border-color: #DB81D2;
}
</style>