Shades of Orchid #DB86D8
Tints of Orchid #DB86D8
RGB
CMYK
RGB Variations
Color information
#DB86D8 (or 0xDB86D8) is known color: Orchid. HEX triplet: DB, 86 and D8. RGB value is (219,134,216). Sum of RGB (Red+Green+Blue) = 219+134+216=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 134 (52.73% from 255 or 23.55% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DB86D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB86D8 is #247927. Grayscale: #A8A8A8. Windows color (decimal): -2390312 or 14190299. OLE color: 14190299.
HSL color Cylindrical-coordinate representation of color #DB86D8: hue angle of 302.12º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB86D8 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 216 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.14 |
| HSL | 302.12º | 0.54% | 0.69% | - |
| HSV(B) | 302.12º | 0.39% | 0.86% | - |
| XYZ | 50.13 | 37.07 | 69.48 | - |
| YUV | 168.76 | 154.66 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 216 | 0 | 0.39 | 0.01 | 0.14 | 302.12 | 0.54 | 0.69 |
| Hex | DB | 86 | D8 | 0 | 27 | 1 | E | 12E | 36 | 45 |
| Octal | 333 | 206 | 330 | 0 | 47 | 1 | 16 | 456 | 66 | 105 |
| Binary | 11011011 | 10000110 | 11011000 | 0 | 100111 | 1 | 1110 | 100101110 | 110110 | 1000101 |
Color Harmonies of #DB86D8
Complementary color
Monochromatic Colors of #DB86D8
Black with #DB86D8
Text Example
Text Example
White with #DB86D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB86D8; }
p { color: rgb(219,134,216); }
H1.HeaderClassName
{
color: #DB86D8;
}
.AnyTagClassName
{
color: #DB86D8;
}
</style>
background-color css
<style>
a { background-color: #DB86D8; }
a { background-color: rgb(219,134,216); }
div.DivClassName
{
background-color: #DB86D8;
}
.BgClassName
{
background-color: #DB86D8;
}
</style>
border-color css
<style>
span { border-color: #DB86D8; }
span { border-color: rgb(219,134,216); }
td.TdClassName
{
border-color: #DB86D8;
}
.TagClassName
{
border-color: #DB86D8;
}
</style>