Shades of Orchid #D977C4
Tints of Orchid #D977C4
RGB
CMYK
RGB Variations
Color information
#D977C4 (or 0xD977C4) is known color: Orchid. HEX triplet: D9, 77 and C4. RGB value is (217,119,196). Sum of RGB (Red+Green+Blue) = 217+119+196=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D977C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977C4 is #26883B. Grayscale: #9C9C9C. Windows color (decimal): -2525244 or 12875737. OLE color: 12875737.
HSL color Cylindrical-coordinate representation of color #D977C4: hue angle of 312.86º 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 #D977C4 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 196 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.15 |
| HSL | 312.86º | 0.56% | 0.66% | - |
| HSV(B) | 312.86º | 0.45% | 0.85% | - |
| XYZ | 45.18 | 31.93 | 56.01 | - |
| YUV | 157.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 196 | 0 | 0.45 | 0.10 | 0.15 | 312.86 | 0.56 | 0.66 |
| Hex | D9 | 77 | C4 | 0 | 2D | A | F | 139 | 38 | 42 |
| Octal | 331 | 167 | 304 | 0 | 55 | 12 | 17 | 471 | 70 | 102 |
| Binary | 11011001 | 1110111 | 11000100 | 0 | 101101 | 1010 | 1111 | 100111001 | 111000 | 1000010 |
Color Harmonies of #D977C4
Complementary color
Monochromatic Colors of #D977C4
Black with #D977C4
Text Example
Text Example
White with #D977C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D977C4; }
p { color: rgb(217,119,196); }
H1.HeaderClassName
{
color: #D977C4;
}
.AnyTagClassName
{
color: #D977C4;
}
</style>
background-color css
<style>
a { background-color: #D977C4; }
a { background-color: rgb(217,119,196); }
div.DivClassName
{
background-color: #D977C4;
}
.BgClassName
{
background-color: #D977C4;
}
</style>
border-color css
<style>
span { border-color: #D977C4; }
span { border-color: rgb(217,119,196); }
td.TdClassName
{
border-color: #D977C4;
}
.TagClassName
{
border-color: #D977C4;
}
</style>