Shades of Orchid #DB7CC6
Tints of Orchid #DB7CC6
RGB
CMYK
RGB Variations
Color information
#DB7CC6 (or 0xDB7CC6) is known color: Orchid. HEX triplet: DB, 7C and C6. RGB value is (219,124,198). Sum of RGB (Red+Green+Blue) = 219+124+198=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CC6 is #248339. Grayscale: #A0A0A0. Windows color (decimal): -2392890 or 13008091. OLE color: 13008091.
HSL color Cylindrical-coordinate representation of color #DB7CC6: hue angle of 313.26º 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 #DB7CC6 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 198 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.14 |
| HSL | 313.26º | 0.57% | 0.67% | - |
| HSV(B) | 313.26º | 0.43% | 0.86% | - |
| XYZ | 46.61 | 33.55 | 57.45 | - |
| YUV | 160.84 | 148.97 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 198 | 0 | 0.43 | 0.10 | 0.14 | 313.26 | 0.57 | 0.67 |
| Hex | DB | 7C | C6 | 0 | 2B | A | E | 139 | 39 | 43 |
| Octal | 333 | 174 | 306 | 0 | 53 | 12 | 16 | 471 | 71 | 103 |
| Binary | 11011011 | 1111100 | 11000110 | 0 | 101011 | 1010 | 1110 | 100111001 | 111001 | 1000011 |
Color Harmonies of #DB7CC6
Complementary color
Monochromatic Colors of #DB7CC6
Black with #DB7CC6
Text Example
Text Example
White with #DB7CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CC6; }
p { color: rgb(219,124,198); }
H1.HeaderClassName
{
color: #DB7CC6;
}
.AnyTagClassName
{
color: #DB7CC6;
}
</style>
background-color css
<style>
a { background-color: #DB7CC6; }
a { background-color: rgb(219,124,198); }
div.DivClassName
{
background-color: #DB7CC6;
}
.BgClassName
{
background-color: #DB7CC6;
}
</style>
border-color css
<style>
span { border-color: #DB7CC6; }
span { border-color: rgb(219,124,198); }
td.TdClassName
{
border-color: #DB7CC6;
}
.TagClassName
{
border-color: #DB7CC6;
}
</style>