Shades of Orchid #DB89CA
Tints of Orchid #DB89CA
RGB
CMYK
RGB Variations
Color information
#DB89CA (or 0xDB89CA) is known color: Orchid. HEX triplet: DB, 89 and CA. RGB value is (219,137,202). Sum of RGB (Red+Green+Blue) = 219+137+202=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 137 (53.91% from 255 or 24.55% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89CA is #247635. Grayscale: #A8A8A8. Windows color (decimal): -2389558 or 13273563. OLE color: 13273563.
HSL color Cylindrical-coordinate representation of color #DB89CA: hue angle of 312.44º 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 #DB89CA is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 202 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.14 |
| HSL | 312.44º | 0.53% | 0.7% | - |
| HSV(B) | 312.44º | 0.37% | 0.86% | - |
| XYZ | 48.82 | 37.22 | 60.49 | - |
| YUV | 168.93 | 146.67 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 202 | 0 | 0.37 | 0.08 | 0.14 | 312.44 | 0.53 | 0.7 |
| Hex | DB | 89 | CA | 0 | 25 | 8 | E | 138 | 35 | 46 |
| Octal | 333 | 211 | 312 | 0 | 45 | 10 | 16 | 470 | 65 | 106 |
| Binary | 11011011 | 10001001 | 11001010 | 0 | 100101 | 1000 | 1110 | 100111000 | 110101 | 1000110 |
Color Harmonies of #DB89CA
Complementary color
Monochromatic Colors of #DB89CA
Black with #DB89CA
Text Example
Text Example
White with #DB89CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89CA; }
p { color: rgb(219,137,202); }
H1.HeaderClassName
{
color: #DB89CA;
}
.AnyTagClassName
{
color: #DB89CA;
}
</style>
background-color css
<style>
a { background-color: #DB89CA; }
a { background-color: rgb(219,137,202); }
div.DivClassName
{
background-color: #DB89CA;
}
.BgClassName
{
background-color: #DB89CA;
}
</style>
border-color css
<style>
span { border-color: #DB89CA; }
span { border-color: rgb(219,137,202); }
td.TdClassName
{
border-color: #DB89CA;
}
.TagClassName
{
border-color: #DB89CA;
}
</style>