Shades of Orchid #DB86DD
Tints of Orchid #DB86DD
RGB
CMYK
RGB Variations
Color information
#DB86DD (or 0xDB86DD) is known color: Orchid. HEX triplet: DB, 86 and DD. RGB value is (219,134,221). Sum of RGB (Red+Green+Blue) = 219+134+221=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB86DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB86DD is #247922. Grayscale: #A9A9A9. Windows color (decimal): -2390307 or 14517979. OLE color: 14517979.
HSL color Cylindrical-coordinate representation of color #DB86DD: hue angle of 298.62º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB86DD is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 134 | 221 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.13 |
| HSL | 298.62º | 0.56% | 0.7% | - |
| HSV(B) | 298.62º | 0.39% | 0.87% | - |
| XYZ | 50.79 | 37.33 | 72.94 | - |
| YUV | 169.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 221 | 0.01 | 0.39 | 0 | 0.13 | 298.62 | 0.56 | 0.7 |
| Hex | DB | 86 | DD | 1 | 27 | 0 | D | 12B | 38 | 46 |
| Octal | 333 | 206 | 335 | 1 | 47 | 0 | 15 | 453 | 70 | 106 |
| Binary | 11011011 | 10000110 | 11011101 | 1 | 100111 | 0 | 1101 | 100101011 | 111000 | 1000110 |
Color Harmonies of #DB86DD
Complementary color
Monochromatic Colors of #DB86DD
Black with #DB86DD
Text Example
Text Example
White with #DB86DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB86DD; }
p { color: rgb(219,134,221); }
H1.HeaderClassName
{
color: #DB86DD;
}
.AnyTagClassName
{
color: #DB86DD;
}
</style>
background-color css
<style>
a { background-color: #DB86DD; }
a { background-color: rgb(219,134,221); }
div.DivClassName
{
background-color: #DB86DD;
}
.BgClassName
{
background-color: #DB86DD;
}
</style>
border-color css
<style>
span { border-color: #DB86DD; }
span { border-color: rgb(219,134,221); }
td.TdClassName
{
border-color: #DB86DD;
}
.TagClassName
{
border-color: #DB86DD;
}
</style>