Shades of Orchid #DB78CD
Tints of Orchid #DB78CD
RGB
CMYK
RGB Variations
Color information
#DB78CD (or 0xDB78CD) is known color: Orchid. HEX triplet: DB, 78 and CD. RGB value is (219,120,205). Sum of RGB (Red+Green+Blue) = 219+120+205=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78CD is #248732. Grayscale: #9F9F9F. Windows color (decimal): -2393907 or 13465819. OLE color: 13465819.
HSL color Cylindrical-coordinate representation of color #DB78CD: hue angle of 308.48º 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 #DB78CD is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 205 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.14 |
| HSL | 308.48º | 0.58% | 0.66% | - |
| HSV(B) | 308.48º | 0.45% | 0.86% | - |
| XYZ | 46.95 | 32.9 | 61.63 | - |
| YUV | 159.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 205 | 0 | 0.45 | 0.06 | 0.14 | 308.48 | 0.58 | 0.66 |
| Hex | DB | 78 | CD | 0 | 2D | 6 | E | 134 | 3A | 42 |
| Octal | 333 | 170 | 315 | 0 | 55 | 6 | 16 | 464 | 72 | 102 |
| Binary | 11011011 | 1111000 | 11001101 | 0 | 101101 | 110 | 1110 | 100110100 | 111010 | 1000010 |
Color Harmonies of #DB78CD
Complementary color
Monochromatic Colors of #DB78CD
Black with #DB78CD
Text Example
Text Example
White with #DB78CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78CD; }
p { color: rgb(219,120,205); }
H1.HeaderClassName
{
color: #DB78CD;
}
.AnyTagClassName
{
color: #DB78CD;
}
</style>
background-color css
<style>
a { background-color: #DB78CD; }
a { background-color: rgb(219,120,205); }
div.DivClassName
{
background-color: #DB78CD;
}
.BgClassName
{
background-color: #DB78CD;
}
</style>
border-color css
<style>
span { border-color: #DB78CD; }
span { border-color: rgb(219,120,205); }
td.TdClassName
{
border-color: #DB78CD;
}
.TagClassName
{
border-color: #DB78CD;
}
</style>