Shades of Orchid #DB6BD9
Tints of Orchid #DB6BD9
RGB
CMYK
RGB Variations
Color information
#DB6BD9 (or 0xDB6BD9) is known color: Orchid. HEX triplet: DB, 6B and D9. RGB value is (219,107,217). Sum of RGB (Red+Green+Blue) = 219+107+217=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BD9 is #249426. Grayscale: #989898. Windows color (decimal): -2397223 or 14248923. OLE color: 14248923.
HSL color Cylindrical-coordinate representation of color #DB6BD9: hue angle of 301.07º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6BD9 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 217 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.14 |
| HSL | 301.07º | 0.61% | 0.64% | - |
| HSV(B) | 301.07º | 0.51% | 0.86% | - |
| XYZ | 47 | 30.59 | 69.07 | - |
| YUV | 153.03 | 164.11 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 217 | 0 | 0.51 | 0.01 | 0.14 | 301.07 | 0.61 | 0.64 |
| Hex | DB | 6B | D9 | 0 | 33 | 1 | E | 12D | 3D | 40 |
| Octal | 333 | 153 | 331 | 0 | 63 | 1 | 16 | 455 | 75 | 100 |
| Binary | 11011011 | 1101011 | 11011001 | 0 | 110011 | 1 | 1110 | 100101101 | 111101 | 1000000 |
Color Harmonies of #DB6BD9
Complementary color
Monochromatic Colors of #DB6BD9
Black with #DB6BD9
Text Example
Text Example
White with #DB6BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BD9; }
p { color: rgb(219,107,217); }
H1.HeaderClassName
{
color: #DB6BD9;
}
.AnyTagClassName
{
color: #DB6BD9;
}
</style>
background-color css
<style>
a { background-color: #DB6BD9; }
a { background-color: rgb(219,107,217); }
div.DivClassName
{
background-color: #DB6BD9;
}
.BgClassName
{
background-color: #DB6BD9;
}
</style>
border-color css
<style>
span { border-color: #DB6BD9; }
span { border-color: rgb(219,107,217); }
td.TdClassName
{
border-color: #DB6BD9;
}
.TagClassName
{
border-color: #DB6BD9;
}
</style>