Shades of Orchid #D887D5
Tints of Orchid #D887D5
RGB
CMYK
RGB Variations
Color information
#D887D5 (or 0xD887D5) is known color: Orchid. HEX triplet: D8, 87 and D5. RGB value is (216,135,213). Sum of RGB (Red+Green+Blue) = 216+135+213=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D887D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887D5 is #27782A. Grayscale: #A7A7A7. Windows color (decimal): -2586667 or 13993944. OLE color: 13993944.
HSL color Cylindrical-coordinate representation of color #D887D5: hue angle of 302.22º 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 #D887D5 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 135 | 213 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.15 |
| HSL | 302.22º | 0.51% | 0.69% | - |
| HSV(B) | 302.22º | 0.38% | 0.85% | - |
| XYZ | 48.99 | 36.73 | 67.46 | - |
| YUV | 168.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 135 | 213 | 0 | 0.38 | 0.01 | 0.15 | 302.22 | 0.51 | 0.69 |
| Hex | D8 | 87 | D5 | 0 | 26 | 1 | F | 12E | 33 | 45 |
| Octal | 330 | 207 | 325 | 0 | 46 | 1 | 17 | 456 | 63 | 105 |
| Binary | 11011000 | 10000111 | 11010101 | 0 | 100110 | 1 | 1111 | 100101110 | 110011 | 1000101 |
Color Harmonies of #D887D5
Complementary color
Monochromatic Colors of #D887D5
Black with #D887D5
Text Example
Text Example
White with #D887D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D887D5; }
p { color: rgb(216,135,213); }
H1.HeaderClassName
{
color: #D887D5;
}
.AnyTagClassName
{
color: #D887D5;
}
</style>
background-color css
<style>
a { background-color: #D887D5; }
a { background-color: rgb(216,135,213); }
div.DivClassName
{
background-color: #D887D5;
}
.BgClassName
{
background-color: #D887D5;
}
</style>
border-color css
<style>
span { border-color: #D887D5; }
span { border-color: rgb(216,135,213); }
td.TdClassName
{
border-color: #D887D5;
}
.TagClassName
{
border-color: #D887D5;
}
</style>