Shades of Orchid #D96DC7
Tints of Orchid #D96DC7
RGB
CMYK
RGB Variations
Color information
#D96DC7 (or 0xD96DC7) is known color: Orchid. HEX triplet: D9, 6D and C7. RGB value is (217,109,199). Sum of RGB (Red+Green+Blue) = 217+109+199=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DC7 is #269238. Grayscale: #979797. Windows color (decimal): -2527801 or 13069785. OLE color: 13069785.
HSL color Cylindrical-coordinate representation of color #D96DC7: hue angle of 310º 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 #D96DC7 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 199 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.15 |
| HSL | 310º | 0.59% | 0.64% | - |
| HSV(B) | 310º | 0.5% | 0.85% | - |
| XYZ | 44.39 | 29.81 | 57.45 | - |
| YUV | 151.55 | 154.78 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 199 | 0 | 0.50 | 0.08 | 0.15 | 310 | 0.59 | 0.64 |
| Hex | D9 | 6D | C7 | 0 | 32 | 8 | F | 136 | 3B | 40 |
| Octal | 331 | 155 | 307 | 0 | 62 | 10 | 17 | 466 | 73 | 100 |
| Binary | 11011001 | 1101101 | 11000111 | 0 | 110010 | 1000 | 1111 | 100110110 | 111011 | 1000000 |
Color Harmonies of #D96DC7
Complementary color
Monochromatic Colors of #D96DC7
Black with #D96DC7
Text Example
Text Example
White with #D96DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96DC7; }
p { color: rgb(217,109,199); }
H1.HeaderClassName
{
color: #D96DC7;
}
.AnyTagClassName
{
color: #D96DC7;
}
</style>
background-color css
<style>
a { background-color: #D96DC7; }
a { background-color: rgb(217,109,199); }
div.DivClassName
{
background-color: #D96DC7;
}
.BgClassName
{
background-color: #D96DC7;
}
</style>
border-color css
<style>
span { border-color: #D96DC7; }
span { border-color: rgb(217,109,199); }
td.TdClassName
{
border-color: #D96DC7;
}
.TagClassName
{
border-color: #D96DC7;
}
</style>