Shades of Orchid #DB88C9
Tints of Orchid #DB88C9
RGB
CMYK
RGB Variations
Color information
#DB88C9 (or 0xDB88C9) is known color: Orchid. HEX triplet: DB, 88 and C9. RGB value is (219,136,201). Sum of RGB (Red+Green+Blue) = 219+136+201=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88C9 is #247736. Grayscale: #A8A8A8. Windows color (decimal): -2389815 or 13207771. OLE color: 13207771.
HSL color Cylindrical-coordinate representation of color #DB88C9: hue angle of 313.01º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB88C9 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 201 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.14 |
| HSL | 313.01º | 0.54% | 0.7% | - |
| HSV(B) | 313.01º | 0.38% | 0.86% | - |
| XYZ | 48.56 | 36.89 | 59.82 | - |
| YUV | 168.23 | 146.5 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 201 | 0 | 0.38 | 0.08 | 0.14 | 313.01 | 0.54 | 0.7 |
| Hex | DB | 88 | C9 | 0 | 26 | 8 | E | 139 | 36 | 46 |
| Octal | 333 | 210 | 311 | 0 | 46 | 10 | 16 | 471 | 66 | 106 |
| Binary | 11011011 | 10001000 | 11001001 | 0 | 100110 | 1000 | 1110 | 100111001 | 110110 | 1000110 |
Color Harmonies of #DB88C9
Complementary color
Monochromatic Colors of #DB88C9
Black with #DB88C9
Text Example
Text Example
White with #DB88C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88C9; }
p { color: rgb(219,136,201); }
H1.HeaderClassName
{
color: #DB88C9;
}
.AnyTagClassName
{
color: #DB88C9;
}
</style>
background-color css
<style>
a { background-color: #DB88C9; }
a { background-color: rgb(219,136,201); }
div.DivClassName
{
background-color: #DB88C9;
}
.BgClassName
{
background-color: #DB88C9;
}
</style>
border-color css
<style>
span { border-color: #DB88C9; }
span { border-color: rgb(219,136,201); }
td.TdClassName
{
border-color: #DB88C9;
}
.TagClassName
{
border-color: #DB88C9;
}
</style>