Shades of Orchid #DB87CA
Tints of Orchid #DB87CA
RGB
CMYK
RGB Variations
Color information
#DB87CA (or 0xDB87CA) is known color: Orchid. HEX triplet: DB, 87 and CA. RGB value is (219,135,202). Sum of RGB (Red+Green+Blue) = 219+135+202=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 135 (53.12% from 255 or 24.28% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87CA is #247835. Grayscale: #A7A7A7. Windows color (decimal): -2390070 or 13273051. OLE color: 13273051.
HSL color Cylindrical-coordinate representation of color #DB87CA: hue angle of 312.14º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB87CA is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 202 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.14 |
| HSL | 312.14º | 0.54% | 0.69% | - |
| HSV(B) | 312.14º | 0.38% | 0.86% | - |
| XYZ | 48.54 | 36.65 | 60.39 | - |
| YUV | 167.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 202 | 0 | 0.38 | 0.08 | 0.14 | 312.14 | 0.54 | 0.69 |
| Hex | DB | 87 | CA | 0 | 26 | 8 | E | 138 | 36 | 45 |
| Octal | 333 | 207 | 312 | 0 | 46 | 10 | 16 | 470 | 66 | 105 |
| Binary | 11011011 | 10000111 | 11001010 | 0 | 100110 | 1000 | 1110 | 100111000 | 110110 | 1000101 |
Color Harmonies of #DB87CA
Complementary color
Monochromatic Colors of #DB87CA
Black with #DB87CA
Text Example
Text Example
White with #DB87CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87CA; }
p { color: rgb(219,135,202); }
H1.HeaderClassName
{
color: #DB87CA;
}
.AnyTagClassName
{
color: #DB87CA;
}
</style>
background-color css
<style>
a { background-color: #DB87CA; }
a { background-color: rgb(219,135,202); }
div.DivClassName
{
background-color: #DB87CA;
}
.BgClassName
{
background-color: #DB87CA;
}
</style>
border-color css
<style>
span { border-color: #DB87CA; }
span { border-color: rgb(219,135,202); }
td.TdClassName
{
border-color: #DB87CA;
}
.TagClassName
{
border-color: #DB87CA;
}
</style>