Shades of Orchid #DB86DE
Tints of Orchid #DB86DE
RGB
CMYK
RGB Variations
Color information
#DB86DE (or 0xDB86DE) is known color: Orchid. HEX triplet: DB, 86 and DE. RGB value is (219,134,222). Sum of RGB (Red+Green+Blue) = 219+134+222=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB86DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB86DE is #247921. Grayscale: #A9A9A9. Windows color (decimal): -2390306 or 14583515. OLE color: 14583515.
HSL color Cylindrical-coordinate representation of color #DB86DE: hue angle of 297.95º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB86DE is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 134 | 222 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.13 |
| HSL | 297.95º | 0.57% | 0.7% | - |
| HSV(B) | 297.95º | 0.4% | 0.87% | - |
| XYZ | 50.92 | 37.38 | 73.64 | - |
| YUV | 169.45 | 157.66 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 222 | 0.01 | 0.40 | 0 | 0.13 | 297.95 | 0.57 | 0.7 |
| Hex | DB | 86 | DE | 1 | 28 | 0 | D | 12A | 39 | 46 |
| Octal | 333 | 206 | 336 | 1 | 50 | 0 | 15 | 452 | 71 | 106 |
| Binary | 11011011 | 10000110 | 11011110 | 1 | 101000 | 0 | 1101 | 100101010 | 111001 | 1000110 |
Color Harmonies of #DB86DE
Complementary color
Monochromatic Colors of #DB86DE
Black with #DB86DE
Text Example
Text Example
White with #DB86DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB86DE; }
p { color: rgb(219,134,222); }
H1.HeaderClassName
{
color: #DB86DE;
}
.AnyTagClassName
{
color: #DB86DE;
}
</style>
background-color css
<style>
a { background-color: #DB86DE; }
a { background-color: rgb(219,134,222); }
div.DivClassName
{
background-color: #DB86DE;
}
.BgClassName
{
background-color: #DB86DE;
}
</style>
border-color css
<style>
span { border-color: #DB86DE; }
span { border-color: rgb(219,134,222); }
td.TdClassName
{
border-color: #DB86DE;
}
.TagClassName
{
border-color: #DB86DE;
}
</style>