Shades of Orchid #DB88D0
Tints of Orchid #DB88D0
RGB
CMYK
RGB Variations
Color information
#DB88D0 (or 0xDB88D0) is known color: Orchid. HEX triplet: DB, 88 and D0. RGB value is (219,136,208). Sum of RGB (Red+Green+Blue) = 219+136+208=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88D0 is #24772F. Grayscale: #A8A8A8. Windows color (decimal): -2389808 or 13666523. OLE color: 13666523.
HSL color Cylindrical-coordinate representation of color #DB88D0: hue angle of 307.95º 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 #DB88D0 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 208 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.14 |
| HSL | 307.95º | 0.54% | 0.7% | - |
| HSV(B) | 307.95º | 0.38% | 0.86% | - |
| XYZ | 49.4 | 37.22 | 64.26 | - |
| YUV | 169.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 208 | 0 | 0.38 | 0.05 | 0.14 | 307.95 | 0.54 | 0.7 |
| Hex | DB | 88 | D0 | 0 | 26 | 5 | E | 134 | 36 | 46 |
| Octal | 333 | 210 | 320 | 0 | 46 | 5 | 16 | 464 | 66 | 106 |
| Binary | 11011011 | 10001000 | 11010000 | 0 | 100110 | 101 | 1110 | 100110100 | 110110 | 1000110 |
Color Harmonies of #DB88D0
Complementary color
Monochromatic Colors of #DB88D0
Black with #DB88D0
Text Example
Text Example
White with #DB88D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88D0; }
p { color: rgb(219,136,208); }
H1.HeaderClassName
{
color: #DB88D0;
}
.AnyTagClassName
{
color: #DB88D0;
}
</style>
background-color css
<style>
a { background-color: #DB88D0; }
a { background-color: rgb(219,136,208); }
div.DivClassName
{
background-color: #DB88D0;
}
.BgClassName
{
background-color: #DB88D0;
}
</style>
border-color css
<style>
span { border-color: #DB88D0; }
span { border-color: rgb(219,136,208); }
td.TdClassName
{
border-color: #DB88D0;
}
.TagClassName
{
border-color: #DB88D0;
}
</style>