Shades of Orchid #D97ED4
Tints of Orchid #D97ED4
RGB
CMYK
RGB Variations
Color information
#D97ED4 (or 0xD97ED4) is known color: Orchid. HEX triplet: D9, 7E and D4. RGB value is (217,126,212). Sum of RGB (Red+Green+Blue) = 217+126+212=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D97ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ED4 is #26812B. Grayscale: #A2A2A2. Windows color (decimal): -2523436 or 13926105. OLE color: 13926105.
HSL color Cylindrical-coordinate representation of color #D97ED4: hue angle of 303.3º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97ED4 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 126 | 212 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.15 |
| HSL | 303.3º | 0.54% | 0.67% | - |
| HSV(B) | 303.3º | 0.42% | 0.85% | - |
| XYZ | 47.96 | 34.43 | 66.4 | - |
| YUV | 163.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 126 | 212 | 0 | 0.42 | 0.02 | 0.15 | 303.3 | 0.54 | 0.67 |
| Hex | D9 | 7E | D4 | 0 | 2A | 2 | F | 12F | 36 | 43 |
| Octal | 331 | 176 | 324 | 0 | 52 | 2 | 17 | 457 | 66 | 103 |
| Binary | 11011001 | 1111110 | 11010100 | 0 | 101010 | 10 | 1111 | 100101111 | 110110 | 1000011 |
Color Harmonies of #D97ED4
Complementary color
Monochromatic Colors of #D97ED4
Black with #D97ED4
Text Example
Text Example
White with #D97ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97ED4; }
p { color: rgb(217,126,212); }
H1.HeaderClassName
{
color: #D97ED4;
}
.AnyTagClassName
{
color: #D97ED4;
}
</style>
background-color css
<style>
a { background-color: #D97ED4; }
a { background-color: rgb(217,126,212); }
div.DivClassName
{
background-color: #D97ED4;
}
.BgClassName
{
background-color: #D97ED4;
}
</style>
border-color css
<style>
span { border-color: #D97ED4; }
span { border-color: rgb(217,126,212); }
td.TdClassName
{
border-color: #D97ED4;
}
.TagClassName
{
border-color: #D97ED4;
}
</style>