Shades of Orchid #D96BBC
Tints of Orchid #D96BBC
RGB
CMYK
RGB Variations
Color information
#D96BBC (or 0xD96BBC) is known color: Orchid. HEX triplet: D9, 6B and BC. RGB value is (217,107,188). Sum of RGB (Red+Green+Blue) = 217+107+188=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BBC is #269443. Grayscale: #949494. Windows color (decimal): -2528324 or 12348377. OLE color: 12348377.
HSL color Cylindrical-coordinate representation of color #D96BBC: hue angle of 315.82º 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 #D96BBC is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 188 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.15 |
| HSL | 315.82º | 0.59% | 0.64% | - |
| HSV(B) | 315.82º | 0.51% | 0.85% | - |
| XYZ | 42.95 | 28.9 | 50.89 | - |
| YUV | 149.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 188 | 0 | 0.51 | 0.13 | 0.15 | 315.82 | 0.59 | 0.64 |
| Hex | D9 | 6B | BC | 0 | 33 | D | F | 13C | 3B | 40 |
| Octal | 331 | 153 | 274 | 0 | 63 | 15 | 17 | 474 | 73 | 100 |
| Binary | 11011001 | 1101011 | 10111100 | 0 | 110011 | 1101 | 1111 | 100111100 | 111011 | 1000000 |
Color Harmonies of #D96BBC
Complementary color
Monochromatic Colors of #D96BBC
Black with #D96BBC
Text Example
Text Example
White with #D96BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BBC; }
p { color: rgb(217,107,188); }
H1.HeaderClassName
{
color: #D96BBC;
}
.AnyTagClassName
{
color: #D96BBC;
}
</style>
background-color css
<style>
a { background-color: #D96BBC; }
a { background-color: rgb(217,107,188); }
div.DivClassName
{
background-color: #D96BBC;
}
.BgClassName
{
background-color: #D96BBC;
}
</style>
border-color css
<style>
span { border-color: #D96BBC; }
span { border-color: rgb(217,107,188); }
td.TdClassName
{
border-color: #D96BBC;
}
.TagClassName
{
border-color: #D96BBC;
}
</style>