Shades of Orchid #DB6BBC
Tints of Orchid #DB6BBC
RGB
CMYK
RGB Variations
Color information
#DB6BBC (or 0xDB6BBC) is known color: Orchid. HEX triplet: DB, 6B and BC. RGB value is (219,107,188). Sum of RGB (Red+Green+Blue) = 219+107+188=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BBC is #249443. Grayscale: #959595. Windows color (decimal): -2397252 or 12348379. OLE color: 12348379.
HSL color Cylindrical-coordinate representation of color #DB6BBC: hue angle of 316.61º 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 #DB6BBC is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 188 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.14 |
| HSL | 316.61º | 0.61% | 0.64% | - |
| HSV(B) | 316.61º | 0.51% | 0.86% | - |
| XYZ | 43.55 | 29.21 | 50.92 | - |
| YUV | 149.72 | 149.61 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 188 | 0 | 0.51 | 0.14 | 0.14 | 316.61 | 0.61 | 0.64 |
| Hex | DB | 6B | BC | 0 | 33 | E | E | 13D | 3D | 40 |
| Octal | 333 | 153 | 274 | 0 | 63 | 16 | 16 | 475 | 75 | 100 |
| Binary | 11011011 | 1101011 | 10111100 | 0 | 110011 | 1110 | 1110 | 100111101 | 111101 | 1000000 |
Color Harmonies of #DB6BBC
Complementary color
Monochromatic Colors of #DB6BBC
Black with #DB6BBC
Text Example
Text Example
White with #DB6BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BBC; }
p { color: rgb(219,107,188); }
H1.HeaderClassName
{
color: #DB6BBC;
}
.AnyTagClassName
{
color: #DB6BBC;
}
</style>
background-color css
<style>
a { background-color: #DB6BBC; }
a { background-color: rgb(219,107,188); }
div.DivClassName
{
background-color: #DB6BBC;
}
.BgClassName
{
background-color: #DB6BBC;
}
</style>
border-color css
<style>
span { border-color: #DB6BBC; }
span { border-color: rgb(219,107,188); }
td.TdClassName
{
border-color: #DB6BBC;
}
.TagClassName
{
border-color: #DB6BBC;
}
</style>