Shades of Orchid #DB7CCC
Tints of Orchid #DB7CCC
RGB
CMYK
RGB Variations
Color information
#DB7CCC (or 0xDB7CCC) is known color: Orchid. HEX triplet: DB, 7C and CC. RGB value is (219,124,204). Sum of RGB (Red+Green+Blue) = 219+124+204=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CCC is #248333. Grayscale: #A1A1A1. Windows color (decimal): -2392884 or 13401307. OLE color: 13401307.
HSL color Cylindrical-coordinate representation of color #DB7CCC: hue angle of 309.47º 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 #DB7CCC is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 204 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.14 |
| HSL | 309.47º | 0.57% | 0.67% | - |
| HSV(B) | 309.47º | 0.43% | 0.86% | - |
| XYZ | 47.32 | 33.84 | 61.16 | - |
| YUV | 161.53 | 151.97 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 204 | 0 | 0.43 | 0.07 | 0.14 | 309.47 | 0.57 | 0.67 |
| Hex | DB | 7C | CC | 0 | 2B | 7 | E | 135 | 39 | 43 |
| Octal | 333 | 174 | 314 | 0 | 53 | 7 | 16 | 465 | 71 | 103 |
| Binary | 11011011 | 1111100 | 11001100 | 0 | 101011 | 111 | 1110 | 100110101 | 111001 | 1000011 |
Color Harmonies of #DB7CCC
Complementary color
Monochromatic Colors of #DB7CCC
Black with #DB7CCC
Text Example
Text Example
White with #DB7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CCC; }
p { color: rgb(219,124,204); }
H1.HeaderClassName
{
color: #DB7CCC;
}
.AnyTagClassName
{
color: #DB7CCC;
}
</style>
background-color css
<style>
a { background-color: #DB7CCC; }
a { background-color: rgb(219,124,204); }
div.DivClassName
{
background-color: #DB7CCC;
}
.BgClassName
{
background-color: #DB7CCC;
}
</style>
border-color css
<style>
span { border-color: #DB7CCC; }
span { border-color: rgb(219,124,204); }
td.TdClassName
{
border-color: #DB7CCC;
}
.TagClassName
{
border-color: #DB7CCC;
}
</style>