Shades of Orchid #DF87CF
Tints of Orchid #DF87CF
RGB
CMYK
RGB Variations
Color information
#DF87CF (or 0xDF87CF) is known color: Orchid. HEX triplet: DF, 87 and CF. RGB value is (223,135,207). Sum of RGB (Red+Green+Blue) = 223+135+207=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87CF is #207830. Grayscale: #A9A9A9. Windows color (decimal): -2127921 or 13600735. OLE color: 13600735.
HSL color Cylindrical-coordinate representation of color #DF87CF: hue angle of 310.91º 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 #DF87CF is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 207 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.13 |
| HSL | 310.91º | 0.58% | 0.7% | - |
| HSV(B) | 310.91º | 0.39% | 0.87% | - |
| XYZ | 50.36 | 37.52 | 63.62 | - |
| YUV | 169.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 207 | 0 | 0.39 | 0.07 | 0.13 | 310.91 | 0.58 | 0.7 |
| Hex | DF | 87 | CF | 0 | 27 | 7 | D | 137 | 3A | 46 |
| Octal | 337 | 207 | 317 | 0 | 47 | 7 | 15 | 467 | 72 | 106 |
| Binary | 11011111 | 10000111 | 11001111 | 0 | 100111 | 111 | 1101 | 100110111 | 111010 | 1000110 |
Color Harmonies of #DF87CF
Complementary color
Monochromatic Colors of #DF87CF
Black with #DF87CF
Text Example
Text Example
White with #DF87CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF87CF; }
p { color: rgb(223,135,207); }
H1.HeaderClassName
{
color: #DF87CF;
}
.AnyTagClassName
{
color: #DF87CF;
}
</style>
background-color css
<style>
a { background-color: #DF87CF; }
a { background-color: rgb(223,135,207); }
div.DivClassName
{
background-color: #DF87CF;
}
.BgClassName
{
background-color: #DF87CF;
}
</style>
border-color css
<style>
span { border-color: #DF87CF; }
span { border-color: rgb(223,135,207); }
td.TdClassName
{
border-color: #DF87CF;
}
.TagClassName
{
border-color: #DF87CF;
}
</style>