Shades of Orchid #D96DBE
Tints of Orchid #D96DBE
RGB
CMYK
RGB Variations
Color information
#D96DBE (or 0xD96DBE) is known color: Orchid. HEX triplet: D9, 6D and BE. RGB value is (217,109,190). Sum of RGB (Red+Green+Blue) = 217+109+190=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DBE is #269241. Grayscale: #969696. Windows color (decimal): -2527810 or 12479961. OLE color: 12479961.
HSL color Cylindrical-coordinate representation of color #D96DBE: hue angle of 315º 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 #D96DBE is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 190 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.15 |
| HSL | 315º | 0.59% | 0.64% | - |
| HSV(B) | 315º | 0.5% | 0.85% | - |
| XYZ | 43.38 | 29.41 | 52.1 | - |
| YUV | 150.53 | 150.28 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 190 | 0 | 0.50 | 0.12 | 0.15 | 315 | 0.59 | 0.64 |
| Hex | D9 | 6D | BE | 0 | 32 | C | F | 13B | 3B | 40 |
| Octal | 331 | 155 | 276 | 0 | 62 | 14 | 17 | 473 | 73 | 100 |
| Binary | 11011001 | 1101101 | 10111110 | 0 | 110010 | 1100 | 1111 | 100111011 | 111011 | 1000000 |
Color Harmonies of #D96DBE
Complementary color
Monochromatic Colors of #D96DBE
Black with #D96DBE
Text Example
Text Example
White with #D96DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96DBE; }
p { color: rgb(217,109,190); }
H1.HeaderClassName
{
color: #D96DBE;
}
.AnyTagClassName
{
color: #D96DBE;
}
</style>
background-color css
<style>
a { background-color: #D96DBE; }
a { background-color: rgb(217,109,190); }
div.DivClassName
{
background-color: #D96DBE;
}
.BgClassName
{
background-color: #D96DBE;
}
</style>
border-color css
<style>
span { border-color: #D96DBE; }
span { border-color: rgb(217,109,190); }
td.TdClassName
{
border-color: #D96DBE;
}
.TagClassName
{
border-color: #D96DBE;
}
</style>