Shades of Orchid #DB85DC
Tints of Orchid #DB85DC
RGB
CMYK
RGB Variations
Color information
#DB85DC (or 0xDB85DC) is known color: Orchid. HEX triplet: DB, 85 and DC. RGB value is (219,133,220). Sum of RGB (Red+Green+Blue) = 219+133+220=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB85DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85DC is #247A23. Grayscale: #A8A8A8. Windows color (decimal): -2390564 or 14452187. OLE color: 14452187.
HSL color Cylindrical-coordinate representation of color #DB85DC: hue angle of 299.31º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB85DC is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 220 | - |
| CMYK | 0.00 | 0.40 | 0 | 0.14 |
| HSL | 299.31º | 0.55% | 0.69% | - |
| HSV(B) | 299.31º | 0.4% | 0.86% | - |
| XYZ | 50.52 | 37 | 72.19 | - |
| YUV | 168.63 | 156.99 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 220 | 0.00 | 0.40 | 0 | 0.14 | 299.31 | 0.55 | 0.69 |
| Hex | DB | 85 | DC | 0 | 28 | 0 | E | 12B | 37 | 45 |
| Octal | 333 | 205 | 334 | 0 | 50 | 0 | 16 | 453 | 67 | 105 |
| Binary | 11011011 | 10000101 | 11011100 | 0 | 101000 | 0 | 1110 | 100101011 | 110111 | 1000101 |
Color Harmonies of #DB85DC
Complementary color
Monochromatic Colors of #DB85DC
Black with #DB85DC
Text Example
Text Example
White with #DB85DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85DC; }
p { color: rgb(219,133,220); }
H1.HeaderClassName
{
color: #DB85DC;
}
.AnyTagClassName
{
color: #DB85DC;
}
</style>
background-color css
<style>
a { background-color: #DB85DC; }
a { background-color: rgb(219,133,220); }
div.DivClassName
{
background-color: #DB85DC;
}
.BgClassName
{
background-color: #DB85DC;
}
</style>
border-color css
<style>
span { border-color: #DB85DC; }
span { border-color: rgb(219,133,220); }
td.TdClassName
{
border-color: #DB85DC;
}
.TagClassName
{
border-color: #DB85DC;
}
</style>