Shades of Orchid #D87FCC
Tints of Orchid #D87FCC
RGB
CMYK
RGB Variations
Color information
#D87FCC (or 0xD87FCC) is known color: Orchid. HEX triplet: D8, 7F and CC. RGB value is (216,127,204). Sum of RGB (Red+Green+Blue) = 216+127+204=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FCC is #278033. Grayscale: #A2A2A2. Windows color (decimal): -2588724 or 13402072. OLE color: 13402072.
HSL color Cylindrical-coordinate representation of color #D87FCC: hue angle of 308.09º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D87FCC is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 204 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.15 |
| HSL | 308.09º | 0.53% | 0.67% | - |
| HSV(B) | 308.09º | 0.41% | 0.85% | - |
| XYZ | 46.81 | 34.14 | 61.25 | - |
| YUV | 162.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 204 | 0 | 0.41 | 0.06 | 0.15 | 308.09 | 0.53 | 0.67 |
| Hex | D8 | 7F | CC | 0 | 29 | 6 | F | 134 | 35 | 43 |
| Octal | 330 | 177 | 314 | 0 | 51 | 6 | 17 | 464 | 65 | 103 |
| Binary | 11011000 | 1111111 | 11001100 | 0 | 101001 | 110 | 1111 | 100110100 | 110101 | 1000011 |
Color Harmonies of #D87FCC
Complementary color
Monochromatic Colors of #D87FCC
Black with #D87FCC
Text Example
Text Example
White with #D87FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87FCC; }
p { color: rgb(216,127,204); }
H1.HeaderClassName
{
color: #D87FCC;
}
.AnyTagClassName
{
color: #D87FCC;
}
</style>
background-color css
<style>
a { background-color: #D87FCC; }
a { background-color: rgb(216,127,204); }
div.DivClassName
{
background-color: #D87FCC;
}
.BgClassName
{
background-color: #D87FCC;
}
</style>
border-color css
<style>
span { border-color: #D87FCC; }
span { border-color: rgb(216,127,204); }
td.TdClassName
{
border-color: #D87FCC;
}
.TagClassName
{
border-color: #D87FCC;
}
</style>