Shades of Orchid #D97CDD
Tints of Orchid #D97CDD
RGB
CMYK
RGB Variations
Color information
#D97CDD (or 0xD97CDD) is known color: Orchid. HEX triplet: D9, 7C and DD. RGB value is (217,124,221). Sum of RGB (Red+Green+Blue) = 217+124+221=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #D97CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97CDD is #268322. Grayscale: #A2A2A2. Windows color (decimal): -2523939 or 14515417. OLE color: 14515417.
HSL color Cylindrical-coordinate representation of color #D97CDD: hue angle of 297.53º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97CDD is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 124 | 221 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.13 |
| HSL | 297.53º | 0.59% | 0.68% | - |
| HSV(B) | 297.53º | 0.44% | 0.87% | - |
| XYZ | 48.87 | 34.39 | 72.47 | - |
| YUV | 162.87 | 160.81 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 221 | 0.02 | 0.44 | 0 | 0.13 | 297.53 | 0.59 | 0.68 |
| Hex | D9 | 7C | DD | 2 | 2C | 0 | D | 12A | 3B | 44 |
| Octal | 331 | 174 | 335 | 2 | 54 | 0 | 15 | 452 | 73 | 104 |
| Binary | 11011001 | 1111100 | 11011101 | 10 | 101100 | 0 | 1101 | 100101010 | 111011 | 1000100 |
Color Harmonies of #D97CDD
Complementary color
Monochromatic Colors of #D97CDD
Black with #D97CDD
Text Example
Text Example
White with #D97CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97CDD; }
p { color: rgb(217,124,221); }
H1.HeaderClassName
{
color: #D97CDD;
}
.AnyTagClassName
{
color: #D97CDD;
}
</style>
background-color css
<style>
a { background-color: #D97CDD; }
a { background-color: rgb(217,124,221); }
div.DivClassName
{
background-color: #D97CDD;
}
.BgClassName
{
background-color: #D97CDD;
}
</style>
border-color css
<style>
span { border-color: #D97CDD; }
span { border-color: rgb(217,124,221); }
td.TdClassName
{
border-color: #D97CDD;
}
.TagClassName
{
border-color: #D97CDD;
}
</style>