Shades of Orchid #D97AD0
Tints of Orchid #D97AD0
RGB
CMYK
RGB Variations
Color information
#D97AD0 (or 0xD97AD0) is known color: Orchid. HEX triplet: D9, 7A and D0. RGB value is (217,122,208). Sum of RGB (Red+Green+Blue) = 217+122+208=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D97AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97AD0 is #26852F. Grayscale: #9F9F9F. Windows color (decimal): -2524464 or 13662937. OLE color: 13662937.
HSL color Cylindrical-coordinate representation of color #D97AD0: hue angle of 305.68º 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 #D97AD0 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 122 | 208 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.15 |
| HSL | 305.68º | 0.56% | 0.66% | - |
| HSV(B) | 305.68º | 0.44% | 0.85% | - |
| XYZ | 46.96 | 33.22 | 63.61 | - |
| YUV | 160.21 | 154.97 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 122 | 208 | 0 | 0.44 | 0.04 | 0.15 | 305.68 | 0.56 | 0.66 |
| Hex | D9 | 7A | D0 | 0 | 2C | 4 | F | 132 | 38 | 42 |
| Octal | 331 | 172 | 320 | 0 | 54 | 4 | 17 | 462 | 70 | 102 |
| Binary | 11011001 | 1111010 | 11010000 | 0 | 101100 | 100 | 1111 | 100110010 | 111000 | 1000010 |
Color Harmonies of #D97AD0
Complementary color
Monochromatic Colors of #D97AD0
Black with #D97AD0
Text Example
Text Example
White with #D97AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97AD0; }
p { color: rgb(217,122,208); }
H1.HeaderClassName
{
color: #D97AD0;
}
.AnyTagClassName
{
color: #D97AD0;
}
</style>
background-color css
<style>
a { background-color: #D97AD0; }
a { background-color: rgb(217,122,208); }
div.DivClassName
{
background-color: #D97AD0;
}
.BgClassName
{
background-color: #D97AD0;
}
</style>
border-color css
<style>
span { border-color: #D97AD0; }
span { border-color: rgb(217,122,208); }
td.TdClassName
{
border-color: #D97AD0;
}
.TagClassName
{
border-color: #D97AD0;
}
</style>