Shades of Orchid #DB6BBD
Tints of Orchid #DB6BBD
RGB
CMYK
RGB Variations
Color information
#DB6BBD (or 0xDB6BBD) is known color: Orchid. HEX triplet: DB, 6B and BD. RGB value is (219,107,189). Sum of RGB (Red+Green+Blue) = 219+107+189=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BBD is #249442. Grayscale: #959595. Windows color (decimal): -2397251 or 12413915. OLE color: 12413915.
HSL color Cylindrical-coordinate representation of color #DB6BBD: hue angle of 316.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 #DB6BBD is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 189 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.14 |
| HSL | 316.07º | 0.61% | 0.64% | - |
| HSV(B) | 316.07º | 0.51% | 0.86% | - |
| XYZ | 43.66 | 29.25 | 51.49 | - |
| YUV | 149.84 | 150.11 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 189 | 0 | 0.51 | 0.14 | 0.14 | 316.07 | 0.61 | 0.64 |
| Hex | DB | 6B | BD | 0 | 33 | E | E | 13C | 3D | 40 |
| Octal | 333 | 153 | 275 | 0 | 63 | 16 | 16 | 474 | 75 | 100 |
| Binary | 11011011 | 1101011 | 10111101 | 0 | 110011 | 1110 | 1110 | 100111100 | 111101 | 1000000 |
Color Harmonies of #DB6BBD
Complementary color
Monochromatic Colors of #DB6BBD
Black with #DB6BBD
Text Example
Text Example
White with #DB6BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BBD; }
p { color: rgb(219,107,189); }
H1.HeaderClassName
{
color: #DB6BBD;
}
.AnyTagClassName
{
color: #DB6BBD;
}
</style>
background-color css
<style>
a { background-color: #DB6BBD; }
a { background-color: rgb(219,107,189); }
div.DivClassName
{
background-color: #DB6BBD;
}
.BgClassName
{
background-color: #DB6BBD;
}
</style>
border-color css
<style>
span { border-color: #DB6BBD; }
span { border-color: rgb(219,107,189); }
td.TdClassName
{
border-color: #DB6BBD;
}
.TagClassName
{
border-color: #DB6BBD;
}
</style>