Shades of Orchid #DF87D4
Tints of Orchid #DF87D4
RGB
CMYK
RGB Variations
Color information
#DF87D4 (or 0xDF87D4) is known color: Orchid. HEX triplet: DF, 87 and D4. RGB value is (223,135,212). Sum of RGB (Red+Green+Blue) = 223+135+212=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87D4 is #20782B. Grayscale: #A9A9A9. Windows color (decimal): -2127916 or 13928415. OLE color: 13928415.
HSL color Cylindrical-coordinate representation of color #DF87D4: hue angle of 307.5º 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 #DF87D4 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 212 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.13 |
| HSL | 307.5º | 0.58% | 0.7% | - |
| HSV(B) | 307.5º | 0.39% | 0.87% | - |
| XYZ | 50.98 | 37.77 | 66.89 | - |
| YUV | 170.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 212 | 0 | 0.39 | 0.05 | 0.13 | 307.5 | 0.58 | 0.7 |
| Hex | DF | 87 | D4 | 0 | 27 | 5 | D | 134 | 3A | 46 |
| Octal | 337 | 207 | 324 | 0 | 47 | 5 | 15 | 464 | 72 | 106 |
| Binary | 11011111 | 10000111 | 11010100 | 0 | 100111 | 101 | 1101 | 100110100 | 111010 | 1000110 |
Color Harmonies of #DF87D4
Complementary color
Monochromatic Colors of #DF87D4
Black with #DF87D4
Text Example
Text Example
White with #DF87D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF87D4; }
p { color: rgb(223,135,212); }
H1.HeaderClassName
{
color: #DF87D4;
}
.AnyTagClassName
{
color: #DF87D4;
}
</style>
background-color css
<style>
a { background-color: #DF87D4; }
a { background-color: rgb(223,135,212); }
div.DivClassName
{
background-color: #DF87D4;
}
.BgClassName
{
background-color: #DF87D4;
}
</style>
border-color css
<style>
span { border-color: #DF87D4; }
span { border-color: rgb(223,135,212); }
td.TdClassName
{
border-color: #DF87D4;
}
.TagClassName
{
border-color: #DF87D4;
}
</style>