Shades of Orchid #DB6BD0
Tints of Orchid #DB6BD0
RGB
CMYK
RGB Variations
Color information
#DB6BD0 (or 0xDB6BD0) is known color: Orchid. HEX triplet: DB, 6B and D0. RGB value is (219,107,208). Sum of RGB (Red+Green+Blue) = 219+107+208=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BD0 is #24942F. Grayscale: #979797. Windows color (decimal): -2397232 or 13659099. OLE color: 13659099.
HSL color Cylindrical-coordinate representation of color #DB6BD0: hue angle of 305.89º 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 #DB6BD0 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 208 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.14 |
| HSL | 305.89º | 0.61% | 0.64% | - |
| HSV(B) | 305.89º | 0.51% | 0.86% | - |
| XYZ | 45.86 | 30.13 | 63.07 | - |
| YUV | 152 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 208 | 0 | 0.51 | 0.05 | 0.14 | 305.89 | 0.61 | 0.64 |
| Hex | DB | 6B | D0 | 0 | 33 | 5 | E | 132 | 3D | 40 |
| Octal | 333 | 153 | 320 | 0 | 63 | 5 | 16 | 462 | 75 | 100 |
| Binary | 11011011 | 1101011 | 11010000 | 0 | 110011 | 101 | 1110 | 100110010 | 111101 | 1000000 |
Color Harmonies of #DB6BD0
Complementary color
Monochromatic Colors of #DB6BD0
Black with #DB6BD0
Text Example
Text Example
White with #DB6BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BD0; }
p { color: rgb(219,107,208); }
H1.HeaderClassName
{
color: #DB6BD0;
}
.AnyTagClassName
{
color: #DB6BD0;
}
</style>
background-color css
<style>
a { background-color: #DB6BD0; }
a { background-color: rgb(219,107,208); }
div.DivClassName
{
background-color: #DB6BD0;
}
.BgClassName
{
background-color: #DB6BD0;
}
</style>
border-color css
<style>
span { border-color: #DB6BD0; }
span { border-color: rgb(219,107,208); }
td.TdClassName
{
border-color: #DB6BD0;
}
.TagClassName
{
border-color: #DB6BD0;
}
</style>