Shades of Orchid #DB78DE
Tints of Orchid #DB78DE
RGB
CMYK
RGB Variations
Color information
#DB78DE (or 0xDB78DE) is known color: Orchid. HEX triplet: DB, 78 and DE. RGB value is (219,120,222). Sum of RGB (Red+Green+Blue) = 219+120+222=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB78DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78DE is #248721. Grayscale: #A0A0A0. Windows color (decimal): -2393890 or 14579931. OLE color: 14579931.
HSL color Cylindrical-coordinate representation of color #DB78DE: hue angle of 298.24º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB78DE is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 120 | 222 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.13 |
| HSL | 298.24º | 0.61% | 0.67% | - |
| HSV(B) | 298.24º | 0.46% | 0.87% | - |
| XYZ | 49.11 | 33.77 | 73.04 | - |
| YUV | 161.23 | 162.3 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 222 | 0.01 | 0.46 | 0 | 0.13 | 298.24 | 0.61 | 0.67 |
| Hex | DB | 78 | DE | 1 | 2E | 0 | D | 12A | 3D | 43 |
| Octal | 333 | 170 | 336 | 1 | 56 | 0 | 15 | 452 | 75 | 103 |
| Binary | 11011011 | 1111000 | 11011110 | 1 | 101110 | 0 | 1101 | 100101010 | 111101 | 1000011 |
Color Harmonies of #DB78DE
Complementary color
Monochromatic Colors of #DB78DE
Black with #DB78DE
Text Example
Text Example
White with #DB78DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78DE; }
p { color: rgb(219,120,222); }
H1.HeaderClassName
{
color: #DB78DE;
}
.AnyTagClassName
{
color: #DB78DE;
}
</style>
background-color css
<style>
a { background-color: #DB78DE; }
a { background-color: rgb(219,120,222); }
div.DivClassName
{
background-color: #DB78DE;
}
.BgClassName
{
background-color: #DB78DE;
}
</style>
border-color css
<style>
span { border-color: #DB78DE; }
span { border-color: rgb(219,120,222); }
td.TdClassName
{
border-color: #DB78DE;
}
.TagClassName
{
border-color: #DB78DE;
}
</style>