Shades of Orchid #D97FDB
Tints of Orchid #D97FDB
RGB
CMYK
RGB Variations
Color information
#D97FDB (or 0xD97FDB) is known color: Orchid. HEX triplet: D9, 7F and DB. RGB value is (217,127,219). Sum of RGB (Red+Green+Blue) = 217+127+219=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #D97FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FDB is #268024. Grayscale: #A4A4A4. Windows color (decimal): -2523173 or 14385113. OLE color: 14385113.
HSL color Cylindrical-coordinate representation of color #D97FDB: hue angle of 298.7º 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 #D97FDB is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 127 | 219 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.14 |
| HSL | 298.7º | 0.56% | 0.68% | - |
| HSV(B) | 298.7º | 0.42% | 0.86% | - |
| XYZ | 48.99 | 35.04 | 71.2 | - |
| YUV | 164.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 127 | 219 | 0.01 | 0.42 | 0 | 0.14 | 298.7 | 0.56 | 0.68 |
| Hex | D9 | 7F | DB | 1 | 2A | 0 | E | 12B | 38 | 44 |
| Octal | 331 | 177 | 333 | 1 | 52 | 0 | 16 | 453 | 70 | 104 |
| Binary | 11011001 | 1111111 | 11011011 | 1 | 101010 | 0 | 1110 | 100101011 | 111000 | 1000100 |
Color Harmonies of #D97FDB
Complementary color
Monochromatic Colors of #D97FDB
Black with #D97FDB
Text Example
Text Example
White with #D97FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97FDB; }
p { color: rgb(217,127,219); }
H1.HeaderClassName
{
color: #D97FDB;
}
.AnyTagClassName
{
color: #D97FDB;
}
</style>
background-color css
<style>
a { background-color: #D97FDB; }
a { background-color: rgb(217,127,219); }
div.DivClassName
{
background-color: #D97FDB;
}
.BgClassName
{
background-color: #D97FDB;
}
</style>
border-color css
<style>
span { border-color: #D97FDB; }
span { border-color: rgb(217,127,219); }
td.TdClassName
{
border-color: #D97FDB;
}
.TagClassName
{
border-color: #D97FDB;
}
</style>