Shades of Orchid #DB7ACC
Tints of Orchid #DB7ACC
RGB
CMYK
RGB Variations
Color information
#DB7ACC (or 0xDB7ACC) is known color: Orchid. HEX triplet: DB, 7A and CC. RGB value is (219,122,204). Sum of RGB (Red+Green+Blue) = 219+122+204=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ACC is #248533. Grayscale: #A0A0A0. Windows color (decimal): -2393396 or 13400795. OLE color: 13400795.
HSL color Cylindrical-coordinate representation of color #DB7ACC: hue angle of 309.28º 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 #DB7ACC is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 204 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.14 |
| HSL | 309.28º | 0.57% | 0.67% | - |
| HSV(B) | 309.28º | 0.44% | 0.86% | - |
| XYZ | 47.07 | 33.34 | 61.08 | - |
| YUV | 160.35 | 152.64 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 204 | 0 | 0.44 | 0.07 | 0.14 | 309.28 | 0.57 | 0.67 |
| Hex | DB | 7A | CC | 0 | 2C | 7 | E | 135 | 39 | 43 |
| Octal | 333 | 172 | 314 | 0 | 54 | 7 | 16 | 465 | 71 | 103 |
| Binary | 11011011 | 1111010 | 11001100 | 0 | 101100 | 111 | 1110 | 100110101 | 111001 | 1000011 |
Color Harmonies of #DB7ACC
Complementary color
Monochromatic Colors of #DB7ACC
Black with #DB7ACC
Text Example
Text Example
White with #DB7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7ACC; }
p { color: rgb(219,122,204); }
H1.HeaderClassName
{
color: #DB7ACC;
}
.AnyTagClassName
{
color: #DB7ACC;
}
</style>
background-color css
<style>
a { background-color: #DB7ACC; }
a { background-color: rgb(219,122,204); }
div.DivClassName
{
background-color: #DB7ACC;
}
.BgClassName
{
background-color: #DB7ACC;
}
</style>
border-color css
<style>
span { border-color: #DB7ACC; }
span { border-color: rgb(219,122,204); }
td.TdClassName
{
border-color: #DB7ACC;
}
.TagClassName
{
border-color: #DB7ACC;
}
</style>