Shades of Orchid #DB78E1
Tints of Orchid #DB78E1
RGB
CMYK
RGB Variations
Color information
#DB78E1 (or 0xDB78E1) is known color: Orchid. HEX triplet: DB, 78 and E1. RGB value is (219,120,225). Sum of RGB (Red+Green+Blue) = 219+120+225=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB78E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78E1 is #24871E. Grayscale: #A1A1A1. Windows color (decimal): -2393887 or 14776539. OLE color: 14776539.
HSL color Cylindrical-coordinate representation of color #DB78E1: hue angle of 296.57º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB78E1 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 120 | 225 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.12 |
| HSL | 296.57º | 0.64% | 0.68% | - |
| HSV(B) | 296.57º | 0.47% | 0.88% | - |
| XYZ | 49.52 | 33.93 | 75.17 | - |
| YUV | 161.57 | 163.8 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 225 | 0.03 | 0.47 | 0 | 0.12 | 296.57 | 0.64 | 0.68 |
| Hex | DB | 78 | E1 | 3 | 2F | 0 | C | 129 | 40 | 44 |
| Octal | 333 | 170 | 341 | 3 | 57 | 0 | 14 | 451 | 100 | 104 |
| Binary | 11011011 | 1111000 | 11100001 | 11 | 101111 | 0 | 1100 | 100101001 | 1000000 | 1000100 |
Color Harmonies of #DB78E1
Complementary color
Monochromatic Colors of #DB78E1
Black with #DB78E1
Text Example
Text Example
White with #DB78E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78E1; }
p { color: rgb(219,120,225); }
H1.HeaderClassName
{
color: #DB78E1;
}
.AnyTagClassName
{
color: #DB78E1;
}
</style>
background-color css
<style>
a { background-color: #DB78E1; }
a { background-color: rgb(219,120,225); }
div.DivClassName
{
background-color: #DB78E1;
}
.BgClassName
{
background-color: #DB78E1;
}
</style>
border-color css
<style>
span { border-color: #DB78E1; }
span { border-color: rgb(219,120,225); }
td.TdClassName
{
border-color: #DB78E1;
}
.TagClassName
{
border-color: #DB78E1;
}
</style>