Shades of Orchid #DB70BD
Tints of Orchid #DB70BD
RGB
CMYK
RGB Variations
Color information
#DB70BD (or 0xDB70BD) is known color: Orchid. HEX triplet: DB, 70 and BD. RGB value is (219,112,189). Sum of RGB (Red+Green+Blue) = 219+112+189=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70BD is #248F42. Grayscale: #989898. Windows color (decimal): -2395971 or 12415195. OLE color: 12415195.
HSL color Cylindrical-coordinate representation of color #DB70BD: hue angle of 316.82º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB70BD is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 189 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.14 |
| HSL | 316.82º | 0.6% | 0.65% | - |
| HSV(B) | 316.82º | 0.49% | 0.86% | - |
| XYZ | 44.19 | 30.32 | 51.67 | - |
| YUV | 152.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 189 | 0 | 0.49 | 0.14 | 0.14 | 316.82 | 0.6 | 0.65 |
| Hex | DB | 70 | BD | 0 | 31 | E | E | 13D | 3C | 41 |
| Octal | 333 | 160 | 275 | 0 | 61 | 16 | 16 | 475 | 74 | 101 |
| Binary | 11011011 | 1110000 | 10111101 | 0 | 110001 | 1110 | 1110 | 100111101 | 111100 | 1000001 |
Color Harmonies of #DB70BD
Complementary color
Monochromatic Colors of #DB70BD
Black with #DB70BD
Text Example
Text Example
White with #DB70BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70BD; }
p { color: rgb(219,112,189); }
H1.HeaderClassName
{
color: #DB70BD;
}
.AnyTagClassName
{
color: #DB70BD;
}
</style>
background-color css
<style>
a { background-color: #DB70BD; }
a { background-color: rgb(219,112,189); }
div.DivClassName
{
background-color: #DB70BD;
}
.BgClassName
{
background-color: #DB70BD;
}
</style>
border-color css
<style>
span { border-color: #DB70BD; }
span { border-color: rgb(219,112,189); }
td.TdClassName
{
border-color: #DB70BD;
}
.TagClassName
{
border-color: #DB70BD;
}
</style>