Shades of Orchid #DB86CA
Tints of Orchid #DB86CA
RGB
CMYK
RGB Variations
Color information
#DB86CA (or 0xDB86CA) is known color: Orchid. HEX triplet: DB, 86 and CA. RGB value is (219,134,202). Sum of RGB (Red+Green+Blue) = 219+134+202=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DB86CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB86CA is #247935. Grayscale: #A6A6A6. Windows color (decimal): -2390326 or 13272795. OLE color: 13272795.
HSL color Cylindrical-coordinate representation of color #DB86CA: hue angle of 312º 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 #DB86CA is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 202 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.14 |
| HSL | 312º | 0.54% | 0.69% | - |
| HSV(B) | 312º | 0.39% | 0.86% | - |
| XYZ | 48.4 | 36.37 | 60.35 | - |
| YUV | 167.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 202 | 0 | 0.39 | 0.08 | 0.14 | 312 | 0.54 | 0.69 |
| Hex | DB | 86 | CA | 0 | 27 | 8 | E | 138 | 36 | 45 |
| Octal | 333 | 206 | 312 | 0 | 47 | 10 | 16 | 470 | 66 | 105 |
| Binary | 11011011 | 10000110 | 11001010 | 0 | 100111 | 1000 | 1110 | 100111000 | 110110 | 1000101 |
Color Harmonies of #DB86CA
Complementary color
Monochromatic Colors of #DB86CA
Black with #DB86CA
Text Example
Text Example
White with #DB86CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB86CA; }
p { color: rgb(219,134,202); }
H1.HeaderClassName
{
color: #DB86CA;
}
.AnyTagClassName
{
color: #DB86CA;
}
</style>
background-color css
<style>
a { background-color: #DB86CA; }
a { background-color: rgb(219,134,202); }
div.DivClassName
{
background-color: #DB86CA;
}
.BgClassName
{
background-color: #DB86CA;
}
</style>
border-color css
<style>
span { border-color: #DB86CA; }
span { border-color: rgb(219,134,202); }
td.TdClassName
{
border-color: #DB86CA;
}
.TagClassName
{
border-color: #DB86CA;
}
</style>