Shades of Orchid #D96BC6
Tints of Orchid #D96BC6
RGB
CMYK
RGB Variations
Color information
#D96BC6 (or 0xD96BC6) is known color: Orchid. HEX triplet: D9, 6B and C6. RGB value is (217,107,198). Sum of RGB (Red+Green+Blue) = 217+107+198=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BC6 is #269439. Grayscale: #969696. Windows color (decimal): -2528314 or 13003737. OLE color: 13003737.
HSL color Cylindrical-coordinate representation of color #D96BC6: hue angle of 310.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 #D96BC6 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 198 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.15 |
| HSL | 310.36º | 0.59% | 0.64% | - |
| HSV(B) | 310.36º | 0.51% | 0.85% | - |
| XYZ | 44.07 | 29.34 | 56.77 | - |
| YUV | 150.26 | 154.94 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 198 | 0 | 0.51 | 0.09 | 0.15 | 310.36 | 0.59 | 0.64 |
| Hex | D9 | 6B | C6 | 0 | 33 | 9 | F | 136 | 3B | 40 |
| Octal | 331 | 153 | 306 | 0 | 63 | 11 | 17 | 466 | 73 | 100 |
| Binary | 11011001 | 1101011 | 11000110 | 0 | 110011 | 1001 | 1111 | 100110110 | 111011 | 1000000 |
Color Harmonies of #D96BC6
Complementary color
Monochromatic Colors of #D96BC6
Black with #D96BC6
Text Example
Text Example
White with #D96BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BC6; }
p { color: rgb(217,107,198); }
H1.HeaderClassName
{
color: #D96BC6;
}
.AnyTagClassName
{
color: #D96BC6;
}
</style>
background-color css
<style>
a { background-color: #D96BC6; }
a { background-color: rgb(217,107,198); }
div.DivClassName
{
background-color: #D96BC6;
}
.BgClassName
{
background-color: #D96BC6;
}
</style>
border-color css
<style>
span { border-color: #D96BC6; }
span { border-color: rgb(217,107,198); }
td.TdClassName
{
border-color: #D96BC6;
}
.TagClassName
{
border-color: #D96BC6;
}
</style>