Shades of Orchid #DF87CB
Tints of Orchid #DF87CB
RGB
CMYK
RGB Variations
Color information
#DF87CB (or 0xDF87CB) is known color: Orchid. HEX triplet: DF, 87 and CB. RGB value is (223,135,203). Sum of RGB (Red+Green+Blue) = 223+135+203=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87CB is #207834. Grayscale: #A8A8A8. Windows color (decimal): -2127925 or 13338591. OLE color: 13338591.
HSL color Cylindrical-coordinate representation of color #DF87CB: hue angle of 313.64º 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 #DF87CB is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 203 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.13 |
| HSL | 313.64º | 0.58% | 0.7% | - |
| HSV(B) | 313.64º | 0.39% | 0.87% | - |
| XYZ | 49.87 | 37.33 | 61.08 | - |
| YUV | 169.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 203 | 0 | 0.39 | 0.09 | 0.13 | 313.64 | 0.58 | 0.7 |
| Hex | DF | 87 | CB | 0 | 27 | 9 | D | 13A | 3A | 46 |
| Octal | 337 | 207 | 313 | 0 | 47 | 11 | 15 | 472 | 72 | 106 |
| Binary | 11011111 | 10000111 | 11001011 | 0 | 100111 | 1001 | 1101 | 100111010 | 111010 | 1000110 |
Color Harmonies of #DF87CB
Complementary color
Monochromatic Colors of #DF87CB
Black with #DF87CB
Text Example
Text Example
White with #DF87CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF87CB; }
p { color: rgb(223,135,203); }
H1.HeaderClassName
{
color: #DF87CB;
}
.AnyTagClassName
{
color: #DF87CB;
}
</style>
background-color css
<style>
a { background-color: #DF87CB; }
a { background-color: rgb(223,135,203); }
div.DivClassName
{
background-color: #DF87CB;
}
.BgClassName
{
background-color: #DF87CB;
}
</style>
border-color css
<style>
span { border-color: #DF87CB; }
span { border-color: rgb(223,135,203); }
td.TdClassName
{
border-color: #DF87CB;
}
.TagClassName
{
border-color: #DF87CB;
}
</style>