Shades of Orchid #D97ED1
Tints of Orchid #D97ED1
RGB
CMYK
RGB Variations
Color information
#D97ED1 (or 0xD97ED1) is known color: Orchid. HEX triplet: D9, 7E and D1. RGB value is (217,126,209). Sum of RGB (Red+Green+Blue) = 217+126+209=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D97ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ED1 is #26812E. Grayscale: #A2A2A2. Windows color (decimal): -2523439 or 13729497. OLE color: 13729497.
HSL color Cylindrical-coordinate representation of color #D97ED1: hue angle of 305.27º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97ED1 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 126 | 209 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.15 |
| HSL | 305.27º | 0.54% | 0.67% | - |
| HSV(B) | 305.27º | 0.42% | 0.85% | - |
| XYZ | 47.58 | 34.28 | 64.43 | - |
| YUV | 162.67 | 154.15 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 126 | 209 | 0 | 0.42 | 0.04 | 0.15 | 305.27 | 0.54 | 0.67 |
| Hex | D9 | 7E | D1 | 0 | 2A | 4 | F | 131 | 36 | 43 |
| Octal | 331 | 176 | 321 | 0 | 52 | 4 | 17 | 461 | 66 | 103 |
| Binary | 11011001 | 1111110 | 11010001 | 0 | 101010 | 100 | 1111 | 100110001 | 110110 | 1000011 |
Color Harmonies of #D97ED1
Complementary color
Monochromatic Colors of #D97ED1
Black with #D97ED1
Text Example
Text Example
White with #D97ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97ED1; }
p { color: rgb(217,126,209); }
H1.HeaderClassName
{
color: #D97ED1;
}
.AnyTagClassName
{
color: #D97ED1;
}
</style>
background-color css
<style>
a { background-color: #D97ED1; }
a { background-color: rgb(217,126,209); }
div.DivClassName
{
background-color: #D97ED1;
}
.BgClassName
{
background-color: #D97ED1;
}
</style>
border-color css
<style>
span { border-color: #D97ED1; }
span { border-color: rgb(217,126,209); }
td.TdClassName
{
border-color: #D97ED1;
}
.TagClassName
{
border-color: #D97ED1;
}
</style>