Shades of Orchid #D976DF
Tints of Orchid #D976DF
RGB
CMYK
RGB Variations
Color information
#D976DF (or 0xD976DF) is known color: Orchid. HEX triplet: D9, 76 and DF. RGB value is (217,118,223). Sum of RGB (Red+Green+Blue) = 217+118+223=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #D976DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976DF is #268920. Grayscale: #9F9F9F. Windows color (decimal): -2525473 or 14644953. OLE color: 14644953.
HSL color Cylindrical-coordinate representation of color #D976DF: hue angle of 296.57º 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 #D976DF is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 118 | 223 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.13 |
| HSL | 296.57º | 0.62% | 0.67% | - |
| HSV(B) | 296.57º | 0.47% | 0.87% | - |
| XYZ | 48.41 | 33.04 | 73.64 | - |
| YUV | 159.57 | 163.8 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 223 | 0.03 | 0.47 | 0 | 0.13 | 296.57 | 0.62 | 0.67 |
| Hex | D9 | 76 | DF | 3 | 2F | 0 | D | 129 | 3E | 43 |
| Octal | 331 | 166 | 337 | 3 | 57 | 0 | 15 | 451 | 76 | 103 |
| Binary | 11011001 | 1110110 | 11011111 | 11 | 101111 | 0 | 1101 | 100101001 | 111110 | 1000011 |
Color Harmonies of #D976DF
Complementary color
Monochromatic Colors of #D976DF
Black with #D976DF
Text Example
Text Example
White with #D976DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976DF; }
p { color: rgb(217,118,223); }
H1.HeaderClassName
{
color: #D976DF;
}
.AnyTagClassName
{
color: #D976DF;
}
</style>
background-color css
<style>
a { background-color: #D976DF; }
a { background-color: rgb(217,118,223); }
div.DivClassName
{
background-color: #D976DF;
}
.BgClassName
{
background-color: #D976DF;
}
</style>
border-color css
<style>
span { border-color: #D976DF; }
span { border-color: rgb(217,118,223); }
td.TdClassName
{
border-color: #D976DF;
}
.TagClassName
{
border-color: #D976DF;
}
</style>