Shades of Orchid #D97DCD
Tints of Orchid #D97DCD
RGB
CMYK
RGB Variations
Color information
#D97DCD (or 0xD97DCD) is known color: Orchid. HEX triplet: D9, 7D and CD. RGB value is (217,125,205). Sum of RGB (Red+Green+Blue) = 217+125+205=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DCD is #268232. Grayscale: #A1A1A1. Windows color (decimal): -2523699 or 13467097. OLE color: 13467097.
HSL color Cylindrical-coordinate representation of color #D97DCD: hue angle of 307.83º degrees, saturation: 0.55, 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 #D97DCD is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 205 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.15 |
| HSL | 307.83º | 0.55% | 0.67% | - |
| HSV(B) | 307.83º | 0.42% | 0.85% | - |
| XYZ | 46.97 | 33.83 | 61.81 | - |
| YUV | 161.63 | 152.48 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 205 | 0 | 0.42 | 0.06 | 0.15 | 307.83 | 0.55 | 0.67 |
| Hex | D9 | 7D | CD | 0 | 2A | 6 | F | 134 | 37 | 43 |
| Octal | 331 | 175 | 315 | 0 | 52 | 6 | 17 | 464 | 67 | 103 |
| Binary | 11011001 | 1111101 | 11001101 | 0 | 101010 | 110 | 1111 | 100110100 | 110111 | 1000011 |
Color Harmonies of #D97DCD
Complementary color
Monochromatic Colors of #D97DCD
Black with #D97DCD
Text Example
Text Example
White with #D97DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97DCD; }
p { color: rgb(217,125,205); }
H1.HeaderClassName
{
color: #D97DCD;
}
.AnyTagClassName
{
color: #D97DCD;
}
</style>
background-color css
<style>
a { background-color: #D97DCD; }
a { background-color: rgb(217,125,205); }
div.DivClassName
{
background-color: #D97DCD;
}
.BgClassName
{
background-color: #D97DCD;
}
</style>
border-color css
<style>
span { border-color: #D97DCD; }
span { border-color: rgb(217,125,205); }
td.TdClassName
{
border-color: #D97DCD;
}
.TagClassName
{
border-color: #D97DCD;
}
</style>