Shades of Orchid #DB7DC1
Tints of Orchid #DB7DC1
RGB
CMYK
RGB Variations
Color information
#DB7DC1 (or 0xDB7DC1) is known color: Orchid. HEX triplet: DB, 7D and C1. RGB value is (219,125,193). Sum of RGB (Red+Green+Blue) = 219+125+193=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DC1 is #24823E. Grayscale: #A0A0A0. Windows color (decimal): -2392639 or 12680667. OLE color: 12680667.
HSL color Cylindrical-coordinate representation of color #DB7DC1: hue angle of 316.6º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7DC1 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 193 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.14 |
| HSL | 316.6º | 0.57% | 0.67% | - |
| HSV(B) | 316.6º | 0.43% | 0.86% | - |
| XYZ | 46.17 | 33.58 | 54.5 | - |
| YUV | 160.86 | 146.14 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 193 | 0 | 0.43 | 0.12 | 0.14 | 316.6 | 0.57 | 0.67 |
| Hex | DB | 7D | C1 | 0 | 2B | C | E | 13D | 39 | 43 |
| Octal | 333 | 175 | 301 | 0 | 53 | 14 | 16 | 475 | 71 | 103 |
| Binary | 11011011 | 1111101 | 11000001 | 0 | 101011 | 1100 | 1110 | 100111101 | 111001 | 1000011 |
Color Harmonies of #DB7DC1
Complementary color
Monochromatic Colors of #DB7DC1
Black with #DB7DC1
Text Example
Text Example
White with #DB7DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DC1; }
p { color: rgb(219,125,193); }
H1.HeaderClassName
{
color: #DB7DC1;
}
.AnyTagClassName
{
color: #DB7DC1;
}
</style>
background-color css
<style>
a { background-color: #DB7DC1; }
a { background-color: rgb(219,125,193); }
div.DivClassName
{
background-color: #DB7DC1;
}
.BgClassName
{
background-color: #DB7DC1;
}
</style>
border-color css
<style>
span { border-color: #DB7DC1; }
span { border-color: rgb(219,125,193); }
td.TdClassName
{
border-color: #DB7DC1;
}
.TagClassName
{
border-color: #DB7DC1;
}
</style>