Shades of Orchid #D976C4
Tints of Orchid #D976C4
RGB
CMYK
RGB Variations
Color information
#D976C4 (or 0xD976C4) is known color: Orchid. HEX triplet: D9, 76 and C4. RGB value is (217,118,196). Sum of RGB (Red+Green+Blue) = 217+118+196=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D976C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976C4 is #26893B. Grayscale: #9C9C9C. Windows color (decimal): -2525500 or 12875481. OLE color: 12875481.
HSL color Cylindrical-coordinate representation of color #D976C4: hue angle of 312.73º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D976C4 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 196 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.15 |
| HSL | 312.73º | 0.57% | 0.66% | - |
| HSV(B) | 312.73º | 0.46% | 0.85% | - |
| XYZ | 45.06 | 31.69 | 55.97 | - |
| YUV | 156.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 196 | 0 | 0.46 | 0.10 | 0.15 | 312.73 | 0.57 | 0.66 |
| Hex | D9 | 76 | C4 | 0 | 2E | A | F | 139 | 39 | 42 |
| Octal | 331 | 166 | 304 | 0 | 56 | 12 | 17 | 471 | 71 | 102 |
| Binary | 11011001 | 1110110 | 11000100 | 0 | 101110 | 1010 | 1111 | 100111001 | 111001 | 1000010 |
Color Harmonies of #D976C4
Complementary color
Monochromatic Colors of #D976C4
Black with #D976C4
Text Example
Text Example
White with #D976C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976C4; }
p { color: rgb(217,118,196); }
H1.HeaderClassName
{
color: #D976C4;
}
.AnyTagClassName
{
color: #D976C4;
}
</style>
background-color css
<style>
a { background-color: #D976C4; }
a { background-color: rgb(217,118,196); }
div.DivClassName
{
background-color: #D976C4;
}
.BgClassName
{
background-color: #D976C4;
}
</style>
border-color css
<style>
span { border-color: #D976C4; }
span { border-color: rgb(217,118,196); }
td.TdClassName
{
border-color: #D976C4;
}
.TagClassName
{
border-color: #D976C4;
}
</style>