Shades of Orchid #D96DDF
Tints of Orchid #D96DDF
RGB
CMYK
RGB Variations
Color information
#D96DDF (or 0xD96DDF) is known color: Orchid. HEX triplet: D9, 6D and DF. RGB value is (217,109,223). Sum of RGB (Red+Green+Blue) = 217+109+223=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #D96DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DDF is #269220. Grayscale: #999999. Windows color (decimal): -2527777 or 14642649. OLE color: 14642649.
HSL color Cylindrical-coordinate representation of color #D96DDF: hue angle of 296.84º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96DDF is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 109 | 223 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.13 |
| HSL | 296.84º | 0.64% | 0.65% | - |
| HSV(B) | 296.84º | 0.51% | 0.87% | - |
| XYZ | 47.4 | 31.02 | 73.3 | - |
| YUV | 154.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 223 | 0.03 | 0.51 | 0 | 0.13 | 296.84 | 0.64 | 0.65 |
| Hex | D9 | 6D | DF | 3 | 33 | 0 | D | 129 | 40 | 41 |
| Octal | 331 | 155 | 337 | 3 | 63 | 0 | 15 | 451 | 100 | 101 |
| Binary | 11011001 | 1101101 | 11011111 | 11 | 110011 | 0 | 1101 | 100101001 | 1000000 | 1000001 |
Color Harmonies of #D96DDF
Complementary color
Monochromatic Colors of #D96DDF
Black with #D96DDF
Text Example
Text Example
White with #D96DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96DDF; }
p { color: rgb(217,109,223); }
H1.HeaderClassName
{
color: #D96DDF;
}
.AnyTagClassName
{
color: #D96DDF;
}
</style>
background-color css
<style>
a { background-color: #D96DDF; }
a { background-color: rgb(217,109,223); }
div.DivClassName
{
background-color: #D96DDF;
}
.BgClassName
{
background-color: #D96DDF;
}
</style>
border-color css
<style>
span { border-color: #D96DDF; }
span { border-color: rgb(217,109,223); }
td.TdClassName
{
border-color: #D96DDF;
}
.TagClassName
{
border-color: #D96DDF;
}
</style>