Shades of Orchid #DB7CDF
Tints of Orchid #DB7CDF
RGB
CMYK
RGB Variations
Color information
#DB7CDF (or 0xDB7CDF) is known color: Orchid. HEX triplet: DB, 7C and DF. RGB value is (219,124,223). Sum of RGB (Red+Green+Blue) = 219+124+223=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB7CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CDF is #248320. Grayscale: #A3A3A3. Windows color (decimal): -2392865 or 14646491. OLE color: 14646491.
HSL color Cylindrical-coordinate representation of color #DB7CDF: hue angle of 297.58º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7CDF is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 124 | 223 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.13 |
| HSL | 297.58º | 0.61% | 0.68% | - |
| HSV(B) | 297.58º | 0.44% | 0.87% | - |
| XYZ | 49.74 | 34.8 | 73.91 | - |
| YUV | 163.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 223 | 0.02 | 0.44 | 0 | 0.13 | 297.58 | 0.61 | 0.68 |
| Hex | DB | 7C | DF | 2 | 2C | 0 | D | 12A | 3D | 44 |
| Octal | 333 | 174 | 337 | 2 | 54 | 0 | 15 | 452 | 75 | 104 |
| Binary | 11011011 | 1111100 | 11011111 | 10 | 101100 | 0 | 1101 | 100101010 | 111101 | 1000100 |
Color Harmonies of #DB7CDF
Complementary color
Monochromatic Colors of #DB7CDF
Black with #DB7CDF
Text Example
Text Example
White with #DB7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CDF; }
p { color: rgb(219,124,223); }
H1.HeaderClassName
{
color: #DB7CDF;
}
.AnyTagClassName
{
color: #DB7CDF;
}
</style>
background-color css
<style>
a { background-color: #DB7CDF; }
a { background-color: rgb(219,124,223); }
div.DivClassName
{
background-color: #DB7CDF;
}
.BgClassName
{
background-color: #DB7CDF;
}
</style>
border-color css
<style>
span { border-color: #DB7CDF; }
span { border-color: rgb(219,124,223); }
td.TdClassName
{
border-color: #DB7CDF;
}
.TagClassName
{
border-color: #DB7CDF;
}
</style>