Shades of Orchid #DB78CE
Tints of Orchid #DB78CE
RGB
CMYK
RGB Variations
Color information
#DB78CE (or 0xDB78CE) is known color: Orchid. HEX triplet: DB, 78 and CE. RGB value is (219,120,206). Sum of RGB (Red+Green+Blue) = 219+120+206=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78CE is #248731. Grayscale: #9F9F9F. Windows color (decimal): -2393906 or 13531355. OLE color: 13531355.
HSL color Cylindrical-coordinate representation of color #DB78CE: hue angle of 307.88º 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 #DB78CE is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 206 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.14 |
| HSL | 307.88º | 0.58% | 0.66% | - |
| HSV(B) | 307.88º | 0.45% | 0.86% | - |
| XYZ | 47.07 | 32.95 | 62.27 | - |
| YUV | 159.41 | 154.3 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 206 | 0 | 0.45 | 0.06 | 0.14 | 307.88 | 0.58 | 0.66 |
| Hex | DB | 78 | CE | 0 | 2D | 6 | E | 134 | 3A | 42 |
| Octal | 333 | 170 | 316 | 0 | 55 | 6 | 16 | 464 | 72 | 102 |
| Binary | 11011011 | 1111000 | 11001110 | 0 | 101101 | 110 | 1110 | 100110100 | 111010 | 1000010 |
Color Harmonies of #DB78CE
Complementary color
Monochromatic Colors of #DB78CE
Black with #DB78CE
Text Example
Text Example
White with #DB78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78CE; }
p { color: rgb(219,120,206); }
H1.HeaderClassName
{
color: #DB78CE;
}
.AnyTagClassName
{
color: #DB78CE;
}
</style>
background-color css
<style>
a { background-color: #DB78CE; }
a { background-color: rgb(219,120,206); }
div.DivClassName
{
background-color: #DB78CE;
}
.BgClassName
{
background-color: #DB78CE;
}
</style>
border-color css
<style>
span { border-color: #DB78CE; }
span { border-color: rgb(219,120,206); }
td.TdClassName
{
border-color: #DB78CE;
}
.TagClassName
{
border-color: #DB78CE;
}
</style>