Shades of Orchid #D976E5
Tints of Orchid #D976E5
RGB
CMYK
RGB Variations
Color information
#D976E5 (or 0xD976E5) is known color: Orchid. HEX triplet: D9, 76 and E5. RGB value is (217,118,229). Sum of RGB (Red+Green+Blue) = 217+118+229=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #D976E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976E5 is #26891A. Grayscale: #9F9F9F. Windows color (decimal): -2525467 or 15038169. OLE color: 15038169.
HSL color Cylindrical-coordinate representation of color #D976E5: hue angle of 293.51º 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 #D976E5 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 118 | 229 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.10 |
| HSL | 293.51º | 0.68% | 0.68% | - |
| HSV(B) | 293.51º | 0.48% | 0.9% | - |
| XYZ | 49.24 | 33.37 | 77.97 | - |
| YUV | 160.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 229 | 0.05 | 0.48 | 0 | 0.10 | 293.51 | 0.68 | 0.68 |
| Hex | D9 | 76 | E5 | 5 | 30 | 0 | A | 126 | 44 | 44 |
| Octal | 331 | 166 | 345 | 5 | 60 | 0 | 12 | 446 | 104 | 104 |
| Binary | 11011001 | 1110110 | 11100101 | 101 | 110000 | 0 | 1010 | 100100110 | 1000100 | 1000100 |
Color Harmonies of #D976E5
Complementary color
Monochromatic Colors of #D976E5
Black with #D976E5
Text Example
Text Example
White with #D976E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976E5; }
p { color: rgb(217,118,229); }
H1.HeaderClassName
{
color: #D976E5;
}
.AnyTagClassName
{
color: #D976E5;
}
</style>
background-color css
<style>
a { background-color: #D976E5; }
a { background-color: rgb(217,118,229); }
div.DivClassName
{
background-color: #D976E5;
}
.BgClassName
{
background-color: #D976E5;
}
</style>
border-color css
<style>
span { border-color: #D976E5; }
span { border-color: rgb(217,118,229); }
td.TdClassName
{
border-color: #D976E5;
}
.TagClassName
{
border-color: #D976E5;
}
</style>