Shades of Orchid #DB70C0
Tints of Orchid #DB70C0
RGB
CMYK
RGB Variations
Color information
#DB70C0 (or 0xDB70C0) is known color: Orchid. HEX triplet: DB, 70 and C0. RGB value is (219,112,192). Sum of RGB (Red+Green+Blue) = 219+112+192=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70C0 is #248F3F. Grayscale: #989898. Windows color (decimal): -2395968 or 12611803. OLE color: 12611803.
HSL color Cylindrical-coordinate representation of color #DB70C0: hue angle of 315.14º 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 #DB70C0 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 192 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.14 |
| HSL | 315.14º | 0.6% | 0.65% | - |
| HSV(B) | 315.14º | 0.49% | 0.86% | - |
| XYZ | 44.52 | 30.45 | 53.4 | - |
| YUV | 153.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 192 | 0 | 0.49 | 0.12 | 0.14 | 315.14 | 0.6 | 0.65 |
| Hex | DB | 70 | C0 | 0 | 31 | C | E | 13B | 3C | 41 |
| Octal | 333 | 160 | 300 | 0 | 61 | 14 | 16 | 473 | 74 | 101 |
| Binary | 11011011 | 1110000 | 11000000 | 0 | 110001 | 1100 | 1110 | 100111011 | 111100 | 1000001 |
Color Harmonies of #DB70C0
Complementary color
Monochromatic Colors of #DB70C0
Black with #DB70C0
Text Example
Text Example
White with #DB70C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70C0; }
p { color: rgb(219,112,192); }
H1.HeaderClassName
{
color: #DB70C0;
}
.AnyTagClassName
{
color: #DB70C0;
}
</style>
background-color css
<style>
a { background-color: #DB70C0; }
a { background-color: rgb(219,112,192); }
div.DivClassName
{
background-color: #DB70C0;
}
.BgClassName
{
background-color: #DB70C0;
}
</style>
border-color css
<style>
span { border-color: #DB70C0; }
span { border-color: rgb(219,112,192); }
td.TdClassName
{
border-color: #DB70C0;
}
.TagClassName
{
border-color: #DB70C0;
}
</style>