Shades of Orchid #D97EDB
Tints of Orchid #D97EDB
RGB
CMYK
RGB Variations
Color information
#D97EDB (or 0xD97EDB) is known color: Orchid. HEX triplet: D9, 7E and DB. RGB value is (217,126,219). Sum of RGB (Red+Green+Blue) = 217+126+219=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #D97EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97EDB is #268124. Grayscale: #A3A3A3. Windows color (decimal): -2523429 or 14384857. OLE color: 14384857.
HSL color Cylindrical-coordinate representation of color #D97EDB: hue angle of 298.71º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97EDB is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 126 | 219 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.14 |
| HSL | 298.71º | 0.56% | 0.68% | - |
| HSV(B) | 298.71º | 0.42% | 0.86% | - |
| XYZ | 48.86 | 34.79 | 71.16 | - |
| YUV | 163.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 126 | 219 | 0.01 | 0.42 | 0 | 0.14 | 298.71 | 0.56 | 0.68 |
| Hex | D9 | 7E | DB | 1 | 2A | 0 | E | 12B | 38 | 44 |
| Octal | 331 | 176 | 333 | 1 | 52 | 0 | 16 | 453 | 70 | 104 |
| Binary | 11011001 | 1111110 | 11011011 | 1 | 101010 | 0 | 1110 | 100101011 | 111000 | 1000100 |
Color Harmonies of #D97EDB
Complementary color
Monochromatic Colors of #D97EDB
Black with #D97EDB
Text Example
Text Example
White with #D97EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97EDB; }
p { color: rgb(217,126,219); }
H1.HeaderClassName
{
color: #D97EDB;
}
.AnyTagClassName
{
color: #D97EDB;
}
</style>
background-color css
<style>
a { background-color: #D97EDB; }
a { background-color: rgb(217,126,219); }
div.DivClassName
{
background-color: #D97EDB;
}
.BgClassName
{
background-color: #D97EDB;
}
</style>
border-color css
<style>
span { border-color: #D97EDB; }
span { border-color: rgb(217,126,219); }
td.TdClassName
{
border-color: #D97EDB;
}
.TagClassName
{
border-color: #D97EDB;
}
</style>