Shades of Orchid #DB6AD6
Tints of Orchid #DB6AD6
RGB
CMYK
RGB Variations
Color information
#DB6AD6 (or 0xDB6AD6) is known color: Orchid. HEX triplet: DB, 6A and D6. RGB value is (219,106,214). Sum of RGB (Red+Green+Blue) = 219+106+214=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6AD6 is #249529. Grayscale: #979797. Windows color (decimal): -2397482 or 14052059. OLE color: 14052059.
HSL color Cylindrical-coordinate representation of color #DB6AD6: hue angle of 302.65º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6AD6 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 214 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.14 |
| HSL | 302.65º | 0.61% | 0.64% | - |
| HSV(B) | 302.65º | 0.52% | 0.86% | - |
| XYZ | 46.51 | 30.22 | 67 | - |
| YUV | 152.1 | 162.94 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 214 | 0 | 0.52 | 0.02 | 0.14 | 302.65 | 0.61 | 0.64 |
| Hex | DB | 6A | D6 | 0 | 34 | 2 | E | 12F | 3D | 40 |
| Octal | 333 | 152 | 326 | 0 | 64 | 2 | 16 | 457 | 75 | 100 |
| Binary | 11011011 | 1101010 | 11010110 | 0 | 110100 | 10 | 1110 | 100101111 | 111101 | 1000000 |
Color Harmonies of #DB6AD6
Complementary color
Monochromatic Colors of #DB6AD6
Black with #DB6AD6
Text Example
Text Example
White with #DB6AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6AD6; }
p { color: rgb(219,106,214); }
H1.HeaderClassName
{
color: #DB6AD6;
}
.AnyTagClassName
{
color: #DB6AD6;
}
</style>
background-color css
<style>
a { background-color: #DB6AD6; }
a { background-color: rgb(219,106,214); }
div.DivClassName
{
background-color: #DB6AD6;
}
.BgClassName
{
background-color: #DB6AD6;
}
</style>
border-color css
<style>
span { border-color: #DB6AD6; }
span { border-color: rgb(219,106,214); }
td.TdClassName
{
border-color: #DB6AD6;
}
.TagClassName
{
border-color: #DB6AD6;
}
</style>