Shades of Orchid #D96DDB
Tints of Orchid #D96DDB
RGB
CMYK
RGB Variations
Color information
#D96DDB (or 0xD96DDB) is known color: Orchid. HEX triplet: D9, 6D and DB. RGB value is (217,109,219). Sum of RGB (Red+Green+Blue) = 217+109+219=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #D96DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DDB is #269224. Grayscale: #999999. Windows color (decimal): -2527781 or 14380505. OLE color: 14380505.
HSL color Cylindrical-coordinate representation of color #D96DDB: hue angle of 298.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96DDB is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 109 | 219 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.14 |
| HSL | 298.91º | 0.6% | 0.64% | - |
| HSV(B) | 298.91º | 0.5% | 0.86% | - |
| XYZ | 46.87 | 30.8 | 70.49 | - |
| YUV | 153.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 219 | 0.01 | 0.50 | 0 | 0.14 | 298.91 | 0.6 | 0.64 |
| Hex | D9 | 6D | DB | 1 | 32 | 0 | E | 12B | 3C | 40 |
| Octal | 331 | 155 | 333 | 1 | 62 | 0 | 16 | 453 | 74 | 100 |
| Binary | 11011001 | 1101101 | 11011011 | 1 | 110010 | 0 | 1110 | 100101011 | 111100 | 1000000 |
Color Harmonies of #D96DDB
Complementary color
Monochromatic Colors of #D96DDB
Black with #D96DDB
Text Example
Text Example
White with #D96DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96DDB; }
p { color: rgb(217,109,219); }
H1.HeaderClassName
{
color: #D96DDB;
}
.AnyTagClassName
{
color: #D96DDB;
}
</style>
background-color css
<style>
a { background-color: #D96DDB; }
a { background-color: rgb(217,109,219); }
div.DivClassName
{
background-color: #D96DDB;
}
.BgClassName
{
background-color: #D96DDB;
}
</style>
border-color css
<style>
span { border-color: #D96DDB; }
span { border-color: rgb(217,109,219); }
td.TdClassName
{
border-color: #D96DDB;
}
.TagClassName
{
border-color: #D96DDB;
}
</style>