Shades of Orchid #D87AC3
Tints of Orchid #D87AC3
RGB
CMYK
RGB Variations
Color information
#D87AC3 (or 0xD87AC3) is known color: Orchid. HEX triplet: D8, 7A and C3. RGB value is (216,122,195). Sum of RGB (Red+Green+Blue) = 216+122+195=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87AC3 is #27853C. Grayscale: #9E9E9E. Windows color (decimal): -2590013 or 12810968. OLE color: 12810968.
HSL color Cylindrical-coordinate representation of color #D87AC3: hue angle of 313.4º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87AC3 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 195 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.15 |
| HSL | 313.4º | 0.55% | 0.66% | - |
| HSV(B) | 313.4º | 0.44% | 0.85% | - |
| XYZ | 45.13 | 32.46 | 55.52 | - |
| YUV | 158.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 195 | 0 | 0.44 | 0.10 | 0.15 | 313.4 | 0.55 | 0.66 |
| Hex | D8 | 7A | C3 | 0 | 2C | A | F | 139 | 37 | 42 |
| Octal | 330 | 172 | 303 | 0 | 54 | 12 | 17 | 471 | 67 | 102 |
| Binary | 11011000 | 1111010 | 11000011 | 0 | 101100 | 1010 | 1111 | 100111001 | 110111 | 1000010 |
Color Harmonies of #D87AC3
Complementary color
Monochromatic Colors of #D87AC3
Black with #D87AC3
Text Example
Text Example
White with #D87AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87AC3; }
p { color: rgb(216,122,195); }
H1.HeaderClassName
{
color: #D87AC3;
}
.AnyTagClassName
{
color: #D87AC3;
}
</style>
background-color css
<style>
a { background-color: #D87AC3; }
a { background-color: rgb(216,122,195); }
div.DivClassName
{
background-color: #D87AC3;
}
.BgClassName
{
background-color: #D87AC3;
}
</style>
border-color css
<style>
span { border-color: #D87AC3; }
span { border-color: rgb(216,122,195); }
td.TdClassName
{
border-color: #D87AC3;
}
.TagClassName
{
border-color: #D87AC3;
}
</style>