Shades of Orchid #DB86D5
Tints of Orchid #DB86D5
RGB
CMYK
RGB Variations
Color information
#DB86D5 (or 0xDB86D5) is known color: Orchid. HEX triplet: DB, 86 and D5. RGB value is (219,134,213). Sum of RGB (Red+Green+Blue) = 219+134+213=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DB86D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB86D5 is #24792A. Grayscale: #A8A8A8. Windows color (decimal): -2390315 or 13993691. OLE color: 13993691.
HSL color Cylindrical-coordinate representation of color #DB86D5: hue angle of 304.24º 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 #DB86D5 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 213 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.14 |
| HSL | 304.24º | 0.54% | 0.69% | - |
| HSV(B) | 304.24º | 0.39% | 0.86% | - |
| XYZ | 49.75 | 36.91 | 67.45 | - |
| YUV | 168.42 | 153.16 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 213 | 0 | 0.39 | 0.03 | 0.14 | 304.24 | 0.54 | 0.69 |
| Hex | DB | 86 | D5 | 0 | 27 | 3 | E | 130 | 36 | 45 |
| Octal | 333 | 206 | 325 | 0 | 47 | 3 | 16 | 460 | 66 | 105 |
| Binary | 11011011 | 10000110 | 11010101 | 0 | 100111 | 11 | 1110 | 100110000 | 110110 | 1000101 |
Color Harmonies of #DB86D5
Complementary color
Monochromatic Colors of #DB86D5
Black with #DB86D5
Text Example
Text Example
White with #DB86D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB86D5; }
p { color: rgb(219,134,213); }
H1.HeaderClassName
{
color: #DB86D5;
}
.AnyTagClassName
{
color: #DB86D5;
}
</style>
background-color css
<style>
a { background-color: #DB86D5; }
a { background-color: rgb(219,134,213); }
div.DivClassName
{
background-color: #DB86D5;
}
.BgClassName
{
background-color: #DB86D5;
}
</style>
border-color css
<style>
span { border-color: #DB86D5; }
span { border-color: rgb(219,134,213); }
td.TdClassName
{
border-color: #DB86D5;
}
.TagClassName
{
border-color: #DB86D5;
}
</style>