Shades of Orchid #D96DD7
Tints of Orchid #D96DD7
RGB
CMYK
RGB Variations
Color information
#D96DD7 (or 0xD96DD7) is known color: Orchid. HEX triplet: D9, 6D and D7. RGB value is (217,109,215). Sum of RGB (Red+Green+Blue) = 217+109+215=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DD7 is #269228. Grayscale: #999999. Windows color (decimal): -2527785 or 14118361. OLE color: 14118361.
HSL color Cylindrical-coordinate representation of color #D96DD7: hue angle of 301.11º 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 #D96DD7 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 215 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.15 |
| HSL | 301.11º | 0.59% | 0.64% | - |
| HSV(B) | 301.11º | 0.5% | 0.85% | - |
| XYZ | 46.35 | 30.6 | 67.75 | - |
| YUV | 153.38 | 162.78 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 215 | 0 | 0.50 | 0.01 | 0.15 | 301.11 | 0.59 | 0.64 |
| Hex | D9 | 6D | D7 | 0 | 32 | 1 | F | 12D | 3B | 40 |
| Octal | 331 | 155 | 327 | 0 | 62 | 1 | 17 | 455 | 73 | 100 |
| Binary | 11011001 | 1101101 | 11010111 | 0 | 110010 | 1 | 1111 | 100101101 | 111011 | 1000000 |
Color Harmonies of #D96DD7
Complementary color
Monochromatic Colors of #D96DD7
Black with #D96DD7
Text Example
Text Example
White with #D96DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96DD7; }
p { color: rgb(217,109,215); }
H1.HeaderClassName
{
color: #D96DD7;
}
.AnyTagClassName
{
color: #D96DD7;
}
</style>
background-color css
<style>
a { background-color: #D96DD7; }
a { background-color: rgb(217,109,215); }
div.DivClassName
{
background-color: #D96DD7;
}
.BgClassName
{
background-color: #D96DD7;
}
</style>
border-color css
<style>
span { border-color: #D96DD7; }
span { border-color: rgb(217,109,215); }
td.TdClassName
{
border-color: #D96DD7;
}
.TagClassName
{
border-color: #D96DD7;
}
</style>