Shades of Orchid #D96ABB
Tints of Orchid #D96ABB
RGB
CMYK
RGB Variations
Color information
#D96ABB (or 0xD96ABB) is known color: Orchid. HEX triplet: D9, 6A and BB. RGB value is (217,106,187). Sum of RGB (Red+Green+Blue) = 217+106+187=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D96ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ABB is #269544. Grayscale: #949494. Windows color (decimal): -2528581 or 12282585. OLE color: 12282585.
HSL color Cylindrical-coordinate representation of color #D96ABB: hue angle of 316.22º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96ABB is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 187 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.15 |
| HSL | 316.22º | 0.59% | 0.63% | - |
| HSV(B) | 316.22º | 0.51% | 0.85% | - |
| XYZ | 42.74 | 28.65 | 50.29 | - |
| YUV | 148.42 | 149.77 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 187 | 0 | 0.51 | 0.14 | 0.15 | 316.22 | 0.59 | 0.63 |
| Hex | D9 | 6A | BB | 0 | 33 | E | F | 13C | 3B | 3F |
| Octal | 331 | 152 | 273 | 0 | 63 | 16 | 17 | 474 | 73 | 77 |
| Binary | 11011001 | 1101010 | 10111011 | 0 | 110011 | 1110 | 1111 | 100111100 | 111011 | 111111 |
Color Harmonies of #D96ABB
Complementary color
Monochromatic Colors of #D96ABB
Black with #D96ABB
Text Example
Text Example
White with #D96ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96ABB; }
p { color: rgb(217,106,187); }
H1.HeaderClassName
{
color: #D96ABB;
}
.AnyTagClassName
{
color: #D96ABB;
}
</style>
background-color css
<style>
a { background-color: #D96ABB; }
a { background-color: rgb(217,106,187); }
div.DivClassName
{
background-color: #D96ABB;
}
.BgClassName
{
background-color: #D96ABB;
}
</style>
border-color css
<style>
span { border-color: #D96ABB; }
span { border-color: rgb(217,106,187); }
td.TdClassName
{
border-color: #D96ABB;
}
.TagClassName
{
border-color: #D96ABB;
}
</style>