Shades of Orchid #D87CC3
Tints of Orchid #D87CC3
RGB
CMYK
RGB Variations
Color information
#D87CC3 (or 0xD87CC3) is known color: Orchid. HEX triplet: D8, 7C and C3. RGB value is (216,124,195). Sum of RGB (Red+Green+Blue) = 216+124+195=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CC3 is #27833C. Grayscale: #9F9F9F. Windows color (decimal): -2589501 or 12811480. OLE color: 12811480.
HSL color Cylindrical-coordinate representation of color #D87CC3: hue angle of 313.7º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87CC3 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 195 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.15 |
| HSL | 313.7º | 0.54% | 0.67% | - |
| HSV(B) | 313.7º | 0.43% | 0.85% | - |
| XYZ | 45.38 | 32.95 | 55.6 | - |
| YUV | 159.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 195 | 0 | 0.43 | 0.10 | 0.15 | 313.7 | 0.54 | 0.67 |
| Hex | D8 | 7C | C3 | 0 | 2B | A | F | 13A | 36 | 43 |
| Octal | 330 | 174 | 303 | 0 | 53 | 12 | 17 | 472 | 66 | 103 |
| Binary | 11011000 | 1111100 | 11000011 | 0 | 101011 | 1010 | 1111 | 100111010 | 110110 | 1000011 |
Color Harmonies of #D87CC3
Complementary color
Monochromatic Colors of #D87CC3
Black with #D87CC3
Text Example
Text Example
White with #D87CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87CC3; }
p { color: rgb(216,124,195); }
H1.HeaderClassName
{
color: #D87CC3;
}
.AnyTagClassName
{
color: #D87CC3;
}
</style>
background-color css
<style>
a { background-color: #D87CC3; }
a { background-color: rgb(216,124,195); }
div.DivClassName
{
background-color: #D87CC3;
}
.BgClassName
{
background-color: #D87CC3;
}
</style>
border-color css
<style>
span { border-color: #D87CC3; }
span { border-color: rgb(216,124,195); }
td.TdClassName
{
border-color: #D87CC3;
}
.TagClassName
{
border-color: #D87CC3;
}
</style>