Shades of Orchid #DB78C0
Tints of Orchid #DB78C0
RGB
CMYK
RGB Variations
Color information
#DB78C0 (or 0xDB78C0) is known color: Orchid. HEX triplet: DB, 78 and C0. RGB value is (219,120,192). Sum of RGB (Red+Green+Blue) = 219+120+192=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78C0 is #24873F. Grayscale: #9D9D9D. Windows color (decimal): -2393920 or 12613851. OLE color: 12613851.
HSL color Cylindrical-coordinate representation of color #DB78C0: hue angle of 316.36º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB78C0 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 192 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.14 |
| HSL | 316.36º | 0.58% | 0.66% | - |
| HSV(B) | 316.36º | 0.45% | 0.86% | - |
| XYZ | 45.44 | 32.3 | 53.71 | - |
| YUV | 157.81 | 147.3 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 192 | 0 | 0.45 | 0.12 | 0.14 | 316.36 | 0.58 | 0.66 |
| Hex | DB | 78 | C0 | 0 | 2D | C | E | 13C | 3A | 42 |
| Octal | 333 | 170 | 300 | 0 | 55 | 14 | 16 | 474 | 72 | 102 |
| Binary | 11011011 | 1111000 | 11000000 | 0 | 101101 | 1100 | 1110 | 100111100 | 111010 | 1000010 |
Color Harmonies of #DB78C0
Complementary color
Monochromatic Colors of #DB78C0
Black with #DB78C0
Text Example
Text Example
White with #DB78C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78C0; }
p { color: rgb(219,120,192); }
H1.HeaderClassName
{
color: #DB78C0;
}
.AnyTagClassName
{
color: #DB78C0;
}
</style>
background-color css
<style>
a { background-color: #DB78C0; }
a { background-color: rgb(219,120,192); }
div.DivClassName
{
background-color: #DB78C0;
}
.BgClassName
{
background-color: #DB78C0;
}
</style>
border-color css
<style>
span { border-color: #DB78C0; }
span { border-color: rgb(219,120,192); }
td.TdClassName
{
border-color: #DB78C0;
}
.TagClassName
{
border-color: #DB78C0;
}
</style>