Shades of Orchid #D96FBA
Tints of Orchid #D96FBA
RGB
CMYK
RGB Variations
Color information
#D96FBA (or 0xD96FBA) is known color: Orchid. HEX triplet: D9, 6F and BA. RGB value is (217,111,186). Sum of RGB (Red+Green+Blue) = 217+111+186=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FBA is #269045. Grayscale: #979797. Windows color (decimal): -2527302 or 12218329. OLE color: 12218329.
HSL color Cylindrical-coordinate representation of color #D96FBA: hue angle of 317.55º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96FBA is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 186 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.15 |
| HSL | 317.55º | 0.58% | 0.64% | - |
| HSV(B) | 317.55º | 0.49% | 0.85% | - |
| XYZ | 43.16 | 29.67 | 49.91 | - |
| YUV | 151.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 186 | 0 | 0.49 | 0.14 | 0.15 | 317.55 | 0.58 | 0.64 |
| Hex | D9 | 6F | BA | 0 | 31 | E | F | 13E | 3A | 40 |
| Octal | 331 | 157 | 272 | 0 | 61 | 16 | 17 | 476 | 72 | 100 |
| Binary | 11011001 | 1101111 | 10111010 | 0 | 110001 | 1110 | 1111 | 100111110 | 111010 | 1000000 |
Color Harmonies of #D96FBA
Complementary color
Monochromatic Colors of #D96FBA
Black with #D96FBA
Text Example
Text Example
White with #D96FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FBA; }
p { color: rgb(217,111,186); }
H1.HeaderClassName
{
color: #D96FBA;
}
.AnyTagClassName
{
color: #D96FBA;
}
</style>
background-color css
<style>
a { background-color: #D96FBA; }
a { background-color: rgb(217,111,186); }
div.DivClassName
{
background-color: #D96FBA;
}
.BgClassName
{
background-color: #D96FBA;
}
</style>
border-color css
<style>
span { border-color: #D96FBA; }
span { border-color: rgb(217,111,186); }
td.TdClassName
{
border-color: #D96FBA;
}
.TagClassName
{
border-color: #D96FBA;
}
</style>