Shades of Orchid #DB81DB
Tints of Orchid #DB81DB
RGB
CMYK
RGB Variations
Color information
#DB81DB (or 0xDB81DB) is known color: Orchid. HEX triplet: DB, 81 and DB. RGB value is (219,129,219). Sum of RGB (Red+Green+Blue) = 219+129+219=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81DB is #247E24. Grayscale: #A5A5A5. Windows color (decimal): -2391589 or 14385627. OLE color: 14385627.
HSL color Cylindrical-coordinate representation of color #DB81DB: hue angle of 300º 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 #DB81DB is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 129 | 219 | - |
CMYK | 0 | 0.41 | 0 | 0.14 |
HSL | 300º | 0.56% | 0.68% | - |
HSV(B) | 300º | 0.41% | 0.86% | - |
XYZ | 49.85 | 35.88 | 71.32 | - |
YUV | 166.17 | 157.82 | 165.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 129 | 219 | 0 | 0.41 | 0 | 0.14 | 300 | 0.56 | 0.68 |
Hex | DB | 81 | DB | 0 | 29 | 0 | E | 12C | 38 | 44 |
Octal | 333 | 201 | 333 | 0 | 51 | 0 | 16 | 454 | 70 | 104 |
Binary | 11011011 | 10000001 | 11011011 | 0 | 101001 | 0 | 1110 | 100101100 | 111000 | 1000100 |
Color Harmonies of #DB81DB
Complementary color
Monochromatic Colors of #DB81DB
Black with #DB81DB
Text Example
Text Example
White with #DB81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81DB; }
p { color: rgb(219,129,219); }
H1.HeaderClassName
{
color: #DB81DB;
}
.AnyTagClassName
{
color: #DB81DB;
}
</style>
background-color css
<style>
a { background-color: #DB81DB; }
a { background-color: rgb(219,129,219); }
div.DivClassName
{
background-color: #DB81DB;
}
.BgClassName
{
background-color: #DB81DB;
}
</style>
border-color css
<style>
span { border-color: #DB81DB; }
span { border-color: rgb(219,129,219); }
td.TdClassName
{
border-color: #DB81DB;
}
.TagClassName
{
border-color: #DB81DB;
}
</style>