Shades of Orchid #D987DC
Tints of Orchid #D987DC
RGB
CMYK
RGB Variations
Color information
#D987DC (or 0xD987DC) is known color: Orchid. HEX triplet: D9, 87 and DC. RGB value is (217,135,220). Sum of RGB (Red+Green+Blue) = 217+135+220=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 135 (53.12% from 255 or 23.60% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #D987DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987DC is #267823. Grayscale: #A8A8A8. Windows color (decimal): -2521124 or 14452697. OLE color: 14452697.
HSL color Cylindrical-coordinate representation of color #D987DC: hue angle of 297.88º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D987DC is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 135 | 220 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.14 |
| HSL | 297.88º | 0.55% | 0.7% | - |
| HSV(B) | 297.88º | 0.39% | 0.86% | - |
| XYZ | 50.2 | 37.25 | 72.25 | - |
| YUV | 169.21 | 156.67 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 135 | 220 | 0.01 | 0.39 | 0 | 0.14 | 297.88 | 0.55 | 0.7 |
| Hex | D9 | 87 | DC | 1 | 27 | 0 | E | 12A | 37 | 46 |
| Octal | 331 | 207 | 334 | 1 | 47 | 0 | 16 | 452 | 67 | 106 |
| Binary | 11011001 | 10000111 | 11011100 | 1 | 100111 | 0 | 1110 | 100101010 | 110111 | 1000110 |
Color Harmonies of #D987DC
Complementary color
Monochromatic Colors of #D987DC
Black with #D987DC
Text Example
Text Example
White with #D987DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D987DC; }
p { color: rgb(217,135,220); }
H1.HeaderClassName
{
color: #D987DC;
}
.AnyTagClassName
{
color: #D987DC;
}
</style>
background-color css
<style>
a { background-color: #D987DC; }
a { background-color: rgb(217,135,220); }
div.DivClassName
{
background-color: #D987DC;
}
.BgClassName
{
background-color: #D987DC;
}
</style>
border-color css
<style>
span { border-color: #D987DC; }
span { border-color: rgb(217,135,220); }
td.TdClassName
{
border-color: #D987DC;
}
.TagClassName
{
border-color: #D987DC;
}
</style>