Shades of Orchid #DB89CE
Tints of Orchid #DB89CE
RGB
CMYK
RGB Variations
Color information
#DB89CE (or 0xDB89CE) is known color: Orchid. HEX triplet: DB, 89 and CE. RGB value is (219,137,206). Sum of RGB (Red+Green+Blue) = 219+137+206=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89CE is #247631. Grayscale: #A9A9A9. Windows color (decimal): -2389554 or 13535707. OLE color: 13535707.
HSL color Cylindrical-coordinate representation of color #DB89CE: hue angle of 309.51º 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 #DB89CE is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 206 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.14 |
| HSL | 309.51º | 0.53% | 0.7% | - |
| HSV(B) | 309.51º | 0.37% | 0.86% | - |
| XYZ | 49.3 | 37.41 | 63.01 | - |
| YUV | 169.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 206 | 0 | 0.37 | 0.06 | 0.14 | 309.51 | 0.53 | 0.7 |
| Hex | DB | 89 | CE | 0 | 25 | 6 | E | 136 | 35 | 46 |
| Octal | 333 | 211 | 316 | 0 | 45 | 6 | 16 | 466 | 65 | 106 |
| Binary | 11011011 | 10001001 | 11001110 | 0 | 100101 | 110 | 1110 | 100110110 | 110101 | 1000110 |
Color Harmonies of #DB89CE
Complementary color
Monochromatic Colors of #DB89CE
Black with #DB89CE
Text Example
Text Example
White with #DB89CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89CE; }
p { color: rgb(219,137,206); }
H1.HeaderClassName
{
color: #DB89CE;
}
.AnyTagClassName
{
color: #DB89CE;
}
</style>
background-color css
<style>
a { background-color: #DB89CE; }
a { background-color: rgb(219,137,206); }
div.DivClassName
{
background-color: #DB89CE;
}
.BgClassName
{
background-color: #DB89CE;
}
</style>
border-color css
<style>
span { border-color: #DB89CE; }
span { border-color: rgb(219,137,206); }
td.TdClassName
{
border-color: #DB89CE;
}
.TagClassName
{
border-color: #DB89CE;
}
</style>