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