Shades of Orchid #D87DC3
Tints of Orchid #D87DC3
RGB
CMYK
RGB Variations
Color information
#D87DC3 (or 0xD87DC3) is known color: Orchid. HEX triplet: D8, 7D and C3. RGB value is (216,125,195). Sum of RGB (Red+Green+Blue) = 216+125+195=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DC3 is #27823C. Grayscale: #A0A0A0. Windows color (decimal): -2589245 or 12811736. OLE color: 12811736.
HSL color Cylindrical-coordinate representation of color #D87DC3: hue angle of 313.85º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87DC3 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 195 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.15 |
| HSL | 313.85º | 0.54% | 0.67% | - |
| HSV(B) | 313.85º | 0.42% | 0.85% | - |
| XYZ | 45.5 | 33.21 | 55.64 | - |
| YUV | 160.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 195 | 0 | 0.42 | 0.10 | 0.15 | 313.85 | 0.54 | 0.67 |
| Hex | D8 | 7D | C3 | 0 | 2A | A | F | 13A | 36 | 43 |
| Octal | 330 | 175 | 303 | 0 | 52 | 12 | 17 | 472 | 66 | 103 |
| Binary | 11011000 | 1111101 | 11000011 | 0 | 101010 | 1010 | 1111 | 100111010 | 110110 | 1000011 |
Color Harmonies of #D87DC3
Complementary color
Monochromatic Colors of #D87DC3
Black with #D87DC3
Text Example
Text Example
White with #D87DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87DC3; }
p { color: rgb(216,125,195); }
H1.HeaderClassName
{
color: #D87DC3;
}
.AnyTagClassName
{
color: #D87DC3;
}
</style>
background-color css
<style>
a { background-color: #D87DC3; }
a { background-color: rgb(216,125,195); }
div.DivClassName
{
background-color: #D87DC3;
}
.BgClassName
{
background-color: #D87DC3;
}
</style>
border-color css
<style>
span { border-color: #D87DC3; }
span { border-color: rgb(216,125,195); }
td.TdClassName
{
border-color: #D87DC3;
}
.TagClassName
{
border-color: #D87DC3;
}
</style>