Shades of Orchid #D97AD6
Tints of Orchid #D97AD6
RGB
CMYK
RGB Variations
Color information
#D97AD6 (or 0xD97AD6) is known color: Orchid. HEX triplet: D9, 7A and D6. RGB value is (217,122,214). Sum of RGB (Red+Green+Blue) = 217+122+214=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D97AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97AD6 is #268529. Grayscale: #A0A0A0. Windows color (decimal): -2524458 or 14056153. OLE color: 14056153.
HSL color Cylindrical-coordinate representation of color #D97AD6: hue angle of 301.89º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97AD6 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 122 | 214 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.15 |
| HSL | 301.89º | 0.56% | 0.66% | - |
| HSV(B) | 301.89º | 0.44% | 0.85% | - |
| XYZ | 47.71 | 33.53 | 67.57 | - |
| YUV | 160.89 | 157.97 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 122 | 214 | 0 | 0.44 | 0.01 | 0.15 | 301.89 | 0.56 | 0.66 |
| Hex | D9 | 7A | D6 | 0 | 2C | 1 | F | 12E | 38 | 42 |
| Octal | 331 | 172 | 326 | 0 | 54 | 1 | 17 | 456 | 70 | 102 |
| Binary | 11011001 | 1111010 | 11010110 | 0 | 101100 | 1 | 1111 | 100101110 | 111000 | 1000010 |
Color Harmonies of #D97AD6
Complementary color
Monochromatic Colors of #D97AD6
Black with #D97AD6
Text Example
Text Example
White with #D97AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97AD6; }
p { color: rgb(217,122,214); }
H1.HeaderClassName
{
color: #D97AD6;
}
.AnyTagClassName
{
color: #D97AD6;
}
</style>
background-color css
<style>
a { background-color: #D97AD6; }
a { background-color: rgb(217,122,214); }
div.DivClassName
{
background-color: #D97AD6;
}
.BgClassName
{
background-color: #D97AD6;
}
</style>
border-color css
<style>
span { border-color: #D97AD6; }
span { border-color: rgb(217,122,214); }
td.TdClassName
{
border-color: #D97AD6;
}
.TagClassName
{
border-color: #D97AD6;
}
</style>