Shades of Orchid #DF87DB
Tints of Orchid #DF87DB
RGB
CMYK
RGB Variations
Color information
#DF87DB (or 0xDF87DB) is known color: Orchid. HEX triplet: DF, 87 and DB. RGB value is (223,135,219). Sum of RGB (Red+Green+Blue) = 223+135+219=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 135 (53.12% from 255 or 23.40% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87DB is #207824. Grayscale: #AAAAAA. Windows color (decimal): -2127909 or 14387167. OLE color: 14387167.
HSL color Cylindrical-coordinate representation of color #DF87DB: hue angle of 302.73º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF87DB is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 219 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.13 |
| HSL | 302.73º | 0.58% | 0.7% | - |
| HSV(B) | 302.73º | 0.39% | 0.87% | - |
| XYZ | 51.88 | 38.13 | 71.64 | - |
| YUV | 170.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 219 | 0 | 0.39 | 0.02 | 0.13 | 302.73 | 0.58 | 0.7 |
| Hex | DF | 87 | DB | 0 | 27 | 2 | D | 12F | 3A | 46 |
| Octal | 337 | 207 | 333 | 0 | 47 | 2 | 15 | 457 | 72 | 106 |
| Binary | 11011111 | 10000111 | 11011011 | 0 | 100111 | 10 | 1101 | 100101111 | 111010 | 1000110 |
Color Harmonies of #DF87DB
Complementary color
Monochromatic Colors of #DF87DB
Black with #DF87DB
Text Example
Text Example
White with #DF87DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF87DB; }
p { color: rgb(223,135,219); }
H1.HeaderClassName
{
color: #DF87DB;
}
.AnyTagClassName
{
color: #DF87DB;
}
</style>
background-color css
<style>
a { background-color: #DF87DB; }
a { background-color: rgb(223,135,219); }
div.DivClassName
{
background-color: #DF87DB;
}
.BgClassName
{
background-color: #DF87DB;
}
</style>
border-color css
<style>
span { border-color: #DF87DB; }
span { border-color: rgb(223,135,219); }
td.TdClassName
{
border-color: #DF87DB;
}
.TagClassName
{
border-color: #DF87DB;
}
</style>