Shades of Orchid #DB7BCB
Tints of Orchid #DB7BCB
RGB
CMYK
RGB Variations
Color information
#DB7BCB (or 0xDB7BCB) is known color: Orchid. HEX triplet: DB, 7B and CB. RGB value is (219,123,203). Sum of RGB (Red+Green+Blue) = 219+123+203=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BCB is #248434. Grayscale: #A0A0A0. Windows color (decimal): -2393141 or 13335515. OLE color: 13335515.
HSL color Cylindrical-coordinate representation of color #DB7BCB: hue angle of 310º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7BCB is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 203 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.14 |
| HSL | 310º | 0.57% | 0.67% | - |
| HSV(B) | 310º | 0.44% | 0.86% | - |
| XYZ | 47.08 | 33.54 | 60.49 | - |
| YUV | 160.82 | 151.8 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 203 | 0 | 0.44 | 0.07 | 0.14 | 310 | 0.57 | 0.67 |
| Hex | DB | 7B | CB | 0 | 2C | 7 | E | 136 | 39 | 43 |
| Octal | 333 | 173 | 313 | 0 | 54 | 7 | 16 | 466 | 71 | 103 |
| Binary | 11011011 | 1111011 | 11001011 | 0 | 101100 | 111 | 1110 | 100110110 | 111001 | 1000011 |
Color Harmonies of #DB7BCB
Complementary color
Monochromatic Colors of #DB7BCB
Black with #DB7BCB
Text Example
Text Example
White with #DB7BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BCB; }
p { color: rgb(219,123,203); }
H1.HeaderClassName
{
color: #DB7BCB;
}
.AnyTagClassName
{
color: #DB7BCB;
}
</style>
background-color css
<style>
a { background-color: #DB7BCB; }
a { background-color: rgb(219,123,203); }
div.DivClassName
{
background-color: #DB7BCB;
}
.BgClassName
{
background-color: #DB7BCB;
}
</style>
border-color css
<style>
span { border-color: #DB7BCB; }
span { border-color: rgb(219,123,203); }
td.TdClassName
{
border-color: #DB7BCB;
}
.TagClassName
{
border-color: #DB7BCB;
}
</style>