Shades of Orchid #DB6DCB
Tints of Orchid #DB6DCB
RGB
CMYK
RGB Variations
Color information
#DB6DCB (or 0xDB6DCB) is known color: Orchid. HEX triplet: DB, 6D and CB. RGB value is (219,109,203). Sum of RGB (Red+Green+Blue) = 219+109+203=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DCB is #249234. Grayscale: #989898. Windows color (decimal): -2396725 or 13331931. OLE color: 13331931.
HSL color Cylindrical-coordinate representation of color #DB6DCB: hue angle of 308.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6DCB is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 203 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.14 |
| HSL | 308.73º | 0.6% | 0.64% | - |
| HSV(B) | 308.73º | 0.5% | 0.86% | - |
| XYZ | 45.46 | 30.31 | 59.95 | - |
| YUV | 152.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 203 | 0 | 0.50 | 0.07 | 0.14 | 308.73 | 0.6 | 0.64 |
| Hex | DB | 6D | CB | 0 | 32 | 7 | E | 135 | 3C | 40 |
| Octal | 333 | 155 | 313 | 0 | 62 | 7 | 16 | 465 | 74 | 100 |
| Binary | 11011011 | 1101101 | 11001011 | 0 | 110010 | 111 | 1110 | 100110101 | 111100 | 1000000 |
Color Harmonies of #DB6DCB
Complementary color
Monochromatic Colors of #DB6DCB
Black with #DB6DCB
Text Example
Text Example
White with #DB6DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DCB; }
p { color: rgb(219,109,203); }
H1.HeaderClassName
{
color: #DB6DCB;
}
.AnyTagClassName
{
color: #DB6DCB;
}
</style>
background-color css
<style>
a { background-color: #DB6DCB; }
a { background-color: rgb(219,109,203); }
div.DivClassName
{
background-color: #DB6DCB;
}
.BgClassName
{
background-color: #DB6DCB;
}
</style>
border-color css
<style>
span { border-color: #DB6DCB; }
span { border-color: rgb(219,109,203); }
td.TdClassName
{
border-color: #DB6DCB;
}
.TagClassName
{
border-color: #DB6DCB;
}
</style>