Shades of Orchid #D887D9
Tints of Orchid #D887D9
RGB
CMYK
RGB Variations
Color information
#D887D9 (or 0xD887D9) is known color: Orchid. HEX triplet: D8, 87 and D9. RGB value is (216,135,217). Sum of RGB (Red+Green+Blue) = 216+135+217=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: blue. Hex color #D887D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887D9 is #277826. Grayscale: #A8A8A8. Windows color (decimal): -2586663 or 14256088. OLE color: 14256088.
HSL color Cylindrical-coordinate representation of color #D887D9: hue angle of 299.27º 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 #D887D9 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 135 | 217 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.15 |
| HSL | 299.27º | 0.52% | 0.69% | - |
| HSV(B) | 299.27º | 0.38% | 0.85% | - |
| XYZ | 49.51 | 36.94 | 70.17 | - |
| YUV | 168.57 | 155.34 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 135 | 217 | 0.00 | 0.38 | 0 | 0.15 | 299.27 | 0.52 | 0.69 |
| Hex | D8 | 87 | D9 | 0 | 26 | 0 | F | 12B | 34 | 45 |
| Octal | 330 | 207 | 331 | 0 | 46 | 0 | 17 | 453 | 64 | 105 |
| Binary | 11011000 | 10000111 | 11011001 | 0 | 100110 | 0 | 1111 | 100101011 | 110100 | 1000101 |
Color Harmonies of #D887D9
Complementary color
Monochromatic Colors of #D887D9
Black with #D887D9
Text Example
Text Example
White with #D887D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D887D9; }
p { color: rgb(216,135,217); }
H1.HeaderClassName
{
color: #D887D9;
}
.AnyTagClassName
{
color: #D887D9;
}
</style>
background-color css
<style>
a { background-color: #D887D9; }
a { background-color: rgb(216,135,217); }
div.DivClassName
{
background-color: #D887D9;
}
.BgClassName
{
background-color: #D887D9;
}
</style>
border-color css
<style>
span { border-color: #D887D9; }
span { border-color: rgb(216,135,217); }
td.TdClassName
{
border-color: #D887D9;
}
.TagClassName
{
border-color: #D887D9;
}
</style>