Shades of Orchid #DB88D6
Tints of Orchid #DB88D6
RGB
CMYK
RGB Variations
Color information
#DB88D6 (or 0xDB88D6) is known color: Orchid. HEX triplet: DB, 88 and D6. RGB value is (219,136,214). Sum of RGB (Red+Green+Blue) = 219+136+214=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88D6 is #247729. Grayscale: #A9A9A9. Windows color (decimal): -2389802 or 14059739. OLE color: 14059739.
HSL color Cylindrical-coordinate representation of color #DB88D6: hue angle of 303.61º 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 #DB88D6 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 214 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.14 |
| HSL | 303.61º | 0.54% | 0.7% | - |
| HSV(B) | 303.61º | 0.38% | 0.86% | - |
| XYZ | 50.16 | 37.52 | 68.22 | - |
| YUV | 169.71 | 153 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 214 | 0 | 0.38 | 0.02 | 0.14 | 303.61 | 0.54 | 0.7 |
| Hex | DB | 88 | D6 | 0 | 26 | 2 | E | 130 | 36 | 46 |
| Octal | 333 | 210 | 326 | 0 | 46 | 2 | 16 | 460 | 66 | 106 |
| Binary | 11011011 | 10001000 | 11010110 | 0 | 100110 | 10 | 1110 | 100110000 | 110110 | 1000110 |
Color Harmonies of #DB88D6
Complementary color
Monochromatic Colors of #DB88D6
Black with #DB88D6
Text Example
Text Example
White with #DB88D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88D6; }
p { color: rgb(219,136,214); }
H1.HeaderClassName
{
color: #DB88D6;
}
.AnyTagClassName
{
color: #DB88D6;
}
</style>
background-color css
<style>
a { background-color: #DB88D6; }
a { background-color: rgb(219,136,214); }
div.DivClassName
{
background-color: #DB88D6;
}
.BgClassName
{
background-color: #DB88D6;
}
</style>
border-color css
<style>
span { border-color: #DB88D6; }
span { border-color: rgb(219,136,214); }
td.TdClassName
{
border-color: #DB88D6;
}
.TagClassName
{
border-color: #DB88D6;
}
</style>