Shades of Orchid #D97ADC
Tints of Orchid #D97ADC
RGB
CMYK
RGB Variations
Color information
#D97ADC (or 0xD97ADC) is known color: Orchid. HEX triplet: D9, 7A and DC. RGB value is (217,122,220). Sum of RGB (Red+Green+Blue) = 217+122+220=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 122 (48.05% from 255 or 21.82% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #D97ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ADC is #268523. Grayscale: #A1A1A1. Windows color (decimal): -2524452 or 14449369. OLE color: 14449369.
HSL color Cylindrical-coordinate representation of color #D97ADC: hue angle of 298.16º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D97ADC is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 122 | 220 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.14 |
| HSL | 298.16º | 0.58% | 0.67% | - |
| HSV(B) | 298.16º | 0.45% | 0.86% | - |
| XYZ | 48.49 | 33.84 | 71.69 | - |
| YUV | 161.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 122 | 220 | 0.01 | 0.45 | 0 | 0.14 | 298.16 | 0.58 | 0.67 |
| Hex | D9 | 7A | DC | 1 | 2D | 0 | E | 12A | 3A | 43 |
| Octal | 331 | 172 | 334 | 1 | 55 | 0 | 16 | 452 | 72 | 103 |
| Binary | 11011001 | 1111010 | 11011100 | 1 | 101101 | 0 | 1110 | 100101010 | 111010 | 1000011 |
Color Harmonies of #D97ADC
Complementary color
Monochromatic Colors of #D97ADC
Black with #D97ADC
Text Example
Text Example
White with #D97ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97ADC; }
p { color: rgb(217,122,220); }
H1.HeaderClassName
{
color: #D97ADC;
}
.AnyTagClassName
{
color: #D97ADC;
}
</style>
background-color css
<style>
a { background-color: #D97ADC; }
a { background-color: rgb(217,122,220); }
div.DivClassName
{
background-color: #D97ADC;
}
.BgClassName
{
background-color: #D97ADC;
}
</style>
border-color css
<style>
span { border-color: #D97ADC; }
span { border-color: rgb(217,122,220); }
td.TdClassName
{
border-color: #D97ADC;
}
.TagClassName
{
border-color: #D97ADC;
}
</style>