Shades of Orchid #DB81D5
Tints of Orchid #DB81D5
RGB
CMYK
RGB Variations
Color information
#DB81D5 (or 0xDB81D5) is known color: Orchid. HEX triplet: DB, 81 and D5. RGB value is (219,129,213). Sum of RGB (Red+Green+Blue) = 219+129+213=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81D5 is #247E2A. Grayscale: #A5A5A5. Windows color (decimal): -2391595 or 13992411. OLE color: 13992411.
HSL color Cylindrical-coordinate representation of color #DB81D5: hue angle of 304º 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 #DB81D5 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 213 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.14 |
| HSL | 304º | 0.56% | 0.68% | - |
| HSV(B) | 304º | 0.41% | 0.86% | - |
| XYZ | 49.07 | 35.56 | 67.23 | - |
| YUV | 165.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 213 | 0 | 0.41 | 0.03 | 0.14 | 304 | 0.56 | 0.68 |
| Hex | DB | 81 | D5 | 0 | 29 | 3 | E | 130 | 38 | 44 |
| Octal | 333 | 201 | 325 | 0 | 51 | 3 | 16 | 460 | 70 | 104 |
| Binary | 11011011 | 10000001 | 11010101 | 0 | 101001 | 11 | 1110 | 100110000 | 111000 | 1000100 |
Color Harmonies of #DB81D5
Complementary color
Monochromatic Colors of #DB81D5
Black with #DB81D5
Text Example
Text Example
White with #DB81D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81D5; }
p { color: rgb(219,129,213); }
H1.HeaderClassName
{
color: #DB81D5;
}
.AnyTagClassName
{
color: #DB81D5;
}
</style>
background-color css
<style>
a { background-color: #DB81D5; }
a { background-color: rgb(219,129,213); }
div.DivClassName
{
background-color: #DB81D5;
}
.BgClassName
{
background-color: #DB81D5;
}
</style>
border-color css
<style>
span { border-color: #DB81D5; }
span { border-color: rgb(219,129,213); }
td.TdClassName
{
border-color: #DB81D5;
}
.TagClassName
{
border-color: #DB81D5;
}
</style>