Shades of Orchid #D96BBB
Tints of Orchid #D96BBB
RGB
CMYK
RGB Variations
Color information
#D96BBB (or 0xD96BBB) is known color: Orchid. HEX triplet: D9, 6B and BB. RGB value is (217,107,187). Sum of RGB (Red+Green+Blue) = 217+107+187=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BBB is #269444. Grayscale: #949494. Windows color (decimal): -2528325 or 12282841. OLE color: 12282841.
HSL color Cylindrical-coordinate representation of color #D96BBB: hue angle of 316.36º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96BBB is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 187 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.15 |
| HSL | 316.36º | 0.59% | 0.64% | - |
| HSV(B) | 316.36º | 0.51% | 0.85% | - |
| XYZ | 42.84 | 28.85 | 50.33 | - |
| YUV | 149.01 | 149.44 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 187 | 0 | 0.51 | 0.14 | 0.15 | 316.36 | 0.59 | 0.64 |
| Hex | D9 | 6B | BB | 0 | 33 | E | F | 13C | 3B | 40 |
| Octal | 331 | 153 | 273 | 0 | 63 | 16 | 17 | 474 | 73 | 100 |
| Binary | 11011001 | 1101011 | 10111011 | 0 | 110011 | 1110 | 1111 | 100111100 | 111011 | 1000000 |
Color Harmonies of #D96BBB
Complementary color
Monochromatic Colors of #D96BBB
Black with #D96BBB
Text Example
Text Example
White with #D96BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BBB; }
p { color: rgb(217,107,187); }
H1.HeaderClassName
{
color: #D96BBB;
}
.AnyTagClassName
{
color: #D96BBB;
}
</style>
background-color css
<style>
a { background-color: #D96BBB; }
a { background-color: rgb(217,107,187); }
div.DivClassName
{
background-color: #D96BBB;
}
.BgClassName
{
background-color: #D96BBB;
}
</style>
border-color css
<style>
span { border-color: #D96BBB; }
span { border-color: rgb(217,107,187); }
td.TdClassName
{
border-color: #D96BBB;
}
.TagClassName
{
border-color: #D96BBB;
}
</style>