Shades of Orchid #D876D1
Tints of Orchid #D876D1
RGB
CMYK
RGB Variations
Color information
#D876D1 (or 0xD876D1) is known color: Orchid. HEX triplet: D8, 76 and D1. RGB value is (216,118,209). Sum of RGB (Red+Green+Blue) = 216+118+209=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D876D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D876D1 is #27892E. Grayscale: #9D9D9D. Windows color (decimal): -2591023 or 13727448. OLE color: 13727448.
HSL color Cylindrical-coordinate representation of color #D876D1: hue angle of 304.29º 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 #D876D1 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 209 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.15 |
| HSL | 304.29º | 0.56% | 0.65% | - |
| HSV(B) | 304.29º | 0.45% | 0.85% | - |
| XYZ | 46.31 | 32.16 | 64.09 | - |
| YUV | 157.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 209 | 0 | 0.45 | 0.03 | 0.15 | 304.29 | 0.56 | 0.65 |
| Hex | D8 | 76 | D1 | 0 | 2D | 3 | F | 130 | 38 | 41 |
| Octal | 330 | 166 | 321 | 0 | 55 | 3 | 17 | 460 | 70 | 101 |
| Binary | 11011000 | 1110110 | 11010001 | 0 | 101101 | 11 | 1111 | 100110000 | 111000 | 1000001 |
Color Harmonies of #D876D1
Complementary color
Monochromatic Colors of #D876D1
Black with #D876D1
Text Example
Text Example
White with #D876D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D876D1; }
p { color: rgb(216,118,209); }
H1.HeaderClassName
{
color: #D876D1;
}
.AnyTagClassName
{
color: #D876D1;
}
</style>
background-color css
<style>
a { background-color: #D876D1; }
a { background-color: rgb(216,118,209); }
div.DivClassName
{
background-color: #D876D1;
}
.BgClassName
{
background-color: #D876D1;
}
</style>
border-color css
<style>
span { border-color: #D876D1; }
span { border-color: rgb(216,118,209); }
td.TdClassName
{
border-color: #D876D1;
}
.TagClassName
{
border-color: #D876D1;
}
</style>