Shades of Orchid #DB7CD5
Tints of Orchid #DB7CD5
RGB
CMYK
RGB Variations
Color information
#DB7CD5 (or 0xDB7CD5) is known color: Orchid. HEX triplet: DB, 7C and D5. RGB value is (219,124,213). Sum of RGB (Red+Green+Blue) = 219+124+213=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CD5 is #24832A. Grayscale: #A2A2A2. Windows color (decimal): -2392875 or 13991131. OLE color: 13991131.
HSL color Cylindrical-coordinate representation of color #DB7CD5: hue angle of 303.79º 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 #DB7CD5 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 213 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.14 |
| HSL | 303.79º | 0.57% | 0.67% | - |
| HSV(B) | 303.79º | 0.43% | 0.86% | - |
| XYZ | 48.43 | 34.28 | 67.01 | - |
| YUV | 162.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 213 | 0 | 0.43 | 0.03 | 0.14 | 303.79 | 0.57 | 0.67 |
| Hex | DB | 7C | D5 | 0 | 2B | 3 | E | 130 | 39 | 43 |
| Octal | 333 | 174 | 325 | 0 | 53 | 3 | 16 | 460 | 71 | 103 |
| Binary | 11011011 | 1111100 | 11010101 | 0 | 101011 | 11 | 1110 | 100110000 | 111001 | 1000011 |
Color Harmonies of #DB7CD5
Complementary color
Monochromatic Colors of #DB7CD5
Black with #DB7CD5
Text Example
Text Example
White with #DB7CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CD5; }
p { color: rgb(219,124,213); }
H1.HeaderClassName
{
color: #DB7CD5;
}
.AnyTagClassName
{
color: #DB7CD5;
}
</style>
background-color css
<style>
a { background-color: #DB7CD5; }
a { background-color: rgb(219,124,213); }
div.DivClassName
{
background-color: #DB7CD5;
}
.BgClassName
{
background-color: #DB7CD5;
}
</style>
border-color css
<style>
span { border-color: #DB7CD5; }
span { border-color: rgb(219,124,213); }
td.TdClassName
{
border-color: #DB7CD5;
}
.TagClassName
{
border-color: #DB7CD5;
}
</style>