Shades of Orchid #D887CF
Tints of Orchid #D887CF
RGB
CMYK
RGB Variations
Color information
#D887CF (or 0xD887CF) is known color: Orchid. HEX triplet: D8, 87 and CF. RGB value is (216,135,207). Sum of RGB (Red+Green+Blue) = 216+135+207=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 135 (53.12% from 255 or 24.19% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D887CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887CF is #277830. Grayscale: #A7A7A7. Windows color (decimal): -2586673 or 13600728. OLE color: 13600728.
HSL color Cylindrical-coordinate representation of color #D887CF: hue angle of 306.67º 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 #D887CF is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 135 | 207 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.15 |
| HSL | 306.67º | 0.51% | 0.69% | - |
| HSV(B) | 306.67º | 0.38% | 0.85% | - |
| XYZ | 48.25 | 36.43 | 63.52 | - |
| YUV | 167.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 135 | 207 | 0 | 0.38 | 0.04 | 0.15 | 306.67 | 0.51 | 0.69 |
| Hex | D8 | 87 | CF | 0 | 26 | 4 | F | 133 | 33 | 45 |
| Octal | 330 | 207 | 317 | 0 | 46 | 4 | 17 | 463 | 63 | 105 |
| Binary | 11011000 | 10000111 | 11001111 | 0 | 100110 | 100 | 1111 | 100110011 | 110011 | 1000101 |
Color Harmonies of #D887CF
Complementary color
Monochromatic Colors of #D887CF
Black with #D887CF
Text Example
Text Example
White with #D887CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D887CF; }
p { color: rgb(216,135,207); }
H1.HeaderClassName
{
color: #D887CF;
}
.AnyTagClassName
{
color: #D887CF;
}
</style>
background-color css
<style>
a { background-color: #D887CF; }
a { background-color: rgb(216,135,207); }
div.DivClassName
{
background-color: #D887CF;
}
.BgClassName
{
background-color: #D887CF;
}
</style>
border-color css
<style>
span { border-color: #D887CF; }
span { border-color: rgb(216,135,207); }
td.TdClassName
{
border-color: #D887CF;
}
.TagClassName
{
border-color: #D887CF;
}
</style>