Shades of Orchid #DB78D5
Tints of Orchid #DB78D5
RGB
CMYK
RGB Variations
Color information
#DB78D5 (or 0xDB78D5) is known color: Orchid. HEX triplet: DB, 78 and D5. RGB value is (219,120,213). Sum of RGB (Red+Green+Blue) = 219+120+213=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78D5 is #24872A. Grayscale: #9F9F9F. Windows color (decimal): -2393899 or 13990107. OLE color: 13990107.
HSL color Cylindrical-coordinate representation of color #DB78D5: hue angle of 303.64º 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 #DB78D5 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 213 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.14 |
| HSL | 303.64º | 0.58% | 0.66% | - |
| HSV(B) | 303.64º | 0.45% | 0.86% | - |
| XYZ | 47.94 | 33.3 | 66.85 | - |
| YUV | 160.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 213 | 0 | 0.45 | 0.03 | 0.14 | 303.64 | 0.58 | 0.66 |
| Hex | DB | 78 | D5 | 0 | 2D | 3 | E | 130 | 3A | 42 |
| Octal | 333 | 170 | 325 | 0 | 55 | 3 | 16 | 460 | 72 | 102 |
| Binary | 11011011 | 1111000 | 11010101 | 0 | 101101 | 11 | 1110 | 100110000 | 111010 | 1000010 |
Color Harmonies of #DB78D5
Complementary color
Monochromatic Colors of #DB78D5
Black with #DB78D5
Text Example
Text Example
White with #DB78D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78D5; }
p { color: rgb(219,120,213); }
H1.HeaderClassName
{
color: #DB78D5;
}
.AnyTagClassName
{
color: #DB78D5;
}
</style>
background-color css
<style>
a { background-color: #DB78D5; }
a { background-color: rgb(219,120,213); }
div.DivClassName
{
background-color: #DB78D5;
}
.BgClassName
{
background-color: #DB78D5;
}
</style>
border-color css
<style>
span { border-color: #DB78D5; }
span { border-color: rgb(219,120,213); }
td.TdClassName
{
border-color: #DB78D5;
}
.TagClassName
{
border-color: #DB78D5;
}
</style>