Shades of Orchid #D96DBD
Tints of Orchid #D96DBD
RGB
CMYK
RGB Variations
Color information
#D96DBD (or 0xD96DBD) is known color: Orchid. HEX triplet: D9, 6D and BD. RGB value is (217,109,189). Sum of RGB (Red+Green+Blue) = 217+109+189=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DBD is #269242. Grayscale: #969696. Windows color (decimal): -2527811 or 12414425. OLE color: 12414425.
HSL color Cylindrical-coordinate representation of color #D96DBD: hue angle of 315.56º 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 #D96DBD is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 189 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.15 |
| HSL | 315.56º | 0.59% | 0.64% | - |
| HSV(B) | 315.56º | 0.5% | 0.85% | - |
| XYZ | 43.27 | 29.36 | 51.53 | - |
| YUV | 150.41 | 149.78 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 189 | 0 | 0.50 | 0.13 | 0.15 | 315.56 | 0.59 | 0.64 |
| Hex | D9 | 6D | BD | 0 | 32 | D | F | 13C | 3B | 40 |
| Octal | 331 | 155 | 275 | 0 | 62 | 15 | 17 | 474 | 73 | 100 |
| Binary | 11011001 | 1101101 | 10111101 | 0 | 110010 | 1101 | 1111 | 100111100 | 111011 | 1000000 |
Color Harmonies of #D96DBD
Complementary color
Monochromatic Colors of #D96DBD
Black with #D96DBD
Text Example
Text Example
White with #D96DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96DBD; }
p { color: rgb(217,109,189); }
H1.HeaderClassName
{
color: #D96DBD;
}
.AnyTagClassName
{
color: #D96DBD;
}
</style>
background-color css
<style>
a { background-color: #D96DBD; }
a { background-color: rgb(217,109,189); }
div.DivClassName
{
background-color: #D96DBD;
}
.BgClassName
{
background-color: #D96DBD;
}
</style>
border-color css
<style>
span { border-color: #D96DBD; }
span { border-color: rgb(217,109,189); }
td.TdClassName
{
border-color: #D96DBD;
}
.TagClassName
{
border-color: #D96DBD;
}
</style>