Shades of Orchid #D96DD5
Tints of Orchid #D96DD5
RGB
CMYK
RGB Variations
Color information
#D96DD5 (or 0xD96DD5) is known color: Orchid. HEX triplet: D9, 6D and D5. RGB value is (217,109,213). Sum of RGB (Red+Green+Blue) = 217+109+213=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DD5 is #26922A. Grayscale: #989898. Windows color (decimal): -2527787 or 13987289. OLE color: 13987289.
HSL color Cylindrical-coordinate representation of color #D96DD5: hue angle of 302.22º 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 #D96DD5 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 213 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.15 |
| HSL | 302.22º | 0.59% | 0.64% | - |
| HSV(B) | 302.22º | 0.5% | 0.85% | - |
| XYZ | 46.09 | 30.49 | 66.41 | - |
| YUV | 153.15 | 161.78 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 213 | 0 | 0.50 | 0.02 | 0.15 | 302.22 | 0.59 | 0.64 |
| Hex | D9 | 6D | D5 | 0 | 32 | 2 | F | 12E | 3B | 40 |
| Octal | 331 | 155 | 325 | 0 | 62 | 2 | 17 | 456 | 73 | 100 |
| Binary | 11011001 | 1101101 | 11010101 | 0 | 110010 | 10 | 1111 | 100101110 | 111011 | 1000000 |
Color Harmonies of #D96DD5
Complementary color
Monochromatic Colors of #D96DD5
Black with #D96DD5
Text Example
Text Example
White with #D96DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96DD5; }
p { color: rgb(217,109,213); }
H1.HeaderClassName
{
color: #D96DD5;
}
.AnyTagClassName
{
color: #D96DD5;
}
</style>
background-color css
<style>
a { background-color: #D96DD5; }
a { background-color: rgb(217,109,213); }
div.DivClassName
{
background-color: #D96DD5;
}
.BgClassName
{
background-color: #D96DD5;
}
</style>
border-color css
<style>
span { border-color: #D96DD5; }
span { border-color: rgb(217,109,213); }
td.TdClassName
{
border-color: #D96DD5;
}
.TagClassName
{
border-color: #D96DD5;
}
</style>