Shades of Orchid #D96FBC
Tints of Orchid #D96FBC
RGB
CMYK
RGB Variations
Color information
#D96FBC (or 0xD96FBC) is known color: Orchid. HEX triplet: D9, 6F and BC. RGB value is (217,111,188). Sum of RGB (Red+Green+Blue) = 217+111+188=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FBC is #269043. Grayscale: #979797. Windows color (decimal): -2527300 or 12349401. OLE color: 12349401.
HSL color Cylindrical-coordinate representation of color #D96FBC: hue angle of 316.42º 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 #D96FBC is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 188 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.15 |
| HSL | 316.42º | 0.58% | 0.64% | - |
| HSV(B) | 316.42º | 0.49% | 0.85% | - |
| XYZ | 43.38 | 29.75 | 51.03 | - |
| YUV | 151.47 | 148.62 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 188 | 0 | 0.49 | 0.13 | 0.15 | 316.42 | 0.58 | 0.64 |
| Hex | D9 | 6F | BC | 0 | 31 | D | F | 13C | 3A | 40 |
| Octal | 331 | 157 | 274 | 0 | 61 | 15 | 17 | 474 | 72 | 100 |
| Binary | 11011001 | 1101111 | 10111100 | 0 | 110001 | 1101 | 1111 | 100111100 | 111010 | 1000000 |
Color Harmonies of #D96FBC
Complementary color
Monochromatic Colors of #D96FBC
Black with #D96FBC
Text Example
Text Example
White with #D96FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FBC; }
p { color: rgb(217,111,188); }
H1.HeaderClassName
{
color: #D96FBC;
}
.AnyTagClassName
{
color: #D96FBC;
}
</style>
background-color css
<style>
a { background-color: #D96FBC; }
a { background-color: rgb(217,111,188); }
div.DivClassName
{
background-color: #D96FBC;
}
.BgClassName
{
background-color: #D96FBC;
}
</style>
border-color css
<style>
span { border-color: #D96FBC; }
span { border-color: rgb(217,111,188); }
td.TdClassName
{
border-color: #D96FBC;
}
.TagClassName
{
border-color: #D96FBC;
}
</style>