Shades of Orchid #DB8ACB
Tints of Orchid #DB8ACB
RGB
CMYK
RGB Variations
Color information
#DB8ACB (or 0xDB8ACB) is known color: Orchid. HEX triplet: DB, 8A and CB. RGB value is (219,138,203). Sum of RGB (Red+Green+Blue) = 219+138+203=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ACB is #247534. Grayscale: #A9A9A9. Windows color (decimal): -2389301 or 13339355. OLE color: 13339355.
HSL color Cylindrical-coordinate representation of color #DB8ACB: hue angle of 311.85º 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 #DB8ACB is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 203 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.14 |
| HSL | 311.85º | 0.53% | 0.7% | - |
| HSV(B) | 311.85º | 0.37% | 0.86% | - |
| XYZ | 49.08 | 37.55 | 61.16 | - |
| YUV | 169.63 | 146.84 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 203 | 0 | 0.37 | 0.07 | 0.14 | 311.85 | 0.53 | 0.7 |
| Hex | DB | 8A | CB | 0 | 25 | 7 | E | 138 | 35 | 46 |
| Octal | 333 | 212 | 313 | 0 | 45 | 7 | 16 | 470 | 65 | 106 |
| Binary | 11011011 | 10001010 | 11001011 | 0 | 100101 | 111 | 1110 | 100111000 | 110101 | 1000110 |
Color Harmonies of #DB8ACB
Complementary color
Monochromatic Colors of #DB8ACB
Black with #DB8ACB
Text Example
Text Example
White with #DB8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8ACB; }
p { color: rgb(219,138,203); }
H1.HeaderClassName
{
color: #DB8ACB;
}
.AnyTagClassName
{
color: #DB8ACB;
}
</style>
background-color css
<style>
a { background-color: #DB8ACB; }
a { background-color: rgb(219,138,203); }
div.DivClassName
{
background-color: #DB8ACB;
}
.BgClassName
{
background-color: #DB8ACB;
}
</style>
border-color css
<style>
span { border-color: #DB8ACB; }
span { border-color: rgb(219,138,203); }
td.TdClassName
{
border-color: #DB8ACB;
}
.TagClassName
{
border-color: #DB8ACB;
}
</style>