Shades of Orchid #DB81DD
Tints of Orchid #DB81DD
RGB
CMYK
RGB Variations
Color information
#DB81DD (or 0xDB81DD) is known color: Orchid. HEX triplet: DB, 81 and DD. RGB value is (219,129,221). Sum of RGB (Red+Green+Blue) = 219+129+221=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81DD is #247E22. Grayscale: #A6A6A6. Windows color (decimal): -2391587 or 14516699. OLE color: 14516699.
HSL color Cylindrical-coordinate representation of color #DB81DD: hue angle of 298.7º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB81DD is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 129 | 221 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.13 |
| HSL | 298.7º | 0.58% | 0.69% | - |
| HSV(B) | 298.7º | 0.42% | 0.87% | - |
| XYZ | 50.11 | 35.98 | 72.71 | - |
| YUV | 166.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 221 | 0.01 | 0.42 | 0 | 0.13 | 298.7 | 0.58 | 0.69 |
| Hex | DB | 81 | DD | 1 | 2A | 0 | D | 12B | 3A | 45 |
| Octal | 333 | 201 | 335 | 1 | 52 | 0 | 15 | 453 | 72 | 105 |
| Binary | 11011011 | 10000001 | 11011101 | 1 | 101010 | 0 | 1101 | 100101011 | 111010 | 1000101 |
Color Harmonies of #DB81DD
Complementary color
Monochromatic Colors of #DB81DD
Black with #DB81DD
Text Example
Text Example
White with #DB81DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81DD; }
p { color: rgb(219,129,221); }
H1.HeaderClassName
{
color: #DB81DD;
}
.AnyTagClassName
{
color: #DB81DD;
}
</style>
background-color css
<style>
a { background-color: #DB81DD; }
a { background-color: rgb(219,129,221); }
div.DivClassName
{
background-color: #DB81DD;
}
.BgClassName
{
background-color: #DB81DD;
}
</style>
border-color css
<style>
span { border-color: #DB81DD; }
span { border-color: rgb(219,129,221); }
td.TdClassName
{
border-color: #DB81DD;
}
.TagClassName
{
border-color: #DB81DD;
}
</style>