Shades of Orchid #D97BDD
Tints of Orchid #D97BDD
RGB
CMYK
RGB Variations
Color information
#D97BDD (or 0xD97BDD) is known color: Orchid. HEX triplet: D9, 7B and DD. RGB value is (217,123,221). Sum of RGB (Red+Green+Blue) = 217+123+221=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #D97BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97BDD is #268422. Grayscale: #A1A1A1. Windows color (decimal): -2524195 or 14515161. OLE color: 14515161.
HSL color Cylindrical-coordinate representation of color #D97BDD: hue angle of 297.55º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97BDD is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 123 | 221 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.13 |
| HSL | 297.55º | 0.59% | 0.67% | - |
| HSV(B) | 297.55º | 0.44% | 0.87% | - |
| XYZ | 48.75 | 34.14 | 72.43 | - |
| YUV | 162.28 | 161.14 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 221 | 0.02 | 0.44 | 0 | 0.13 | 297.55 | 0.59 | 0.67 |
| Hex | D9 | 7B | DD | 2 | 2C | 0 | D | 12A | 3B | 43 |
| Octal | 331 | 173 | 335 | 2 | 54 | 0 | 15 | 452 | 73 | 103 |
| Binary | 11011001 | 1111011 | 11011101 | 10 | 101100 | 0 | 1101 | 100101010 | 111011 | 1000011 |
Color Harmonies of #D97BDD
Complementary color
Monochromatic Colors of #D97BDD
Black with #D97BDD
Text Example
Text Example
White with #D97BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97BDD; }
p { color: rgb(217,123,221); }
H1.HeaderClassName
{
color: #D97BDD;
}
.AnyTagClassName
{
color: #D97BDD;
}
</style>
background-color css
<style>
a { background-color: #D97BDD; }
a { background-color: rgb(217,123,221); }
div.DivClassName
{
background-color: #D97BDD;
}
.BgClassName
{
background-color: #D97BDD;
}
</style>
border-color css
<style>
span { border-color: #D97BDD; }
span { border-color: rgb(217,123,221); }
td.TdClassName
{
border-color: #D97BDD;
}
.TagClassName
{
border-color: #D97BDD;
}
</style>