Shades of Orchid #D97ADF
Tints of Orchid #D97ADF
RGB
CMYK
RGB Variations
Color information
#D97ADF (or 0xD97ADF) is known color: Orchid. HEX triplet: D9, 7A and DF. RGB value is (217,122,223). Sum of RGB (Red+Green+Blue) = 217+122+223=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #D97ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ADF is #268520. Grayscale: #A1A1A1. Windows color (decimal): -2524449 or 14645977. OLE color: 14645977.
HSL color Cylindrical-coordinate representation of color #D97ADF: hue angle of 296.44º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D97ADF is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 122 | 223 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.13 |
| HSL | 296.44º | 0.61% | 0.68% | - |
| HSV(B) | 296.44º | 0.45% | 0.87% | - |
| XYZ | 48.89 | 34 | 73.8 | - |
| YUV | 161.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 122 | 223 | 0.03 | 0.45 | 0 | 0.13 | 296.44 | 0.61 | 0.68 |
| Hex | D9 | 7A | DF | 3 | 2D | 0 | D | 128 | 3D | 44 |
| Octal | 331 | 172 | 337 | 3 | 55 | 0 | 15 | 450 | 75 | 104 |
| Binary | 11011001 | 1111010 | 11011111 | 11 | 101101 | 0 | 1101 | 100101000 | 111101 | 1000100 |
Color Harmonies of #D97ADF
Complementary color
Monochromatic Colors of #D97ADF
Black with #D97ADF
Text Example
Text Example
White with #D97ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97ADF; }
p { color: rgb(217,122,223); }
H1.HeaderClassName
{
color: #D97ADF;
}
.AnyTagClassName
{
color: #D97ADF;
}
</style>
background-color css
<style>
a { background-color: #D97ADF; }
a { background-color: rgb(217,122,223); }
div.DivClassName
{
background-color: #D97ADF;
}
.BgClassName
{
background-color: #D97ADF;
}
</style>
border-color css
<style>
span { border-color: #D97ADF; }
span { border-color: rgb(217,122,223); }
td.TdClassName
{
border-color: #D97ADF;
}
.TagClassName
{
border-color: #D97ADF;
}
</style>