Shades of Orchid #DB86DC
Tints of Orchid #DB86DC
RGB
CMYK
RGB Variations
Color information
#DB86DC (or 0xDB86DC) is known color: Orchid. HEX triplet: DB, 86 and DC. RGB value is (219,134,220). Sum of RGB (Red+Green+Blue) = 219+134+220=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 134 (52.73% from 255 or 23.39% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB86DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB86DC is #247923. Grayscale: #A8A8A8. Windows color (decimal): -2390308 or 14452443. OLE color: 14452443.
HSL color Cylindrical-coordinate representation of color #DB86DC: hue angle of 299.3º degrees, saturation: 0.55, 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 #DB86DC is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 220 | - |
| CMYK | 0.00 | 0.39 | 0 | 0.14 |
| HSL | 299.3º | 0.55% | 0.69% | - |
| HSV(B) | 299.3º | 0.39% | 0.86% | - |
| XYZ | 50.66 | 37.28 | 72.24 | - |
| YUV | 169.22 | 156.66 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 220 | 0.00 | 0.39 | 0 | 0.14 | 299.3 | 0.55 | 0.69 |
| Hex | DB | 86 | DC | 0 | 27 | 0 | E | 12B | 37 | 45 |
| Octal | 333 | 206 | 334 | 0 | 47 | 0 | 16 | 453 | 67 | 105 |
| Binary | 11011011 | 10000110 | 11011100 | 0 | 100111 | 0 | 1110 | 100101011 | 110111 | 1000101 |
Color Harmonies of #DB86DC
Complementary color
Monochromatic Colors of #DB86DC
Black with #DB86DC
Text Example
Text Example
White with #DB86DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB86DC; }
p { color: rgb(219,134,220); }
H1.HeaderClassName
{
color: #DB86DC;
}
.AnyTagClassName
{
color: #DB86DC;
}
</style>
background-color css
<style>
a { background-color: #DB86DC; }
a { background-color: rgb(219,134,220); }
div.DivClassName
{
background-color: #DB86DC;
}
.BgClassName
{
background-color: #DB86DC;
}
</style>
border-color css
<style>
span { border-color: #DB86DC; }
span { border-color: rgb(219,134,220); }
td.TdClassName
{
border-color: #DB86DC;
}
.TagClassName
{
border-color: #DB86DC;
}
</style>