Shades of Orchid #DB7AC0
Tints of Orchid #DB7AC0
RGB
CMYK
RGB Variations
Color information
#DB7AC0 (or 0xDB7AC0) is known color: Orchid. HEX triplet: DB, 7A and C0. RGB value is (219,122,192). Sum of RGB (Red+Green+Blue) = 219+122+192=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7AC0 is #24853F. Grayscale: #9E9E9E. Windows color (decimal): -2393408 or 12614363. OLE color: 12614363.
HSL color Cylindrical-coordinate representation of color #DB7AC0: hue angle of 316.7º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7AC0 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 192 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.14 |
| HSL | 316.7º | 0.57% | 0.67% | - |
| HSV(B) | 316.7º | 0.44% | 0.86% | - |
| XYZ | 45.69 | 32.78 | 53.79 | - |
| YUV | 158.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 192 | 0 | 0.44 | 0.12 | 0.14 | 316.7 | 0.57 | 0.67 |
| Hex | DB | 7A | C0 | 0 | 2C | C | E | 13D | 39 | 43 |
| Octal | 333 | 172 | 300 | 0 | 54 | 14 | 16 | 475 | 71 | 103 |
| Binary | 11011011 | 1111010 | 11000000 | 0 | 101100 | 1100 | 1110 | 100111101 | 111001 | 1000011 |
Color Harmonies of #DB7AC0
Complementary color
Monochromatic Colors of #DB7AC0
Black with #DB7AC0
Text Example
Text Example
White with #DB7AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7AC0; }
p { color: rgb(219,122,192); }
H1.HeaderClassName
{
color: #DB7AC0;
}
.AnyTagClassName
{
color: #DB7AC0;
}
</style>
background-color css
<style>
a { background-color: #DB7AC0; }
a { background-color: rgb(219,122,192); }
div.DivClassName
{
background-color: #DB7AC0;
}
.BgClassName
{
background-color: #DB7AC0;
}
</style>
border-color css
<style>
span { border-color: #DB7AC0; }
span { border-color: rgb(219,122,192); }
td.TdClassName
{
border-color: #DB7AC0;
}
.TagClassName
{
border-color: #DB7AC0;
}
</style>