Shades of Orchid #D977DE
Tints of Orchid #D977DE
RGB
CMYK
RGB Variations
Color information
#D977DE (or 0xD977DE) is known color: Orchid. HEX triplet: D9, 77 and DE. RGB value is (217,119,222). Sum of RGB (Red+Green+Blue) = 217+119+222=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #D977DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977DE is #268821. Grayscale: #9F9F9F. Windows color (decimal): -2525218 or 14579673. OLE color: 14579673.
HSL color Cylindrical-coordinate representation of color #D977DE: hue angle of 297.09º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D977DE is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 119 | 222 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.13 |
| HSL | 297.09º | 0.61% | 0.67% | - |
| HSV(B) | 297.09º | 0.46% | 0.87% | - |
| XYZ | 48.4 | 33.22 | 72.97 | - |
| YUV | 160.04 | 162.97 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 222 | 0.02 | 0.46 | 0 | 0.13 | 297.09 | 0.61 | 0.67 |
| Hex | D9 | 77 | DE | 2 | 2E | 0 | D | 129 | 3D | 43 |
| Octal | 331 | 167 | 336 | 2 | 56 | 0 | 15 | 451 | 75 | 103 |
| Binary | 11011001 | 1110111 | 11011110 | 10 | 101110 | 0 | 1101 | 100101001 | 111101 | 1000011 |
Color Harmonies of #D977DE
Complementary color
Monochromatic Colors of #D977DE
Black with #D977DE
Text Example
Text Example
White with #D977DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D977DE; }
p { color: rgb(217,119,222); }
H1.HeaderClassName
{
color: #D977DE;
}
.AnyTagClassName
{
color: #D977DE;
}
</style>
background-color css
<style>
a { background-color: #D977DE; }
a { background-color: rgb(217,119,222); }
div.DivClassName
{
background-color: #D977DE;
}
.BgClassName
{
background-color: #D977DE;
}
</style>
border-color css
<style>
span { border-color: #D977DE; }
span { border-color: rgb(217,119,222); }
td.TdClassName
{
border-color: #D977DE;
}
.TagClassName
{
border-color: #D977DE;
}
</style>