Shades of Orchid #D876DF
Tints of Orchid #D876DF
RGB
CMYK
RGB Variations
Color information
#D876DF (or 0xD876DF) is known color: Orchid. HEX triplet: D8, 76 and DF. RGB value is (216,118,223). Sum of RGB (Red+Green+Blue) = 216+118+223=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #D876DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D876DF is #278920. Grayscale: #9E9E9E. Windows color (decimal): -2591009 or 14644952. OLE color: 14644952.
HSL color Cylindrical-coordinate representation of color #D876DF: hue angle of 296º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D876DF is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 118 | 223 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.13 |
| HSL | 296º | 0.62% | 0.67% | - |
| HSV(B) | 296º | 0.47% | 0.87% | - |
| XYZ | 48.12 | 32.88 | 73.62 | - |
| YUV | 159.27 | 163.97 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 223 | 0.03 | 0.47 | 0 | 0.13 | 296 | 0.62 | 0.67 |
| Hex | D8 | 76 | DF | 3 | 2F | 0 | D | 128 | 3E | 43 |
| Octal | 330 | 166 | 337 | 3 | 57 | 0 | 15 | 450 | 76 | 103 |
| Binary | 11011000 | 1110110 | 11011111 | 11 | 101111 | 0 | 1101 | 100101000 | 111110 | 1000011 |
Color Harmonies of #D876DF
Complementary color
Monochromatic Colors of #D876DF
Black with #D876DF
Text Example
Text Example
White with #D876DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D876DF; }
p { color: rgb(216,118,223); }
H1.HeaderClassName
{
color: #D876DF;
}
.AnyTagClassName
{
color: #D876DF;
}
</style>
background-color css
<style>
a { background-color: #D876DF; }
a { background-color: rgb(216,118,223); }
div.DivClassName
{
background-color: #D876DF;
}
.BgClassName
{
background-color: #D876DF;
}
</style>
border-color css
<style>
span { border-color: #D876DF; }
span { border-color: rgb(216,118,223); }
td.TdClassName
{
border-color: #D876DF;
}
.TagClassName
{
border-color: #D876DF;
}
</style>