Shades of Orchid #D987CC
Tints of Orchid #D987CC
RGB
CMYK
RGB Variations
Color information
#D987CC (or 0xD987CC) is known color: Orchid. HEX triplet: D9, 87 and CC. RGB value is (217,135,204). Sum of RGB (Red+Green+Blue) = 217+135+204=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 135 (53.12% from 255 or 24.28% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D987CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987CC is #267833. Grayscale: #A7A7A7. Windows color (decimal): -2521140 or 13404121. OLE color: 13404121.
HSL color Cylindrical-coordinate representation of color #D987CC: hue angle of 309.51º 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 #D987CC is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 135 | 204 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.15 |
| HSL | 309.51º | 0.52% | 0.69% | - |
| HSV(B) | 309.51º | 0.38% | 0.85% | - |
| XYZ | 48.18 | 36.44 | 61.62 | - |
| YUV | 167.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 135 | 204 | 0 | 0.38 | 0.06 | 0.15 | 309.51 | 0.52 | 0.69 |
| Hex | D9 | 87 | CC | 0 | 26 | 6 | F | 136 | 34 | 45 |
| Octal | 331 | 207 | 314 | 0 | 46 | 6 | 17 | 466 | 64 | 105 |
| Binary | 11011001 | 10000111 | 11001100 | 0 | 100110 | 110 | 1111 | 100110110 | 110100 | 1000101 |
Color Harmonies of #D987CC
Complementary color
Monochromatic Colors of #D987CC
Black with #D987CC
Text Example
Text Example
White with #D987CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D987CC; }
p { color: rgb(217,135,204); }
H1.HeaderClassName
{
color: #D987CC;
}
.AnyTagClassName
{
color: #D987CC;
}
</style>
background-color css
<style>
a { background-color: #D987CC; }
a { background-color: rgb(217,135,204); }
div.DivClassName
{
background-color: #D987CC;
}
.BgClassName
{
background-color: #D987CC;
}
</style>
border-color css
<style>
span { border-color: #D987CC; }
span { border-color: rgb(217,135,204); }
td.TdClassName
{
border-color: #D987CC;
}
.TagClassName
{
border-color: #D987CC;
}
</style>