Shades of Orchid #D876C0
Tints of Orchid #D876C0
RGB
CMYK
RGB Variations
Color information
#D876C0 (or 0xD876C0) is known color: Orchid. HEX triplet: D8, 76 and C0. RGB value is (216,118,192). Sum of RGB (Red+Green+Blue) = 216+118+192=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D876C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D876C0 is #27893F. Grayscale: #9B9B9B. Windows color (decimal): -2591040 or 12613336. OLE color: 12613336.
HSL color Cylindrical-coordinate representation of color #D876C0: hue angle of 314.69º 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 #D876C0 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 192 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.15 |
| HSL | 314.69º | 0.56% | 0.65% | - |
| HSV(B) | 314.69º | 0.45% | 0.85% | - |
| XYZ | 44.31 | 31.36 | 53.59 | - |
| YUV | 155.74 | 148.47 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 192 | 0 | 0.45 | 0.11 | 0.15 | 314.69 | 0.56 | 0.65 |
| Hex | D8 | 76 | C0 | 0 | 2D | B | F | 13B | 38 | 41 |
| Octal | 330 | 166 | 300 | 0 | 55 | 13 | 17 | 473 | 70 | 101 |
| Binary | 11011000 | 1110110 | 11000000 | 0 | 101101 | 1011 | 1111 | 100111011 | 111000 | 1000001 |
Color Harmonies of #D876C0
Complementary color
Monochromatic Colors of #D876C0
Black with #D876C0
Text Example
Text Example
White with #D876C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D876C0; }
p { color: rgb(216,118,192); }
H1.HeaderClassName
{
color: #D876C0;
}
.AnyTagClassName
{
color: #D876C0;
}
</style>
background-color css
<style>
a { background-color: #D876C0; }
a { background-color: rgb(216,118,192); }
div.DivClassName
{
background-color: #D876C0;
}
.BgClassName
{
background-color: #D876C0;
}
</style>
border-color css
<style>
span { border-color: #D876C0; }
span { border-color: rgb(216,118,192); }
td.TdClassName
{
border-color: #D876C0;
}
.TagClassName
{
border-color: #D876C0;
}
</style>