Shades of Orchid #D876E5
Tints of Orchid #D876E5
RGB
CMYK
RGB Variations
Color information
#D876E5 (or 0xD876E5) is known color: Orchid. HEX triplet: D8, 76 and E5. RGB value is (216,118,229). Sum of RGB (Red+Green+Blue) = 216+118+229=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 229 - color contains mainly: blue. Hex color #D876E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D876E5 is #27891A. Grayscale: #9F9F9F. Windows color (decimal): -2591003 or 15038168. OLE color: 15038168.
HSL color Cylindrical-coordinate representation of color #D876E5: hue angle of 292.97º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D876E5 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 118 | 229 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.10 |
| HSL | 292.97º | 0.68% | 0.68% | - |
| HSV(B) | 292.97º | 0.48% | 0.9% | - |
| XYZ | 48.94 | 33.21 | 77.96 | - |
| YUV | 159.96 | 166.97 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 229 | 0.06 | 0.48 | 0 | 0.10 | 292.97 | 0.68 | 0.68 |
| Hex | D8 | 76 | E5 | 6 | 30 | 0 | A | 125 | 44 | 44 |
| Octal | 330 | 166 | 345 | 6 | 60 | 0 | 12 | 445 | 104 | 104 |
| Binary | 11011000 | 1110110 | 11100101 | 110 | 110000 | 0 | 1010 | 100100101 | 1000100 | 1000100 |
Color Harmonies of #D876E5
Complementary color
Monochromatic Colors of #D876E5
Black with #D876E5
Text Example
Text Example
White with #D876E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D876E5; }
p { color: rgb(216,118,229); }
H1.HeaderClassName
{
color: #D876E5;
}
.AnyTagClassName
{
color: #D876E5;
}
</style>
background-color css
<style>
a { background-color: #D876E5; }
a { background-color: rgb(216,118,229); }
div.DivClassName
{
background-color: #D876E5;
}
.BgClassName
{
background-color: #D876E5;
}
</style>
border-color css
<style>
span { border-color: #D876E5; }
span { border-color: rgb(216,118,229); }
td.TdClassName
{
border-color: #D876E5;
}
.TagClassName
{
border-color: #D876E5;
}
</style>