Shades of Orchid #D96DBB
Tints of Orchid #D96DBB
RGB
CMYK
RGB Variations
Color information
#D96DBB (or 0xD96DBB) is known color: Orchid. HEX triplet: D9, 6D and BB. RGB value is (217,109,187). Sum of RGB (Red+Green+Blue) = 217+109+187=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DBB is #269244. Grayscale: #959595. Windows color (decimal): -2527813 or 12283353. OLE color: 12283353.
HSL color Cylindrical-coordinate representation of color #D96DBB: hue angle of 316.67º 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 #D96DBB is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 187 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.15 |
| HSL | 316.67º | 0.59% | 0.64% | - |
| HSV(B) | 316.67º | 0.5% | 0.85% | - |
| XYZ | 43.05 | 29.28 | 50.4 | - |
| YUV | 150.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 187 | 0 | 0.50 | 0.14 | 0.15 | 316.67 | 0.59 | 0.64 |
| Hex | D9 | 6D | BB | 0 | 32 | E | F | 13D | 3B | 40 |
| Octal | 331 | 155 | 273 | 0 | 62 | 16 | 17 | 475 | 73 | 100 |
| Binary | 11011001 | 1101101 | 10111011 | 0 | 110010 | 1110 | 1111 | 100111101 | 111011 | 1000000 |
Color Harmonies of #D96DBB
Complementary color
Monochromatic Colors of #D96DBB
Black with #D96DBB
Text Example
Text Example
White with #D96DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96DBB; }
p { color: rgb(217,109,187); }
H1.HeaderClassName
{
color: #D96DBB;
}
.AnyTagClassName
{
color: #D96DBB;
}
</style>
background-color css
<style>
a { background-color: #D96DBB; }
a { background-color: rgb(217,109,187); }
div.DivClassName
{
background-color: #D96DBB;
}
.BgClassName
{
background-color: #D96DBB;
}
</style>
border-color css
<style>
span { border-color: #D96DBB; }
span { border-color: rgb(217,109,187); }
td.TdClassName
{
border-color: #D96DBB;
}
.TagClassName
{
border-color: #D96DBB;
}
</style>