Shades of Orchid #DB6ADE
Tints of Orchid #DB6ADE
RGB
CMYK
RGB Variations
Color information
#DB6ADE (or 0xDB6ADE) is known color: Orchid. HEX triplet: DB, 6A and DE. RGB value is (219,106,222). Sum of RGB (Red+Green+Blue) = 219+106+222=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB6ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6ADE is #249521. Grayscale: #989898. Windows color (decimal): -2397474 or 14576347. OLE color: 14576347.
HSL color Cylindrical-coordinate representation of color #DB6ADE: hue angle of 298.45º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6ADE is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 106 | 222 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.13 |
| HSL | 298.45º | 0.64% | 0.64% | - |
| HSV(B) | 298.45º | 0.52% | 0.87% | - |
| XYZ | 47.55 | 30.64 | 72.52 | - |
| YUV | 153.01 | 166.94 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 222 | 0.01 | 0.52 | 0 | 0.13 | 298.45 | 0.64 | 0.64 |
| Hex | DB | 6A | DE | 1 | 34 | 0 | D | 12A | 40 | 40 |
| Octal | 333 | 152 | 336 | 1 | 64 | 0 | 15 | 452 | 100 | 100 |
| Binary | 11011011 | 1101010 | 11011110 | 1 | 110100 | 0 | 1101 | 100101010 | 1000000 | 1000000 |
Color Harmonies of #DB6ADE
Complementary color
Monochromatic Colors of #DB6ADE
Black with #DB6ADE
Text Example
Text Example
White with #DB6ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6ADE; }
p { color: rgb(219,106,222); }
H1.HeaderClassName
{
color: #DB6ADE;
}
.AnyTagClassName
{
color: #DB6ADE;
}
</style>
background-color css
<style>
a { background-color: #DB6ADE; }
a { background-color: rgb(219,106,222); }
div.DivClassName
{
background-color: #DB6ADE;
}
.BgClassName
{
background-color: #DB6ADE;
}
</style>
border-color css
<style>
span { border-color: #DB6ADE; }
span { border-color: rgb(219,106,222); }
td.TdClassName
{
border-color: #DB6ADE;
}
.TagClassName
{
border-color: #DB6ADE;
}
</style>