Shades of Orchid #DB7CDA
Tints of Orchid #DB7CDA
RGB
CMYK
RGB Variations
Color information
#DB7CDA (or 0xDB7CDA) is known color: Orchid. HEX triplet: DB, 7C and DA. RGB value is (219,124,218). Sum of RGB (Red+Green+Blue) = 219+124+218=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CDA is #248325. Grayscale: #A2A2A2. Windows color (decimal): -2392870 or 14318811. OLE color: 14318811.
HSL color Cylindrical-coordinate representation of color #DB7CDA: hue angle of 300.63º 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 #DB7CDA is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 218 | - |
| CMYK | 0 | 0.43 | 0.00 | 0.14 |
| HSL | 300.63º | 0.57% | 0.67% | - |
| HSV(B) | 300.63º | 0.43% | 0.86% | - |
| XYZ | 49.08 | 34.54 | 70.41 | - |
| YUV | 163.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 218 | 0 | 0.43 | 0.00 | 0.14 | 300.63 | 0.57 | 0.67 |
| Hex | DB | 7C | DA | 0 | 2B | 0 | E | 12D | 39 | 43 |
| Octal | 333 | 174 | 332 | 0 | 53 | 0 | 16 | 455 | 71 | 103 |
| Binary | 11011011 | 1111100 | 11011010 | 0 | 101011 | 0 | 1110 | 100101101 | 111001 | 1000011 |
Color Harmonies of #DB7CDA
Complementary color
Monochromatic Colors of #DB7CDA
Black with #DB7CDA
Text Example
Text Example
White with #DB7CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CDA; }
p { color: rgb(219,124,218); }
H1.HeaderClassName
{
color: #DB7CDA;
}
.AnyTagClassName
{
color: #DB7CDA;
}
</style>
background-color css
<style>
a { background-color: #DB7CDA; }
a { background-color: rgb(219,124,218); }
div.DivClassName
{
background-color: #DB7CDA;
}
.BgClassName
{
background-color: #DB7CDA;
}
</style>
border-color css
<style>
span { border-color: #DB7CDA; }
span { border-color: rgb(219,124,218); }
td.TdClassName
{
border-color: #DB7CDA;
}
.TagClassName
{
border-color: #DB7CDA;
}
</style>