Shades of Orchid #D87DC7
Tints of Orchid #D87DC7
RGB
CMYK
RGB Variations
Color information
#D87DC7 (or 0xD87DC7) is known color: Orchid. HEX triplet: D8, 7D and C7. RGB value is (216,125,199). Sum of RGB (Red+Green+Blue) = 216+125+199=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DC7 is #278238. Grayscale: #A0A0A0. Windows color (decimal): -2589241 or 13073880. OLE color: 13073880.
HSL color Cylindrical-coordinate representation of color #D87DC7: hue angle of 311.21º 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 #D87DC7 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 199 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.15 |
| HSL | 311.21º | 0.54% | 0.67% | - |
| HSV(B) | 311.21º | 0.42% | 0.85% | - |
| XYZ | 45.96 | 33.39 | 58.06 | - |
| YUV | 160.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 199 | 0 | 0.42 | 0.08 | 0.15 | 311.21 | 0.54 | 0.67 |
| Hex | D8 | 7D | C7 | 0 | 2A | 8 | F | 137 | 36 | 43 |
| Octal | 330 | 175 | 307 | 0 | 52 | 10 | 17 | 467 | 66 | 103 |
| Binary | 11011000 | 1111101 | 11000111 | 0 | 101010 | 1000 | 1111 | 100110111 | 110110 | 1000011 |
Color Harmonies of #D87DC7
Complementary color
Monochromatic Colors of #D87DC7
Black with #D87DC7
Text Example
Text Example
White with #D87DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87DC7; }
p { color: rgb(216,125,199); }
H1.HeaderClassName
{
color: #D87DC7;
}
.AnyTagClassName
{
color: #D87DC7;
}
</style>
background-color css
<style>
a { background-color: #D87DC7; }
a { background-color: rgb(216,125,199); }
div.DivClassName
{
background-color: #D87DC7;
}
.BgClassName
{
background-color: #D87DC7;
}
</style>
border-color css
<style>
span { border-color: #D87DC7; }
span { border-color: rgb(216,125,199); }
td.TdClassName
{
border-color: #D87DC7;
}
.TagClassName
{
border-color: #D87DC7;
}
</style>