Shades of Orchid #DB84DE
Tints of Orchid #DB84DE
RGB
CMYK
RGB Variations
Color information
#DB84DE (or 0xDB84DE) is known color: Orchid. HEX triplet: DB, 84 and DE. RGB value is (219,132,222). Sum of RGB (Red+Green+Blue) = 219+132+222=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB84DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84DE is #247B21. Grayscale: #A8A8A8. Windows color (decimal): -2390818 or 14583003. OLE color: 14583003.
HSL color Cylindrical-coordinate representation of color #DB84DE: hue angle of 298º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB84DE is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 132 | 222 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.13 |
| HSL | 298º | 0.58% | 0.69% | - |
| HSV(B) | 298º | 0.41% | 0.87% | - |
| XYZ | 50.65 | 36.84 | 73.55 | - |
| YUV | 168.27 | 158.32 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 222 | 0.01 | 0.41 | 0 | 0.13 | 298 | 0.58 | 0.69 |
| Hex | DB | 84 | DE | 1 | 29 | 0 | D | 12A | 3A | 45 |
| Octal | 333 | 204 | 336 | 1 | 51 | 0 | 15 | 452 | 72 | 105 |
| Binary | 11011011 | 10000100 | 11011110 | 1 | 101001 | 0 | 1101 | 100101010 | 111010 | 1000101 |
Color Harmonies of #DB84DE
Complementary color
Monochromatic Colors of #DB84DE
Black with #DB84DE
Text Example
Text Example
White with #DB84DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84DE; }
p { color: rgb(219,132,222); }
H1.HeaderClassName
{
color: #DB84DE;
}
.AnyTagClassName
{
color: #DB84DE;
}
</style>
background-color css
<style>
a { background-color: #DB84DE; }
a { background-color: rgb(219,132,222); }
div.DivClassName
{
background-color: #DB84DE;
}
.BgClassName
{
background-color: #DB84DE;
}
</style>
border-color css
<style>
span { border-color: #DB84DE; }
span { border-color: rgb(219,132,222); }
td.TdClassName
{
border-color: #DB84DE;
}
.TagClassName
{
border-color: #DB84DE;
}
</style>