Shades of Orchid #D977CC
Tints of Orchid #D977CC
RGB
CMYK
RGB Variations
Color information
#D977CC (or 0xD977CC) is known color: Orchid. HEX triplet: D9, 77 and CC. RGB value is (217,119,204). Sum of RGB (Red+Green+Blue) = 217+119+204=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D977CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977CC is #268833. Grayscale: #9D9D9D. Windows color (decimal): -2525236 or 13400025. OLE color: 13400025.
HSL color Cylindrical-coordinate representation of color #D977CC: hue angle of 307.96º 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 #D977CC is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 204 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.15 |
| HSL | 307.96º | 0.56% | 0.66% | - |
| HSV(B) | 307.96º | 0.45% | 0.85% | - |
| XYZ | 46.11 | 32.31 | 60.93 | - |
| YUV | 157.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 204 | 0 | 0.45 | 0.06 | 0.15 | 307.96 | 0.56 | 0.66 |
| Hex | D9 | 77 | CC | 0 | 2D | 6 | F | 134 | 38 | 42 |
| Octal | 331 | 167 | 314 | 0 | 55 | 6 | 17 | 464 | 70 | 102 |
| Binary | 11011001 | 1110111 | 11001100 | 0 | 101101 | 110 | 1111 | 100110100 | 111000 | 1000010 |
Color Harmonies of #D977CC
Complementary color
Monochromatic Colors of #D977CC
Black with #D977CC
Text Example
Text Example
White with #D977CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D977CC; }
p { color: rgb(217,119,204); }
H1.HeaderClassName
{
color: #D977CC;
}
.AnyTagClassName
{
color: #D977CC;
}
</style>
background-color css
<style>
a { background-color: #D977CC; }
a { background-color: rgb(217,119,204); }
div.DivClassName
{
background-color: #D977CC;
}
.BgClassName
{
background-color: #D977CC;
}
</style>
border-color css
<style>
span { border-color: #D977CC; }
span { border-color: rgb(217,119,204); }
td.TdClassName
{
border-color: #D977CC;
}
.TagClassName
{
border-color: #D977CC;
}
</style>