Shades of Orchid #D87CDC
Tints of Orchid #D87CDC
RGB
CMYK
RGB Variations
Color information
#D87CDC (or 0xD87CDC) is known color: Orchid. HEX triplet: D8, 7C and DC. RGB value is (216,124,220). Sum of RGB (Red+Green+Blue) = 216+124+220=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #D87CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CDC is #278323. Grayscale: #A2A2A2. Windows color (decimal): -2589476 or 14449880. OLE color: 14449880.
HSL color Cylindrical-coordinate representation of color #D87CDC: hue angle of 297.5º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87CDC is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 124 | 220 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.14 |
| HSL | 297.5º | 0.58% | 0.67% | - |
| HSV(B) | 297.5º | 0.44% | 0.86% | - |
| XYZ | 48.44 | 34.18 | 71.75 | - |
| YUV | 162.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 220 | 0.02 | 0.44 | 0 | 0.14 | 297.5 | 0.58 | 0.67 |
| Hex | D8 | 7C | DC | 2 | 2C | 0 | E | 12A | 3A | 43 |
| Octal | 330 | 174 | 334 | 2 | 54 | 0 | 16 | 452 | 72 | 103 |
| Binary | 11011000 | 1111100 | 11011100 | 10 | 101100 | 0 | 1110 | 100101010 | 111010 | 1000011 |
Color Harmonies of #D87CDC
Complementary color
Monochromatic Colors of #D87CDC
Black with #D87CDC
Text Example
Text Example
White with #D87CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87CDC; }
p { color: rgb(216,124,220); }
H1.HeaderClassName
{
color: #D87CDC;
}
.AnyTagClassName
{
color: #D87CDC;
}
</style>
background-color css
<style>
a { background-color: #D87CDC; }
a { background-color: rgb(216,124,220); }
div.DivClassName
{
background-color: #D87CDC;
}
.BgClassName
{
background-color: #D87CDC;
}
</style>
border-color css
<style>
span { border-color: #D87CDC; }
span { border-color: rgb(216,124,220); }
td.TdClassName
{
border-color: #D87CDC;
}
.TagClassName
{
border-color: #D87CDC;
}
</style>