Shades of Orchid #D977C9
Tints of Orchid #D977C9
RGB
CMYK
RGB Variations
Color information
#D977C9 (or 0xD977C9) is known color: Orchid. HEX triplet: D9, 77 and C9. RGB value is (217,119,201). Sum of RGB (Red+Green+Blue) = 217+119+201=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D977C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977C9 is #268836. Grayscale: #9D9D9D. Windows color (decimal): -2525239 or 13203417. OLE color: 13203417.
HSL color Cylindrical-coordinate representation of color #D977C9: hue angle of 309.8º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D977C9 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 201 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.15 |
| HSL | 309.8º | 0.56% | 0.66% | - |
| HSV(B) | 309.8º | 0.45% | 0.85% | - |
| XYZ | 45.75 | 32.16 | 59.05 | - |
| YUV | 157.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 201 | 0 | 0.45 | 0.07 | 0.15 | 309.8 | 0.56 | 0.66 |
| Hex | D9 | 77 | C9 | 0 | 2D | 7 | F | 136 | 38 | 42 |
| Octal | 331 | 167 | 311 | 0 | 55 | 7 | 17 | 466 | 70 | 102 |
| Binary | 11011001 | 1110111 | 11001001 | 0 | 101101 | 111 | 1111 | 100110110 | 111000 | 1000010 |
Color Harmonies of #D977C9
Complementary color
Monochromatic Colors of #D977C9
Black with #D977C9
Text Example
Text Example
White with #D977C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D977C9; }
p { color: rgb(217,119,201); }
H1.HeaderClassName
{
color: #D977C9;
}
.AnyTagClassName
{
color: #D977C9;
}
</style>
background-color css
<style>
a { background-color: #D977C9; }
a { background-color: rgb(217,119,201); }
div.DivClassName
{
background-color: #D977C9;
}
.BgClassName
{
background-color: #D977C9;
}
</style>
border-color css
<style>
span { border-color: #D977C9; }
span { border-color: rgb(217,119,201); }
td.TdClassName
{
border-color: #D977C9;
}
.TagClassName
{
border-color: #D977C9;
}
</style>