Shades of Orchid #D87DCB
Tints of Orchid #D87DCB
RGB
CMYK
RGB Variations
Color information
#D87DCB (or 0xD87DCB) is known color: Orchid. HEX triplet: D8, 7D and CB. RGB value is (216,125,203). Sum of RGB (Red+Green+Blue) = 216+125+203=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DCB is #278234. Grayscale: #A0A0A0. Windows color (decimal): -2589237 or 13336024. OLE color: 13336024.
HSL color Cylindrical-coordinate representation of color #D87DCB: hue angle of 308.57º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87DCB is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 203 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.15 |
| HSL | 308.57º | 0.54% | 0.67% | - |
| HSV(B) | 308.57º | 0.42% | 0.85% | - |
| XYZ | 46.43 | 33.58 | 60.53 | - |
| YUV | 161.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 203 | 0 | 0.42 | 0.06 | 0.15 | 308.57 | 0.54 | 0.67 |
| Hex | D8 | 7D | CB | 0 | 2A | 6 | F | 135 | 36 | 43 |
| Octal | 330 | 175 | 313 | 0 | 52 | 6 | 17 | 465 | 66 | 103 |
| Binary | 11011000 | 1111101 | 11001011 | 0 | 101010 | 110 | 1111 | 100110101 | 110110 | 1000011 |
Color Harmonies of #D87DCB
Complementary color
Monochromatic Colors of #D87DCB
Black with #D87DCB
Text Example
Text Example
White with #D87DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87DCB; }
p { color: rgb(216,125,203); }
H1.HeaderClassName
{
color: #D87DCB;
}
.AnyTagClassName
{
color: #D87DCB;
}
</style>
background-color css
<style>
a { background-color: #D87DCB; }
a { background-color: rgb(216,125,203); }
div.DivClassName
{
background-color: #D87DCB;
}
.BgClassName
{
background-color: #D87DCB;
}
</style>
border-color css
<style>
span { border-color: #D87DCB; }
span { border-color: rgb(216,125,203); }
td.TdClassName
{
border-color: #D87DCB;
}
.TagClassName
{
border-color: #D87DCB;
}
</style>