Shades of Orchid #D97AD2
Tints of Orchid #D97AD2
RGB
CMYK
RGB Variations
Color information
#D97AD2 (or 0xD97AD2) is known color: Orchid. HEX triplet: D9, 7A and D2. RGB value is (217,122,210). Sum of RGB (Red+Green+Blue) = 217+122+210=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D97AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97AD2 is #26852D. Grayscale: #A0A0A0. Windows color (decimal): -2524462 or 13794009. OLE color: 13794009.
HSL color Cylindrical-coordinate representation of color #D97AD2: hue angle of 304.42º 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 #D97AD2 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 122 | 210 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.15 |
| HSL | 304.42º | 0.56% | 0.66% | - |
| HSV(B) | 304.42º | 0.44% | 0.85% | - |
| XYZ | 47.21 | 33.32 | 64.92 | - |
| YUV | 160.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 122 | 210 | 0 | 0.44 | 0.03 | 0.15 | 304.42 | 0.56 | 0.66 |
| Hex | D9 | 7A | D2 | 0 | 2C | 3 | F | 130 | 38 | 42 |
| Octal | 331 | 172 | 322 | 0 | 54 | 3 | 17 | 460 | 70 | 102 |
| Binary | 11011001 | 1111010 | 11010010 | 0 | 101100 | 11 | 1111 | 100110000 | 111000 | 1000010 |
Color Harmonies of #D97AD2
Complementary color
Monochromatic Colors of #D97AD2
Black with #D97AD2
Text Example
Text Example
White with #D97AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97AD2; }
p { color: rgb(217,122,210); }
H1.HeaderClassName
{
color: #D97AD2;
}
.AnyTagClassName
{
color: #D97AD2;
}
</style>
background-color css
<style>
a { background-color: #D97AD2; }
a { background-color: rgb(217,122,210); }
div.DivClassName
{
background-color: #D97AD2;
}
.BgClassName
{
background-color: #D97AD2;
}
</style>
border-color css
<style>
span { border-color: #D97AD2; }
span { border-color: rgb(217,122,210); }
td.TdClassName
{
border-color: #D97AD2;
}
.TagClassName
{
border-color: #D97AD2;
}
</style>