Shades of Orchid #DB85CD
Tints of Orchid #DB85CD
RGB
CMYK
RGB Variations
Color information
#DB85CD (or 0xDB85CD) is known color: Orchid. HEX triplet: DB, 85 and CD. RGB value is (219,133,205). Sum of RGB (Red+Green+Blue) = 219+133+205=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85CD is #247A32. Grayscale: #A6A6A6. Windows color (decimal): -2390579 or 13469147. OLE color: 13469147.
HSL color Cylindrical-coordinate representation of color #DB85CD: hue angle of 309.77º 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 #DB85CD is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 205 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.14 |
| HSL | 309.77º | 0.54% | 0.69% | - |
| HSV(B) | 309.77º | 0.39% | 0.86% | - |
| XYZ | 48.62 | 36.24 | 62.19 | - |
| YUV | 166.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 205 | 0 | 0.39 | 0.06 | 0.14 | 309.77 | 0.54 | 0.69 |
| Hex | DB | 85 | CD | 0 | 27 | 6 | E | 136 | 36 | 45 |
| Octal | 333 | 205 | 315 | 0 | 47 | 6 | 16 | 466 | 66 | 105 |
| Binary | 11011011 | 10000101 | 11001101 | 0 | 100111 | 110 | 1110 | 100110110 | 110110 | 1000101 |
Color Harmonies of #DB85CD
Complementary color
Monochromatic Colors of #DB85CD
Black with #DB85CD
Text Example
Text Example
White with #DB85CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85CD; }
p { color: rgb(219,133,205); }
H1.HeaderClassName
{
color: #DB85CD;
}
.AnyTagClassName
{
color: #DB85CD;
}
</style>
background-color css
<style>
a { background-color: #DB85CD; }
a { background-color: rgb(219,133,205); }
div.DivClassName
{
background-color: #DB85CD;
}
.BgClassName
{
background-color: #DB85CD;
}
</style>
border-color css
<style>
span { border-color: #DB85CD; }
span { border-color: rgb(219,133,205); }
td.TdClassName
{
border-color: #DB85CD;
}
.TagClassName
{
border-color: #DB85CD;
}
</style>