Shades of Orchid #DB6BBA
Tints of Orchid #DB6BBA
RGB
CMYK
RGB Variations
Color information
#DB6BBA (or 0xDB6BBA) is known color: Orchid. HEX triplet: DB, 6B and BA. RGB value is (219,107,186). Sum of RGB (Red+Green+Blue) = 219+107+186=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BBA is #249445. Grayscale: #959595. Windows color (decimal): -2397254 or 12217307. OLE color: 12217307.
HSL color Cylindrical-coordinate representation of color #DB6BBA: hue angle of 317.68º 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 #DB6BBA is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 186 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.14 |
| HSL | 317.68º | 0.61% | 0.64% | - |
| HSV(B) | 317.68º | 0.51% | 0.86% | - |
| XYZ | 43.33 | 29.12 | 49.79 | - |
| YUV | 149.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 186 | 0 | 0.51 | 0.15 | 0.14 | 317.68 | 0.61 | 0.64 |
| Hex | DB | 6B | BA | 0 | 33 | F | E | 13E | 3D | 40 |
| Octal | 333 | 153 | 272 | 0 | 63 | 17 | 16 | 476 | 75 | 100 |
| Binary | 11011011 | 1101011 | 10111010 | 0 | 110011 | 1111 | 1110 | 100111110 | 111101 | 1000000 |
Color Harmonies of #DB6BBA
Complementary color
Monochromatic Colors of #DB6BBA
Black with #DB6BBA
Text Example
Text Example
White with #DB6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BBA; }
p { color: rgb(219,107,186); }
H1.HeaderClassName
{
color: #DB6BBA;
}
.AnyTagClassName
{
color: #DB6BBA;
}
</style>
background-color css
<style>
a { background-color: #DB6BBA; }
a { background-color: rgb(219,107,186); }
div.DivClassName
{
background-color: #DB6BBA;
}
.BgClassName
{
background-color: #DB6BBA;
}
</style>
border-color css
<style>
span { border-color: #DB6BBA; }
span { border-color: rgb(219,107,186); }
td.TdClassName
{
border-color: #DB6BBA;
}
.TagClassName
{
border-color: #DB6BBA;
}
</style>