Shades of Orchid #DB7CDC
Tints of Orchid #DB7CDC
RGB
CMYK
RGB Variations
Color information
#DB7CDC (or 0xDB7CDC) is known color: Orchid. HEX triplet: DB, 7C and DC. RGB value is (219,124,220). Sum of RGB (Red+Green+Blue) = 219+124+220=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB7CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CDC is #248323. Grayscale: #A3A3A3. Windows color (decimal): -2392868 or 14449883. OLE color: 14449883.
HSL color Cylindrical-coordinate representation of color #DB7CDC: hue angle of 299.38º degrees, saturation: 0.58, 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 #DB7CDC is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 220 | - |
| CMYK | 0.00 | 0.44 | 0 | 0.14 |
| HSL | 299.38º | 0.58% | 0.67% | - |
| HSV(B) | 299.38º | 0.44% | 0.86% | - |
| XYZ | 49.34 | 34.64 | 71.8 | - |
| YUV | 163.35 | 159.97 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 220 | 0.00 | 0.44 | 0 | 0.14 | 299.38 | 0.58 | 0.67 |
| Hex | DB | 7C | DC | 0 | 2C | 0 | E | 12B | 3A | 43 |
| Octal | 333 | 174 | 334 | 0 | 54 | 0 | 16 | 453 | 72 | 103 |
| Binary | 11011011 | 1111100 | 11011100 | 0 | 101100 | 0 | 1110 | 100101011 | 111010 | 1000011 |
Color Harmonies of #DB7CDC
Complementary color
Monochromatic Colors of #DB7CDC
Black with #DB7CDC
Text Example
Text Example
White with #DB7CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CDC; }
p { color: rgb(219,124,220); }
H1.HeaderClassName
{
color: #DB7CDC;
}
.AnyTagClassName
{
color: #DB7CDC;
}
</style>
background-color css
<style>
a { background-color: #DB7CDC; }
a { background-color: rgb(219,124,220); }
div.DivClassName
{
background-color: #DB7CDC;
}
.BgClassName
{
background-color: #DB7CDC;
}
</style>
border-color css
<style>
span { border-color: #DB7CDC; }
span { border-color: rgb(219,124,220); }
td.TdClassName
{
border-color: #DB7CDC;
}
.TagClassName
{
border-color: #DB7CDC;
}
</style>