Shades of Orchid #D96DD0
Tints of Orchid #D96DD0
RGB
CMYK
RGB Variations
Color information
#D96DD0 (or 0xD96DD0) is known color: Orchid. HEX triplet: D9, 6D and D0. RGB value is (217,109,208). Sum of RGB (Red+Green+Blue) = 217+109+208=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DD0 is #26922F. Grayscale: #989898. Windows color (decimal): -2527792 or 13659609. OLE color: 13659609.
HSL color Cylindrical-coordinate representation of color #D96DD0: hue angle of 305º 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 #D96DD0 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 208 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.15 |
| HSL | 305º | 0.59% | 0.64% | - |
| HSV(B) | 305º | 0.5% | 0.85% | - |
| XYZ | 45.47 | 30.24 | 63.12 | - |
| YUV | 152.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 208 | 0 | 0.50 | 0.04 | 0.15 | 305 | 0.59 | 0.64 |
| Hex | D9 | 6D | D0 | 0 | 32 | 4 | F | 131 | 3B | 40 |
| Octal | 331 | 155 | 320 | 0 | 62 | 4 | 17 | 461 | 73 | 100 |
| Binary | 11011001 | 1101101 | 11010000 | 0 | 110010 | 100 | 1111 | 100110001 | 111011 | 1000000 |
Color Harmonies of #D96DD0
Complementary color
Monochromatic Colors of #D96DD0
Black with #D96DD0
Text Example
Text Example
White with #D96DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96DD0; }
p { color: rgb(217,109,208); }
H1.HeaderClassName
{
color: #D96DD0;
}
.AnyTagClassName
{
color: #D96DD0;
}
</style>
background-color css
<style>
a { background-color: #D96DD0; }
a { background-color: rgb(217,109,208); }
div.DivClassName
{
background-color: #D96DD0;
}
.BgClassName
{
background-color: #D96DD0;
}
</style>
border-color css
<style>
span { border-color: #D96DD0; }
span { border-color: rgb(217,109,208); }
td.TdClassName
{
border-color: #D96DD0;
}
.TagClassName
{
border-color: #D96DD0;
}
</style>