Shades of Orchid #DE78DB
Tints of Orchid #DE78DB
RGB
CMYK
RGB Variations
Color information
#DE78DB (or 0xDE78DB) is known color: Orchid. HEX triplet: DE, 78 and DB. RGB value is (222,120,219). Sum of RGB (Red+Green+Blue) = 222+120+219=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DE78DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE78DB is #218724. Grayscale: #A1A1A1. Windows color (decimal): -2197285 or 14383326. OLE color: 14383326.
HSL color Cylindrical-coordinate representation of color #DE78DB: hue angle of 301.76º 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 #DE78DB is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 120 | 219 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.13 |
| HSL | 301.76º | 0.61% | 0.67% | - |
| HSV(B) | 301.76º | 0.46% | 0.87% | - |
| XYZ | 49.63 | 34.08 | 70.98 | - |
| YUV | 161.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 120 | 219 | 0 | 0.46 | 0.01 | 0.13 | 301.76 | 0.61 | 0.67 |
| Hex | DE | 78 | DB | 0 | 2E | 1 | D | 12E | 3D | 43 |
| Octal | 336 | 170 | 333 | 0 | 56 | 1 | 15 | 456 | 75 | 103 |
| Binary | 11011110 | 1111000 | 11011011 | 0 | 101110 | 1 | 1101 | 100101110 | 111101 | 1000011 |
Color Harmonies of #DE78DB
Complementary color
Monochromatic Colors of #DE78DB
Black with #DE78DB
Text Example
Text Example
White with #DE78DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE78DB; }
p { color: rgb(222,120,219); }
H1.HeaderClassName
{
color: #DE78DB;
}
.AnyTagClassName
{
color: #DE78DB;
}
</style>
background-color css
<style>
a { background-color: #DE78DB; }
a { background-color: rgb(222,120,219); }
div.DivClassName
{
background-color: #DE78DB;
}
.BgClassName
{
background-color: #DE78DB;
}
</style>
border-color css
<style>
span { border-color: #DE78DB; }
span { border-color: rgb(222,120,219); }
td.TdClassName
{
border-color: #DE78DB;
}
.TagClassName
{
border-color: #DE78DB;
}
</style>