Shades of Orchid #DB85CA
Tints of Orchid #DB85CA
RGB
CMYK
RGB Variations
Color information
#DB85CA (or 0xDB85CA) is known color: Orchid. HEX triplet: DB, 85 and CA. RGB value is (219,133,202). Sum of RGB (Red+Green+Blue) = 219+133+202=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85CA is #247A35. Grayscale: #A6A6A6. Windows color (decimal): -2390582 or 13272539. OLE color: 13272539.
HSL color Cylindrical-coordinate representation of color #DB85CA: hue angle of 311.86º 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 #DB85CA is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 202 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.14 |
| HSL | 311.86º | 0.54% | 0.69% | - |
| HSV(B) | 311.86º | 0.39% | 0.86% | - |
| XYZ | 48.26 | 36.1 | 60.3 | - |
| YUV | 166.58 | 147.99 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 202 | 0 | 0.39 | 0.08 | 0.14 | 311.86 | 0.54 | 0.69 |
| Hex | DB | 85 | CA | 0 | 27 | 8 | E | 138 | 36 | 45 |
| Octal | 333 | 205 | 312 | 0 | 47 | 10 | 16 | 470 | 66 | 105 |
| Binary | 11011011 | 10000101 | 11001010 | 0 | 100111 | 1000 | 1110 | 100111000 | 110110 | 1000101 |
Color Harmonies of #DB85CA
Complementary color
Monochromatic Colors of #DB85CA
Black with #DB85CA
Text Example
Text Example
White with #DB85CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85CA; }
p { color: rgb(219,133,202); }
H1.HeaderClassName
{
color: #DB85CA;
}
.AnyTagClassName
{
color: #DB85CA;
}
</style>
background-color css
<style>
a { background-color: #DB85CA; }
a { background-color: rgb(219,133,202); }
div.DivClassName
{
background-color: #DB85CA;
}
.BgClassName
{
background-color: #DB85CA;
}
</style>
border-color css
<style>
span { border-color: #DB85CA; }
span { border-color: rgb(219,133,202); }
td.TdClassName
{
border-color: #DB85CA;
}
.TagClassName
{
border-color: #DB85CA;
}
</style>