Shades of Orchid #DB89C8
Tints of Orchid #DB89C8
RGB
CMYK
RGB Variations
Color information
#DB89C8 (or 0xDB89C8) is known color: Orchid. HEX triplet: DB, 89 and C8. RGB value is (219,137,200). Sum of RGB (Red+Green+Blue) = 219+137+200=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89C8 is #247637. Grayscale: #A8A8A8. Windows color (decimal): -2389560 or 13142491. OLE color: 13142491.
HSL color Cylindrical-coordinate representation of color #DB89C8: hue angle of 313.9º 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 #DB89C8 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 200 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.14 |
| HSL | 313.9º | 0.53% | 0.7% | - |
| HSV(B) | 313.9º | 0.37% | 0.86% | - |
| XYZ | 48.58 | 37.12 | 59.25 | - |
| YUV | 168.7 | 145.67 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 200 | 0 | 0.37 | 0.09 | 0.14 | 313.9 | 0.53 | 0.7 |
| Hex | DB | 89 | C8 | 0 | 25 | 9 | E | 13A | 35 | 46 |
| Octal | 333 | 211 | 310 | 0 | 45 | 11 | 16 | 472 | 65 | 106 |
| Binary | 11011011 | 10001001 | 11001000 | 0 | 100101 | 1001 | 1110 | 100111010 | 110101 | 1000110 |
Color Harmonies of #DB89C8
Complementary color
Monochromatic Colors of #DB89C8
Black with #DB89C8
Text Example
Text Example
White with #DB89C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89C8; }
p { color: rgb(219,137,200); }
H1.HeaderClassName
{
color: #DB89C8;
}
.AnyTagClassName
{
color: #DB89C8;
}
</style>
background-color css
<style>
a { background-color: #DB89C8; }
a { background-color: rgb(219,137,200); }
div.DivClassName
{
background-color: #DB89C8;
}
.BgClassName
{
background-color: #DB89C8;
}
</style>
border-color css
<style>
span { border-color: #DB89C8; }
span { border-color: rgb(219,137,200); }
td.TdClassName
{
border-color: #DB89C8;
}
.TagClassName
{
border-color: #DB89C8;
}
</style>