Shades of Orchid #D97EC6
Tints of Orchid #D97EC6
RGB
CMYK
RGB Variations
Color information
#D97EC6 (or 0xD97EC6) is known color: Orchid. HEX triplet: D9, 7E and C6. RGB value is (217,126,198). Sum of RGB (Red+Green+Blue) = 217+126+198=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D97EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97EC6 is #268139. Grayscale: #A1A1A1. Windows color (decimal): -2523450 or 13008601. OLE color: 13008601.
HSL color Cylindrical-coordinate representation of color #D97EC6: hue angle of 312.53º 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 #D97EC6 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 126 | 198 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.15 |
| HSL | 312.53º | 0.54% | 0.67% | - |
| HSV(B) | 312.53º | 0.42% | 0.85% | - |
| XYZ | 46.27 | 33.75 | 57.5 | - |
| YUV | 161.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 126 | 198 | 0 | 0.42 | 0.09 | 0.15 | 312.53 | 0.54 | 0.67 |
| Hex | D9 | 7E | C6 | 0 | 2A | 9 | F | 139 | 36 | 43 |
| Octal | 331 | 176 | 306 | 0 | 52 | 11 | 17 | 471 | 66 | 103 |
| Binary | 11011001 | 1111110 | 11000110 | 0 | 101010 | 1001 | 1111 | 100111001 | 110110 | 1000011 |
Color Harmonies of #D97EC6
Complementary color
Monochromatic Colors of #D97EC6
Black with #D97EC6
Text Example
Text Example
White with #D97EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97EC6; }
p { color: rgb(217,126,198); }
H1.HeaderClassName
{
color: #D97EC6;
}
.AnyTagClassName
{
color: #D97EC6;
}
</style>
background-color css
<style>
a { background-color: #D97EC6; }
a { background-color: rgb(217,126,198); }
div.DivClassName
{
background-color: #D97EC6;
}
.BgClassName
{
background-color: #D97EC6;
}
</style>
border-color css
<style>
span { border-color: #D97EC6; }
span { border-color: rgb(217,126,198); }
td.TdClassName
{
border-color: #D97EC6;
}
.TagClassName
{
border-color: #D97EC6;
}
</style>