Shades of Orchid #D987D2
Tints of Orchid #D987D2
RGB
CMYK
RGB Variations
Color information
#D987D2 (or 0xD987D2) is known color: Orchid. HEX triplet: D9, 87 and D2. RGB value is (217,135,210). Sum of RGB (Red+Green+Blue) = 217+135+210=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 135 (53.12% from 255 or 24.02% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D987D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987D2 is #26782D. Grayscale: #A7A7A7. Windows color (decimal): -2521134 or 13797337. OLE color: 13797337.
HSL color Cylindrical-coordinate representation of color #D987D2: hue angle of 305.12º 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 #D987D2 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 135 | 210 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.15 |
| HSL | 305.12º | 0.52% | 0.69% | - |
| HSV(B) | 305.12º | 0.38% | 0.85% | - |
| XYZ | 48.91 | 36.73 | 65.48 | - |
| YUV | 168.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 135 | 210 | 0 | 0.38 | 0.03 | 0.15 | 305.12 | 0.52 | 0.69 |
| Hex | D9 | 87 | D2 | 0 | 26 | 3 | F | 131 | 34 | 45 |
| Octal | 331 | 207 | 322 | 0 | 46 | 3 | 17 | 461 | 64 | 105 |
| Binary | 11011001 | 10000111 | 11010010 | 0 | 100110 | 11 | 1111 | 100110001 | 110100 | 1000101 |
Color Harmonies of #D987D2
Complementary color
Monochromatic Colors of #D987D2
Black with #D987D2
Text Example
Text Example
White with #D987D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D987D2; }
p { color: rgb(217,135,210); }
H1.HeaderClassName
{
color: #D987D2;
}
.AnyTagClassName
{
color: #D987D2;
}
</style>
background-color css
<style>
a { background-color: #D987D2; }
a { background-color: rgb(217,135,210); }
div.DivClassName
{
background-color: #D987D2;
}
.BgClassName
{
background-color: #D987D2;
}
</style>
border-color css
<style>
span { border-color: #D987D2; }
span { border-color: rgb(217,135,210); }
td.TdClassName
{
border-color: #D987D2;
}
.TagClassName
{
border-color: #D987D2;
}
</style>