Shades of Orchid #D97ED2
Tints of Orchid #D97ED2
RGB
CMYK
RGB Variations
Color information
#D97ED2 (or 0xD97ED2) is known color: Orchid. HEX triplet: D9, 7E and D2. RGB value is (217,126,210). Sum of RGB (Red+Green+Blue) = 217+126+210=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D97ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ED2 is #26812D. Grayscale: #A2A2A2. Windows color (decimal): -2523438 or 13795033. OLE color: 13795033.
HSL color Cylindrical-coordinate representation of color #D97ED2: hue angle of 304.62º 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 #D97ED2 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 126 | 210 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.15 |
| HSL | 304.62º | 0.54% | 0.67% | - |
| HSV(B) | 304.62º | 0.42% | 0.85% | - |
| XYZ | 47.71 | 34.33 | 65.08 | - |
| YUV | 162.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 126 | 210 | 0 | 0.42 | 0.03 | 0.15 | 304.62 | 0.54 | 0.67 |
| Hex | D9 | 7E | D2 | 0 | 2A | 3 | F | 131 | 36 | 43 |
| Octal | 331 | 176 | 322 | 0 | 52 | 3 | 17 | 461 | 66 | 103 |
| Binary | 11011001 | 1111110 | 11010010 | 0 | 101010 | 11 | 1111 | 100110001 | 110110 | 1000011 |
Color Harmonies of #D97ED2
Complementary color
Monochromatic Colors of #D97ED2
Black with #D97ED2
Text Example
Text Example
White with #D97ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97ED2; }
p { color: rgb(217,126,210); }
H1.HeaderClassName
{
color: #D97ED2;
}
.AnyTagClassName
{
color: #D97ED2;
}
</style>
background-color css
<style>
a { background-color: #D97ED2; }
a { background-color: rgb(217,126,210); }
div.DivClassName
{
background-color: #D97ED2;
}
.BgClassName
{
background-color: #D97ED2;
}
</style>
border-color css
<style>
span { border-color: #D97ED2; }
span { border-color: rgb(217,126,210); }
td.TdClassName
{
border-color: #D97ED2;
}
.TagClassName
{
border-color: #D97ED2;
}
</style>