Shades of Orchid #D97ADD
Tints of Orchid #D97ADD
RGB
CMYK
RGB Variations
Color information
#D97ADD (or 0xD97ADD) is known color: Orchid. HEX triplet: D9, 7A and DD. RGB value is (217,122,221). Sum of RGB (Red+Green+Blue) = 217+122+221=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #D97ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ADD is #268522. Grayscale: #A1A1A1. Windows color (decimal): -2524451 or 14514905. OLE color: 14514905.
HSL color Cylindrical-coordinate representation of color #D97ADD: hue angle of 297.58º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D97ADD is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 122 | 221 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.13 |
| HSL | 297.58º | 0.59% | 0.67% | - |
| HSV(B) | 297.58º | 0.45% | 0.87% | - |
| XYZ | 48.63 | 33.89 | 72.39 | - |
| YUV | 161.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 122 | 221 | 0.02 | 0.45 | 0 | 0.13 | 297.58 | 0.59 | 0.67 |
| Hex | D9 | 7A | DD | 2 | 2D | 0 | D | 12A | 3B | 43 |
| Octal | 331 | 172 | 335 | 2 | 55 | 0 | 15 | 452 | 73 | 103 |
| Binary | 11011001 | 1111010 | 11011101 | 10 | 101101 | 0 | 1101 | 100101010 | 111011 | 1000011 |
Color Harmonies of #D97ADD
Complementary color
Monochromatic Colors of #D97ADD
Black with #D97ADD
Text Example
Text Example
White with #D97ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97ADD; }
p { color: rgb(217,122,221); }
H1.HeaderClassName
{
color: #D97ADD;
}
.AnyTagClassName
{
color: #D97ADD;
}
</style>
background-color css
<style>
a { background-color: #D97ADD; }
a { background-color: rgb(217,122,221); }
div.DivClassName
{
background-color: #D97ADD;
}
.BgClassName
{
background-color: #D97ADD;
}
</style>
border-color css
<style>
span { border-color: #D97ADD; }
span { border-color: rgb(217,122,221); }
td.TdClassName
{
border-color: #D97ADD;
}
.TagClassName
{
border-color: #D97ADD;
}
</style>