Shades of Orchid #DB7ACB
Tints of Orchid #DB7ACB
RGB
CMYK
RGB Variations
Color information
#DB7ACB (or 0xDB7ACB) is known color: Orchid. HEX triplet: DB, 7A and CB. RGB value is (219,122,203). Sum of RGB (Red+Green+Blue) = 219+122+203=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ACB is #248534. Grayscale: #A0A0A0. Windows color (decimal): -2393397 or 13335259. OLE color: 13335259.
HSL color Cylindrical-coordinate representation of color #DB7ACB: hue angle of 309.9º 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 #DB7ACB is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 203 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.14 |
| HSL | 309.9º | 0.57% | 0.67% | - |
| HSV(B) | 309.9º | 0.44% | 0.86% | - |
| XYZ | 46.95 | 33.29 | 60.45 | - |
| YUV | 160.24 | 152.14 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 203 | 0 | 0.44 | 0.07 | 0.14 | 309.9 | 0.57 | 0.67 |
| Hex | DB | 7A | CB | 0 | 2C | 7 | E | 136 | 39 | 43 |
| Octal | 333 | 172 | 313 | 0 | 54 | 7 | 16 | 466 | 71 | 103 |
| Binary | 11011011 | 1111010 | 11001011 | 0 | 101100 | 111 | 1110 | 100110110 | 111001 | 1000011 |
Color Harmonies of #DB7ACB
Complementary color
Monochromatic Colors of #DB7ACB
Black with #DB7ACB
Text Example
Text Example
White with #DB7ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7ACB; }
p { color: rgb(219,122,203); }
H1.HeaderClassName
{
color: #DB7ACB;
}
.AnyTagClassName
{
color: #DB7ACB;
}
</style>
background-color css
<style>
a { background-color: #DB7ACB; }
a { background-color: rgb(219,122,203); }
div.DivClassName
{
background-color: #DB7ACB;
}
.BgClassName
{
background-color: #DB7ACB;
}
</style>
border-color css
<style>
span { border-color: #DB7ACB; }
span { border-color: rgb(219,122,203); }
td.TdClassName
{
border-color: #DB7ACB;
}
.TagClassName
{
border-color: #DB7ACB;
}
</style>