Shades of Orchid #D887C7
Tints of Orchid #D887C7
RGB
CMYK
RGB Variations
Color information
#D887C7 (or 0xD887C7) is known color: Orchid. HEX triplet: D8, 87 and C7. RGB value is (216,135,199). Sum of RGB (Red+Green+Blue) = 216+135+199=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D887C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887C7 is #277838. Grayscale: #A6A6A6. Windows color (decimal): -2586681 or 13076440. OLE color: 13076440.
HSL color Cylindrical-coordinate representation of color #D887C7: hue angle of 312.59º 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 #D887C7 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 135 | 199 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.15 |
| HSL | 312.59º | 0.51% | 0.69% | - |
| HSV(B) | 312.59º | 0.38% | 0.85% | - |
| XYZ | 47.29 | 36.05 | 58.5 | - |
| YUV | 166.52 | 146.34 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 135 | 199 | 0 | 0.38 | 0.08 | 0.15 | 312.59 | 0.51 | 0.69 |
| Hex | D8 | 87 | C7 | 0 | 26 | 8 | F | 139 | 33 | 45 |
| Octal | 330 | 207 | 307 | 0 | 46 | 10 | 17 | 471 | 63 | 105 |
| Binary | 11011000 | 10000111 | 11000111 | 0 | 100110 | 1000 | 1111 | 100111001 | 110011 | 1000101 |
Color Harmonies of #D887C7
Complementary color
Monochromatic Colors of #D887C7
Black with #D887C7
Text Example
Text Example
White with #D887C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D887C7; }
p { color: rgb(216,135,199); }
H1.HeaderClassName
{
color: #D887C7;
}
.AnyTagClassName
{
color: #D887C7;
}
</style>
background-color css
<style>
a { background-color: #D887C7; }
a { background-color: rgb(216,135,199); }
div.DivClassName
{
background-color: #D887C7;
}
.BgClassName
{
background-color: #D887C7;
}
</style>
border-color css
<style>
span { border-color: #D887C7; }
span { border-color: rgb(216,135,199); }
td.TdClassName
{
border-color: #D887C7;
}
.TagClassName
{
border-color: #D887C7;
}
</style>