Shades of Orchid #D97EDF
Tints of Orchid #D97EDF
RGB
CMYK
RGB Variations
Color information
#D97EDF (or 0xD97EDF) is known color: Orchid. HEX triplet: D9, 7E and DF. RGB value is (217,126,223). Sum of RGB (Red+Green+Blue) = 217+126+223=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #D97EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97EDF is #268120. Grayscale: #A3A3A3. Windows color (decimal): -2523425 or 14647001. OLE color: 14647001.
HSL color Cylindrical-coordinate representation of color #D97EDF: hue angle of 296.29º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97EDF is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 126 | 223 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.13 |
| HSL | 296.29º | 0.6% | 0.68% | - |
| HSV(B) | 296.29º | 0.43% | 0.87% | - |
| XYZ | 49.4 | 35 | 73.96 | - |
| YUV | 164.27 | 161.15 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 126 | 223 | 0.03 | 0.43 | 0 | 0.13 | 296.29 | 0.6 | 0.68 |
| Hex | D9 | 7E | DF | 3 | 2B | 0 | D | 128 | 3C | 44 |
| Octal | 331 | 176 | 337 | 3 | 53 | 0 | 15 | 450 | 74 | 104 |
| Binary | 11011001 | 1111110 | 11011111 | 11 | 101011 | 0 | 1101 | 100101000 | 111100 | 1000100 |
Color Harmonies of #D97EDF
Complementary color
Monochromatic Colors of #D97EDF
Black with #D97EDF
Text Example
Text Example
White with #D97EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97EDF; }
p { color: rgb(217,126,223); }
H1.HeaderClassName
{
color: #D97EDF;
}
.AnyTagClassName
{
color: #D97EDF;
}
</style>
background-color css
<style>
a { background-color: #D97EDF; }
a { background-color: rgb(217,126,223); }
div.DivClassName
{
background-color: #D97EDF;
}
.BgClassName
{
background-color: #D97EDF;
}
</style>
border-color css
<style>
span { border-color: #D97EDF; }
span { border-color: rgb(217,126,223); }
td.TdClassName
{
border-color: #D97EDF;
}
.TagClassName
{
border-color: #D97EDF;
}
</style>