Shades of Orchid #D96ABF
Tints of Orchid #D96ABF
RGB
CMYK
RGB Variations
Color information
#D96ABF (or 0xD96ABF) is known color: Orchid. HEX triplet: D9, 6A and BF. RGB value is (217,106,191). Sum of RGB (Red+Green+Blue) = 217+106+191=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D96ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ABF is #269540. Grayscale: #949494. Windows color (decimal): -2528577 or 12544729. OLE color: 12544729.
HSL color Cylindrical-coordinate representation of color #D96ABF: hue angle of 314.05º 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 #D96ABF is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 191 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.15 |
| HSL | 314.05º | 0.59% | 0.63% | - |
| HSV(B) | 314.05º | 0.51% | 0.85% | - |
| XYZ | 43.17 | 28.82 | 52.58 | - |
| YUV | 148.88 | 151.77 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 191 | 0 | 0.51 | 0.12 | 0.15 | 314.05 | 0.59 | 0.63 |
| Hex | D9 | 6A | BF | 0 | 33 | C | F | 13A | 3B | 3F |
| Octal | 331 | 152 | 277 | 0 | 63 | 14 | 17 | 472 | 73 | 77 |
| Binary | 11011001 | 1101010 | 10111111 | 0 | 110011 | 1100 | 1111 | 100111010 | 111011 | 111111 |
Color Harmonies of #D96ABF
Complementary color
Monochromatic Colors of #D96ABF
Black with #D96ABF
Text Example
Text Example
White with #D96ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96ABF; }
p { color: rgb(217,106,191); }
H1.HeaderClassName
{
color: #D96ABF;
}
.AnyTagClassName
{
color: #D96ABF;
}
</style>
background-color css
<style>
a { background-color: #D96ABF; }
a { background-color: rgb(217,106,191); }
div.DivClassName
{
background-color: #D96ABF;
}
.BgClassName
{
background-color: #D96ABF;
}
</style>
border-color css
<style>
span { border-color: #D96ABF; }
span { border-color: rgb(217,106,191); }
td.TdClassName
{
border-color: #D96ABF;
}
.TagClassName
{
border-color: #D96ABF;
}
</style>