Shades of Orchid #DB7BC2
Tints of Orchid #DB7BC2
RGB
CMYK
RGB Variations
Color information
#DB7BC2 (or 0xDB7BC2) is known color: Orchid. HEX triplet: DB, 7B and C2. RGB value is (219,123,194). Sum of RGB (Red+Green+Blue) = 219+123+194=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BC2 is #24843D. Grayscale: #9F9F9F. Windows color (decimal): -2393150 or 12745691. OLE color: 12745691.
HSL color Cylindrical-coordinate representation of color #DB7BC2: hue angle of 315.62º 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 #DB7BC2 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 194 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.14 |
| HSL | 315.63º | 0.57% | 0.67% | - |
| HSV(B) | 315.63º | 0.44% | 0.86% | - |
| XYZ | 46.03 | 33.12 | 55.01 | - |
| YUV | 159.8 | 147.3 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 194 | 0 | 0.44 | 0.11 | 0.14 | 315.63 | 0.57 | 0.67 |
| Hex | DB | 7B | C2 | 0 | 2C | B | E | 13C | 39 | 43 |
| Octal | 333 | 173 | 302 | 0 | 54 | 13 | 16 | 474 | 71 | 103 |
| Binary | 11011011 | 1111011 | 11000010 | 0 | 101100 | 1011 | 1110 | 100111100 | 111001 | 1000011 |
Color Harmonies of #DB7BC2
Complementary color
Monochromatic Colors of #DB7BC2
Black with #DB7BC2
Text Example
Text Example
White with #DB7BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BC2; }
p { color: rgb(219,123,194); }
H1.HeaderClassName
{
color: #DB7BC2;
}
.AnyTagClassName
{
color: #DB7BC2;
}
</style>
background-color css
<style>
a { background-color: #DB7BC2; }
a { background-color: rgb(219,123,194); }
div.DivClassName
{
background-color: #DB7BC2;
}
.BgClassName
{
background-color: #DB7BC2;
}
</style>
border-color css
<style>
span { border-color: #DB7BC2; }
span { border-color: rgb(219,123,194); }
td.TdClassName
{
border-color: #DB7BC2;
}
.TagClassName
{
border-color: #DB7BC2;
}
</style>