Shades of Orchid #DB85DA
Tints of Orchid #DB85DA
RGB
CMYK
RGB Variations
Color information
#DB85DA (or 0xDB85DA) is known color: Orchid. HEX triplet: DB, 85 and DA. RGB value is (219,133,218). Sum of RGB (Red+Green+Blue) = 219+133+218=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85DA is #247A25. Grayscale: #A8A8A8. Windows color (decimal): -2390566 or 14321115. OLE color: 14321115.
HSL color Cylindrical-coordinate representation of color #DB85DA: hue angle of 300.7º 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 #DB85DA is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 218 | - |
| CMYK | 0 | 0.39 | 0.00 | 0.14 |
| HSL | 300.7º | 0.54% | 0.69% | - |
| HSV(B) | 300.7º | 0.39% | 0.86% | - |
| XYZ | 50.26 | 36.9 | 70.8 | - |
| YUV | 168.4 | 155.99 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 218 | 0 | 0.39 | 0.00 | 0.14 | 300.7 | 0.54 | 0.69 |
| Hex | DB | 85 | DA | 0 | 27 | 0 | E | 12D | 36 | 45 |
| Octal | 333 | 205 | 332 | 0 | 47 | 0 | 16 | 455 | 66 | 105 |
| Binary | 11011011 | 10000101 | 11011010 | 0 | 100111 | 0 | 1110 | 100101101 | 110110 | 1000101 |
Color Harmonies of #DB85DA
Complementary color
Monochromatic Colors of #DB85DA
Black with #DB85DA
Text Example
Text Example
White with #DB85DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85DA; }
p { color: rgb(219,133,218); }
H1.HeaderClassName
{
color: #DB85DA;
}
.AnyTagClassName
{
color: #DB85DA;
}
</style>
background-color css
<style>
a { background-color: #DB85DA; }
a { background-color: rgb(219,133,218); }
div.DivClassName
{
background-color: #DB85DA;
}
.BgClassName
{
background-color: #DB85DA;
}
</style>
border-color css
<style>
span { border-color: #DB85DA; }
span { border-color: rgb(219,133,218); }
td.TdClassName
{
border-color: #DB85DA;
}
.TagClassName
{
border-color: #DB85DA;
}
</style>