Shades of Orchid #DB81D7
Tints of Orchid #DB81D7
RGB
CMYK
RGB Variations
Color information
#DB81D7 (or 0xDB81D7) is known color: Orchid. HEX triplet: DB, 81 and D7. RGB value is (219,129,215). Sum of RGB (Red+Green+Blue) = 219+129+215=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81D7 is #247E28. Grayscale: #A5A5A5. Windows color (decimal): -2391593 or 14123483. OLE color: 14123483.
HSL color Cylindrical-coordinate representation of color #DB81D7: hue angle of 302.67º 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 #DB81D7 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 215 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.14 |
| HSL | 302.67º | 0.56% | 0.68% | - |
| HSV(B) | 302.67º | 0.41% | 0.86% | - |
| XYZ | 49.33 | 35.67 | 68.57 | - |
| YUV | 165.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 215 | 0 | 0.41 | 0.02 | 0.14 | 302.67 | 0.56 | 0.68 |
| Hex | DB | 81 | D7 | 0 | 29 | 2 | E | 12F | 38 | 44 |
| Octal | 333 | 201 | 327 | 0 | 51 | 2 | 16 | 457 | 70 | 104 |
| Binary | 11011011 | 10000001 | 11010111 | 0 | 101001 | 10 | 1110 | 100101111 | 111000 | 1000100 |
Color Harmonies of #DB81D7
Complementary color
Monochromatic Colors of #DB81D7
Black with #DB81D7
Text Example
Text Example
White with #DB81D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81D7; }
p { color: rgb(219,129,215); }
H1.HeaderClassName
{
color: #DB81D7;
}
.AnyTagClassName
{
color: #DB81D7;
}
</style>
background-color css
<style>
a { background-color: #DB81D7; }
a { background-color: rgb(219,129,215); }
div.DivClassName
{
background-color: #DB81D7;
}
.BgClassName
{
background-color: #DB81D7;
}
</style>
border-color css
<style>
span { border-color: #DB81D7; }
span { border-color: rgb(219,129,215); }
td.TdClassName
{
border-color: #DB81D7;
}
.TagClassName
{
border-color: #DB81D7;
}
</style>