Shades of Orchid #DB7BC1
Tints of Orchid #DB7BC1
RGB
CMYK
RGB Variations
Color information
#DB7BC1 (or 0xDB7BC1) is known color: Orchid. HEX triplet: DB, 7B and C1. RGB value is (219,123,193). Sum of RGB (Red+Green+Blue) = 219+123+193=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BC1 is #24843E. Grayscale: #9F9F9F. Windows color (decimal): -2393151 or 12680155. OLE color: 12680155.
HSL color Cylindrical-coordinate representation of color #DB7BC1: hue angle of 316.25º 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 #DB7BC1 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 193 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.14 |
| HSL | 316.25º | 0.57% | 0.67% | - |
| HSV(B) | 316.25º | 0.44% | 0.86% | - |
| XYZ | 45.92 | 33.08 | 54.42 | - |
| YUV | 159.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 193 | 0 | 0.44 | 0.12 | 0.14 | 316.25 | 0.57 | 0.67 |
| Hex | DB | 7B | C1 | 0 | 2C | C | E | 13C | 39 | 43 |
| Octal | 333 | 173 | 301 | 0 | 54 | 14 | 16 | 474 | 71 | 103 |
| Binary | 11011011 | 1111011 | 11000001 | 0 | 101100 | 1100 | 1110 | 100111100 | 111001 | 1000011 |
Color Harmonies of #DB7BC1
Complementary color
Monochromatic Colors of #DB7BC1
Black with #DB7BC1
Text Example
Text Example
White with #DB7BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BC1; }
p { color: rgb(219,123,193); }
H1.HeaderClassName
{
color: #DB7BC1;
}
.AnyTagClassName
{
color: #DB7BC1;
}
</style>
background-color css
<style>
a { background-color: #DB7BC1; }
a { background-color: rgb(219,123,193); }
div.DivClassName
{
background-color: #DB7BC1;
}
.BgClassName
{
background-color: #DB7BC1;
}
</style>
border-color css
<style>
span { border-color: #DB7BC1; }
span { border-color: rgb(219,123,193); }
td.TdClassName
{
border-color: #DB7BC1;
}
.TagClassName
{
border-color: #DB7BC1;
}
</style>