Shades of Orchid #D96DD9
Tints of Orchid #D96DD9
RGB
CMYK
RGB Variations
Color information
#D96DD9 (or 0xD96DD9) is known color: Orchid. HEX triplet: D9, 6D and D9. RGB value is (217,109,217). Sum of RGB (Red+Green+Blue) = 217+109+217=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 109 (42.97% from 255 or 20.07% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D96DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DD9 is #269226. Grayscale: #999999. Windows color (decimal): -2527783 or 14249433. OLE color: 14249433.
HSL color Cylindrical-coordinate representation of color #D96DD9: hue angle of 300º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96DD9 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 217 | - |
| CMYK | 0 | 0.50 | 0 | 0.15 |
| HSL | 300º | 0.59% | 0.64% | - |
| HSV(B) | 300º | 0.5% | 0.85% | - |
| XYZ | 46.61 | 30.7 | 69.11 | - |
| YUV | 153.6 | 163.78 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 217 | 0 | 0.50 | 0 | 0.15 | 300 | 0.59 | 0.64 |
| Hex | D9 | 6D | D9 | 0 | 32 | 0 | F | 12C | 3B | 40 |
| Octal | 331 | 155 | 331 | 0 | 62 | 0 | 17 | 454 | 73 | 100 |
| Binary | 11011001 | 1101101 | 11011001 | 0 | 110010 | 0 | 1111 | 100101100 | 111011 | 1000000 |
Color Harmonies of #D96DD9
Complementary color
Monochromatic Colors of #D96DD9
Black with #D96DD9
Text Example
Text Example
White with #D96DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96DD9; }
p { color: rgb(217,109,217); }
H1.HeaderClassName
{
color: #D96DD9;
}
.AnyTagClassName
{
color: #D96DD9;
}
</style>
background-color css
<style>
a { background-color: #D96DD9; }
a { background-color: rgb(217,109,217); }
div.DivClassName
{
background-color: #D96DD9;
}
.BgClassName
{
background-color: #D96DD9;
}
</style>
border-color css
<style>
span { border-color: #D96DD9; }
span { border-color: rgb(217,109,217); }
td.TdClassName
{
border-color: #D96DD9;
}
.TagClassName
{
border-color: #D96DD9;
}
</style>