Shades of Orchid #DB78D0
Tints of Orchid #DB78D0
RGB
CMYK
RGB Variations
Color information
#DB78D0 (or 0xDB78D0) is known color: Orchid. HEX triplet: DB, 78 and D0. RGB value is (219,120,208). Sum of RGB (Red+Green+Blue) = 219+120+208=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78D0 is #24872F. Grayscale: #9F9F9F. Windows color (decimal): -2393904 or 13662427. OLE color: 13662427.
HSL color Cylindrical-coordinate representation of color #DB78D0: hue angle of 306.67º 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 #DB78D0 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 208 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.14 |
| HSL | 306.67º | 0.58% | 0.66% | - |
| HSV(B) | 306.67º | 0.45% | 0.86% | - |
| XYZ | 47.32 | 33.05 | 63.56 | - |
| YUV | 159.63 | 155.3 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 208 | 0 | 0.45 | 0.05 | 0.14 | 306.67 | 0.58 | 0.66 |
| Hex | DB | 78 | D0 | 0 | 2D | 5 | E | 133 | 3A | 42 |
| Octal | 333 | 170 | 320 | 0 | 55 | 5 | 16 | 463 | 72 | 102 |
| Binary | 11011011 | 1111000 | 11010000 | 0 | 101101 | 101 | 1110 | 100110011 | 111010 | 1000010 |
Color Harmonies of #DB78D0
Complementary color
Monochromatic Colors of #DB78D0
Black with #DB78D0
Text Example
Text Example
White with #DB78D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78D0; }
p { color: rgb(219,120,208); }
H1.HeaderClassName
{
color: #DB78D0;
}
.AnyTagClassName
{
color: #DB78D0;
}
</style>
background-color css
<style>
a { background-color: #DB78D0; }
a { background-color: rgb(219,120,208); }
div.DivClassName
{
background-color: #DB78D0;
}
.BgClassName
{
background-color: #DB78D0;
}
</style>
border-color css
<style>
span { border-color: #DB78D0; }
span { border-color: rgb(219,120,208); }
td.TdClassName
{
border-color: #DB78D0;
}
.TagClassName
{
border-color: #DB78D0;
}
</style>