Shades of Orchid #D987C7
Tints of Orchid #D987C7
RGB
CMYK
RGB Variations
Color information
#D987C7 (or 0xD987C7) is known color: Orchid. HEX triplet: D9, 87 and C7. RGB value is (217,135,199). Sum of RGB (Red+Green+Blue) = 217+135+199=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D987C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987C7 is #267838. Grayscale: #A6A6A6. Windows color (decimal): -2521145 or 13076441. OLE color: 13076441.
HSL color Cylindrical-coordinate representation of color #D987C7: hue angle of 313.17º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D987C7 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 135 | 199 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.15 |
| HSL | 313.17º | 0.52% | 0.69% | - |
| HSV(B) | 313.17º | 0.38% | 0.85% | - |
| XYZ | 47.59 | 36.2 | 58.51 | - |
| YUV | 166.81 | 146.17 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 135 | 199 | 0 | 0.38 | 0.08 | 0.15 | 313.17 | 0.52 | 0.69 |
| Hex | D9 | 87 | C7 | 0 | 26 | 8 | F | 139 | 34 | 45 |
| Octal | 331 | 207 | 307 | 0 | 46 | 10 | 17 | 471 | 64 | 105 |
| Binary | 11011001 | 10000111 | 11000111 | 0 | 100110 | 1000 | 1111 | 100111001 | 110100 | 1000101 |
Color Harmonies of #D987C7
Complementary color
Monochromatic Colors of #D987C7
Black with #D987C7
Text Example
Text Example
White with #D987C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D987C7; }
p { color: rgb(217,135,199); }
H1.HeaderClassName
{
color: #D987C7;
}
.AnyTagClassName
{
color: #D987C7;
}
</style>
background-color css
<style>
a { background-color: #D987C7; }
a { background-color: rgb(217,135,199); }
div.DivClassName
{
background-color: #D987C7;
}
.BgClassName
{
background-color: #D987C7;
}
</style>
border-color css
<style>
span { border-color: #D987C7; }
span { border-color: rgb(217,135,199); }
td.TdClassName
{
border-color: #D987C7;
}
.TagClassName
{
border-color: #D987C7;
}
</style>