Shades of Orchid #DB8BC9
Tints of Orchid #DB8BC9
RGB
CMYK
RGB Variations
Color information
#DB8BC9 (or 0xDB8BC9) is known color: Orchid. HEX triplet: DB, 8B and C9. RGB value is (219,139,201). Sum of RGB (Red+Green+Blue) = 219+139+201=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BC9 is #247436. Grayscale: #A9A9A9. Windows color (decimal): -2389047 or 13208539. OLE color: 13208539.
HSL color Cylindrical-coordinate representation of color #DB8BC9: hue angle of 313.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8BC9 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 201 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.14 |
| HSL | 313.5º | 0.53% | 0.7% | - |
| HSV(B) | 313.5º | 0.37% | 0.86% | - |
| XYZ | 48.99 | 37.74 | 59.96 | - |
| YUV | 169.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 201 | 0 | 0.37 | 0.08 | 0.14 | 313.5 | 0.53 | 0.7 |
| Hex | DB | 8B | C9 | 0 | 25 | 8 | E | 13A | 35 | 46 |
| Octal | 333 | 213 | 311 | 0 | 45 | 10 | 16 | 472 | 65 | 106 |
| Binary | 11011011 | 10001011 | 11001001 | 0 | 100101 | 1000 | 1110 | 100111010 | 110101 | 1000110 |
Color Harmonies of #DB8BC9
Complementary color
Monochromatic Colors of #DB8BC9
Black with #DB8BC9
Text Example
Text Example
White with #DB8BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BC9; }
p { color: rgb(219,139,201); }
H1.HeaderClassName
{
color: #DB8BC9;
}
.AnyTagClassName
{
color: #DB8BC9;
}
</style>
background-color css
<style>
a { background-color: #DB8BC9; }
a { background-color: rgb(219,139,201); }
div.DivClassName
{
background-color: #DB8BC9;
}
.BgClassName
{
background-color: #DB8BC9;
}
</style>
border-color css
<style>
span { border-color: #DB8BC9; }
span { border-color: rgb(219,139,201); }
td.TdClassName
{
border-color: #DB8BC9;
}
.TagClassName
{
border-color: #DB8BC9;
}
</style>