Shades of Orchid #D887D0
Tints of Orchid #D887D0
RGB
CMYK
RGB Variations
Color information
#D887D0 (or 0xD887D0) is known color: Orchid. HEX triplet: D8, 87 and D0. RGB value is (216,135,208). Sum of RGB (Red+Green+Blue) = 216+135+208=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D887D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887D0 is #27782F. Grayscale: #A7A7A7. Windows color (decimal): -2586672 or 13666264. OLE color: 13666264.
HSL color Cylindrical-coordinate representation of color #D887D0: hue angle of 305.93º degrees, saturation: 0.51, 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 #D887D0 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 135 | 208 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.15 |
| HSL | 305.93º | 0.51% | 0.69% | - |
| HSV(B) | 305.93º | 0.38% | 0.85% | - |
| XYZ | 48.37 | 36.48 | 64.17 | - |
| YUV | 167.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 135 | 208 | 0 | 0.38 | 0.04 | 0.15 | 305.93 | 0.51 | 0.69 |
| Hex | D8 | 87 | D0 | 0 | 26 | 4 | F | 132 | 33 | 45 |
| Octal | 330 | 207 | 320 | 0 | 46 | 4 | 17 | 462 | 63 | 105 |
| Binary | 11011000 | 10000111 | 11010000 | 0 | 100110 | 100 | 1111 | 100110010 | 110011 | 1000101 |
Color Harmonies of #D887D0
Complementary color
Monochromatic Colors of #D887D0
Black with #D887D0
Text Example
Text Example
White with #D887D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D887D0; }
p { color: rgb(216,135,208); }
H1.HeaderClassName
{
color: #D887D0;
}
.AnyTagClassName
{
color: #D887D0;
}
</style>
background-color css
<style>
a { background-color: #D887D0; }
a { background-color: rgb(216,135,208); }
div.DivClassName
{
background-color: #D887D0;
}
.BgClassName
{
background-color: #D887D0;
}
</style>
border-color css
<style>
span { border-color: #D887D0; }
span { border-color: rgb(216,135,208); }
td.TdClassName
{
border-color: #D887D0;
}
.TagClassName
{
border-color: #D887D0;
}
</style>