Shades of Orchid #D876C7
Tints of Orchid #D876C7
RGB
CMYK
RGB Variations
Color information
#D876C7 (or 0xD876C7) is known color: Orchid. HEX triplet: D8, 76 and C7. RGB value is (216,118,199). Sum of RGB (Red+Green+Blue) = 216+118+199=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D876C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D876C7 is #278938. Grayscale: #9C9C9C. Windows color (decimal): -2591033 or 13072088. OLE color: 13072088.
HSL color Cylindrical-coordinate representation of color #D876C7: hue angle of 310.41º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D876C7 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 199 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.15 |
| HSL | 310.41º | 0.56% | 0.65% | - |
| HSV(B) | 310.41º | 0.45% | 0.85% | - |
| XYZ | 45.11 | 31.68 | 57.77 | - |
| YUV | 156.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 199 | 0 | 0.45 | 0.08 | 0.15 | 310.41 | 0.56 | 0.65 |
| Hex | D8 | 76 | C7 | 0 | 2D | 8 | F | 136 | 38 | 41 |
| Octal | 330 | 166 | 307 | 0 | 55 | 10 | 17 | 466 | 70 | 101 |
| Binary | 11011000 | 1110110 | 11000111 | 0 | 101101 | 1000 | 1111 | 100110110 | 111000 | 1000001 |
Color Harmonies of #D876C7
Complementary color
Monochromatic Colors of #D876C7
Black with #D876C7
Text Example
Text Example
White with #D876C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D876C7; }
p { color: rgb(216,118,199); }
H1.HeaderClassName
{
color: #D876C7;
}
.AnyTagClassName
{
color: #D876C7;
}
</style>
background-color css
<style>
a { background-color: #D876C7; }
a { background-color: rgb(216,118,199); }
div.DivClassName
{
background-color: #D876C7;
}
.BgClassName
{
background-color: #D876C7;
}
</style>
border-color css
<style>
span { border-color: #D876C7; }
span { border-color: rgb(216,118,199); }
td.TdClassName
{
border-color: #D876C7;
}
.TagClassName
{
border-color: #D876C7;
}
</style>