Shades of Orchid #D97DDB
Tints of Orchid #D97DDB
RGB
CMYK
RGB Variations
Color information
#D97DDB (or 0xD97DDB) is known color: Orchid. HEX triplet: D9, 7D and DB. RGB value is (217,125,219). Sum of RGB (Red+Green+Blue) = 217+125+219=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #D97DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DDB is #268224. Grayscale: #A2A2A2. Windows color (decimal): -2523685 or 14384601. OLE color: 14384601.
HSL color Cylindrical-coordinate representation of color #D97DDB: hue angle of 298.72º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97DDB is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 125 | 219 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.14 |
| HSL | 298.72º | 0.57% | 0.67% | - |
| HSV(B) | 298.72º | 0.43% | 0.86% | - |
| XYZ | 48.74 | 34.53 | 71.11 | - |
| YUV | 163.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 219 | 0.01 | 0.43 | 0 | 0.14 | 298.72 | 0.57 | 0.67 |
| Hex | D9 | 7D | DB | 1 | 2B | 0 | E | 12B | 39 | 43 |
| Octal | 331 | 175 | 333 | 1 | 53 | 0 | 16 | 453 | 71 | 103 |
| Binary | 11011001 | 1111101 | 11011011 | 1 | 101011 | 0 | 1110 | 100101011 | 111001 | 1000011 |
Color Harmonies of #D97DDB
Complementary color
Monochromatic Colors of #D97DDB
Black with #D97DDB
Text Example
Text Example
White with #D97DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97DDB; }
p { color: rgb(217,125,219); }
H1.HeaderClassName
{
color: #D97DDB;
}
.AnyTagClassName
{
color: #D97DDB;
}
</style>
background-color css
<style>
a { background-color: #D97DDB; }
a { background-color: rgb(217,125,219); }
div.DivClassName
{
background-color: #D97DDB;
}
.BgClassName
{
background-color: #D97DDB;
}
</style>
border-color css
<style>
span { border-color: #D97DDB; }
span { border-color: rgb(217,125,219); }
td.TdClassName
{
border-color: #D97DDB;
}
.TagClassName
{
border-color: #D97DDB;
}
</style>