Shades of Orchid #DB84DF
Tints of Orchid #DB84DF
RGB
CMYK
RGB Variations
Color information
#DB84DF (or 0xDB84DF) is known color: Orchid. HEX triplet: DB, 84 and DF. RGB value is (219,132,223). Sum of RGB (Red+Green+Blue) = 219+132+223=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB84DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84DF is #247B20. Grayscale: #A8A8A8. Windows color (decimal): -2390817 or 14648539. OLE color: 14648539.
HSL color Cylindrical-coordinate representation of color #DB84DF: hue angle of 297.36º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB84DF is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 132 | 223 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.13 |
| HSL | 297.36º | 0.59% | 0.7% | - |
| HSV(B) | 297.36º | 0.41% | 0.87% | - |
| XYZ | 50.78 | 36.89 | 74.26 | - |
| YUV | 168.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 223 | 0.02 | 0.41 | 0 | 0.13 | 297.36 | 0.59 | 0.7 |
| Hex | DB | 84 | DF | 2 | 29 | 0 | D | 129 | 3B | 46 |
| Octal | 333 | 204 | 337 | 2 | 51 | 0 | 15 | 451 | 73 | 106 |
| Binary | 11011011 | 10000100 | 11011111 | 10 | 101001 | 0 | 1101 | 100101001 | 111011 | 1000110 |
Color Harmonies of #DB84DF
Complementary color
Monochromatic Colors of #DB84DF
Black with #DB84DF
Text Example
Text Example
White with #DB84DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84DF; }
p { color: rgb(219,132,223); }
H1.HeaderClassName
{
color: #DB84DF;
}
.AnyTagClassName
{
color: #DB84DF;
}
</style>
background-color css
<style>
a { background-color: #DB84DF; }
a { background-color: rgb(219,132,223); }
div.DivClassName
{
background-color: #DB84DF;
}
.BgClassName
{
background-color: #DB84DF;
}
</style>
border-color css
<style>
span { border-color: #DB84DF; }
span { border-color: rgb(219,132,223); }
td.TdClassName
{
border-color: #DB84DF;
}
.TagClassName
{
border-color: #DB84DF;
}
</style>