Shades of Orchid #DB89CF
Tints of Orchid #DB89CF
RGB
CMYK
RGB Variations
Color information
#DB89CF (or 0xDB89CF) is known color: Orchid. HEX triplet: DB, 89 and CF. RGB value is (219,137,207). Sum of RGB (Red+Green+Blue) = 219+137+207=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89CF is #247630. Grayscale: #A9A9A9. Windows color (decimal): -2389553 or 13601243. OLE color: 13601243.
HSL color Cylindrical-coordinate representation of color #DB89CF: hue angle of 308.78º 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 #DB89CF is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 207 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.14 |
| HSL | 308.78º | 0.53% | 0.7% | - |
| HSV(B) | 308.78º | 0.37% | 0.86% | - |
| XYZ | 49.42 | 37.46 | 63.66 | - |
| YUV | 169.5 | 149.17 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 207 | 0 | 0.37 | 0.05 | 0.14 | 308.78 | 0.53 | 0.7 |
| Hex | DB | 89 | CF | 0 | 25 | 5 | E | 135 | 35 | 46 |
| Octal | 333 | 211 | 317 | 0 | 45 | 5 | 16 | 465 | 65 | 106 |
| Binary | 11011011 | 10001001 | 11001111 | 0 | 100101 | 101 | 1110 | 100110101 | 110101 | 1000110 |
Color Harmonies of #DB89CF
Complementary color
Monochromatic Colors of #DB89CF
Black with #DB89CF
Text Example
Text Example
White with #DB89CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89CF; }
p { color: rgb(219,137,207); }
H1.HeaderClassName
{
color: #DB89CF;
}
.AnyTagClassName
{
color: #DB89CF;
}
</style>
background-color css
<style>
a { background-color: #DB89CF; }
a { background-color: rgb(219,137,207); }
div.DivClassName
{
background-color: #DB89CF;
}
.BgClassName
{
background-color: #DB89CF;
}
</style>
border-color css
<style>
span { border-color: #DB89CF; }
span { border-color: rgb(219,137,207); }
td.TdClassName
{
border-color: #DB89CF;
}
.TagClassName
{
border-color: #DB89CF;
}
</style>