Shades of Orchid #DB88CE
Tints of Orchid #DB88CE
RGB
CMYK
RGB Variations
Color information
#DB88CE (or 0xDB88CE) is known color: Orchid. HEX triplet: DB, 88 and CE. RGB value is (219,136,206). Sum of RGB (Red+Green+Blue) = 219+136+206=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88CE is #247731. Grayscale: #A8A8A8. Windows color (decimal): -2389810 or 13535451. OLE color: 13535451.
HSL color Cylindrical-coordinate representation of color #DB88CE: hue angle of 309.4º 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 #DB88CE is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 206 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.14 |
| HSL | 309.4º | 0.54% | 0.7% | - |
| HSV(B) | 309.4º | 0.38% | 0.86% | - |
| XYZ | 49.16 | 37.12 | 62.97 | - |
| YUV | 168.8 | 149 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 206 | 0 | 0.38 | 0.06 | 0.14 | 309.4 | 0.54 | 0.7 |
| Hex | DB | 88 | CE | 0 | 26 | 6 | E | 135 | 36 | 46 |
| Octal | 333 | 210 | 316 | 0 | 46 | 6 | 16 | 465 | 66 | 106 |
| Binary | 11011011 | 10001000 | 11001110 | 0 | 100110 | 110 | 1110 | 100110101 | 110110 | 1000110 |
Color Harmonies of #DB88CE
Complementary color
Monochromatic Colors of #DB88CE
Black with #DB88CE
Text Example
Text Example
White with #DB88CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88CE; }
p { color: rgb(219,136,206); }
H1.HeaderClassName
{
color: #DB88CE;
}
.AnyTagClassName
{
color: #DB88CE;
}
</style>
background-color css
<style>
a { background-color: #DB88CE; }
a { background-color: rgb(219,136,206); }
div.DivClassName
{
background-color: #DB88CE;
}
.BgClassName
{
background-color: #DB88CE;
}
</style>
border-color css
<style>
span { border-color: #DB88CE; }
span { border-color: rgb(219,136,206); }
td.TdClassName
{
border-color: #DB88CE;
}
.TagClassName
{
border-color: #DB88CE;
}
</style>