Shades of Orchid #D87CCA
Tints of Orchid #D87CCA
RGB
CMYK
RGB Variations
Color information
#D87CCA (or 0xD87CCA) is known color: Orchid. HEX triplet: D8, 7C and CA. RGB value is (216,124,202). Sum of RGB (Red+Green+Blue) = 216+124+202=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CCA is #278335. Grayscale: #A0A0A0. Windows color (decimal): -2589494 or 13270232. OLE color: 13270232.
HSL color Cylindrical-coordinate representation of color #D87CCA: hue angle of 309.13º 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 #D87CCA is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 202 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.15 |
| HSL | 309.13º | 0.54% | 0.67% | - |
| HSV(B) | 309.13º | 0.43% | 0.85% | - |
| XYZ | 46.19 | 33.28 | 59.87 | - |
| YUV | 160.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 202 | 0 | 0.43 | 0.06 | 0.15 | 309.13 | 0.54 | 0.67 |
| Hex | D8 | 7C | CA | 0 | 2B | 6 | F | 135 | 36 | 43 |
| Octal | 330 | 174 | 312 | 0 | 53 | 6 | 17 | 465 | 66 | 103 |
| Binary | 11011000 | 1111100 | 11001010 | 0 | 101011 | 110 | 1111 | 100110101 | 110110 | 1000011 |
Color Harmonies of #D87CCA
Complementary color
Monochromatic Colors of #D87CCA
Black with #D87CCA
Text Example
Text Example
White with #D87CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87CCA; }
p { color: rgb(216,124,202); }
H1.HeaderClassName
{
color: #D87CCA;
}
.AnyTagClassName
{
color: #D87CCA;
}
</style>
background-color css
<style>
a { background-color: #D87CCA; }
a { background-color: rgb(216,124,202); }
div.DivClassName
{
background-color: #D87CCA;
}
.BgClassName
{
background-color: #D87CCA;
}
</style>
border-color css
<style>
span { border-color: #D87CCA; }
span { border-color: rgb(216,124,202); }
td.TdClassName
{
border-color: #D87CCA;
}
.TagClassName
{
border-color: #D87CCA;
}
</style>