Shades of Orchid #DB88D2
Tints of Orchid #DB88D2
RGB
CMYK
RGB Variations
Color information
#DB88D2 (or 0xDB88D2) is known color: Orchid. HEX triplet: DB, 88 and D2. RGB value is (219,136,210). Sum of RGB (Red+Green+Blue) = 219+136+210=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88D2 is #24772D. Grayscale: #A9A9A9. Windows color (decimal): -2389806 or 13797595. OLE color: 13797595.
HSL color Cylindrical-coordinate representation of color #DB88D2: hue angle of 306.51º 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 #DB88D2 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 210 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.14 |
| HSL | 306.51º | 0.54% | 0.7% | - |
| HSV(B) | 306.51º | 0.38% | 0.86% | - |
| XYZ | 49.65 | 37.32 | 65.56 | - |
| YUV | 169.25 | 151 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 210 | 0 | 0.38 | 0.04 | 0.14 | 306.51 | 0.54 | 0.7 |
| Hex | DB | 88 | D2 | 0 | 26 | 4 | E | 133 | 36 | 46 |
| Octal | 333 | 210 | 322 | 0 | 46 | 4 | 16 | 463 | 66 | 106 |
| Binary | 11011011 | 10001000 | 11010010 | 0 | 100110 | 100 | 1110 | 100110011 | 110110 | 1000110 |
Color Harmonies of #DB88D2
Complementary color
Monochromatic Colors of #DB88D2
Black with #DB88D2
Text Example
Text Example
White with #DB88D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88D2; }
p { color: rgb(219,136,210); }
H1.HeaderClassName
{
color: #DB88D2;
}
.AnyTagClassName
{
color: #DB88D2;
}
</style>
background-color css
<style>
a { background-color: #DB88D2; }
a { background-color: rgb(219,136,210); }
div.DivClassName
{
background-color: #DB88D2;
}
.BgClassName
{
background-color: #DB88D2;
}
</style>
border-color css
<style>
span { border-color: #DB88D2; }
span { border-color: rgb(219,136,210); }
td.TdClassName
{
border-color: #DB88D2;
}
.TagClassName
{
border-color: #DB88D2;
}
</style>