Shades of Orchid #D96EC3
Tints of Orchid #D96EC3
RGB
CMYK
RGB Variations
Color information
#D96EC3 (or 0xD96EC3) is known color: Orchid. HEX triplet: D9, 6E and C3. RGB value is (217,110,195). Sum of RGB (Red+Green+Blue) = 217+110+195=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D96EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96EC3 is #26913C. Grayscale: #979797. Windows color (decimal): -2527549 or 12807897. OLE color: 12807897.
HSL color Cylindrical-coordinate representation of color #D96EC3: hue angle of 312.34º 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 #D96EC3 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 195 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.15 |
| HSL | 312.34º | 0.58% | 0.64% | - |
| HSV(B) | 312.34º | 0.49% | 0.85% | - |
| XYZ | 44.04 | 29.84 | 55.07 | - |
| YUV | 151.68 | 152.45 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 195 | 0 | 0.49 | 0.10 | 0.15 | 312.34 | 0.58 | 0.64 |
| Hex | D9 | 6E | C3 | 0 | 31 | A | F | 138 | 3A | 40 |
| Octal | 331 | 156 | 303 | 0 | 61 | 12 | 17 | 470 | 72 | 100 |
| Binary | 11011001 | 1101110 | 11000011 | 0 | 110001 | 1010 | 1111 | 100111000 | 111010 | 1000000 |
Color Harmonies of #D96EC3
Complementary color
Monochromatic Colors of #D96EC3
Black with #D96EC3
Text Example
Text Example
White with #D96EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96EC3; }
p { color: rgb(217,110,195); }
H1.HeaderClassName
{
color: #D96EC3;
}
.AnyTagClassName
{
color: #D96EC3;
}
</style>
background-color css
<style>
a { background-color: #D96EC3; }
a { background-color: rgb(217,110,195); }
div.DivClassName
{
background-color: #D96EC3;
}
.BgClassName
{
background-color: #D96EC3;
}
</style>
border-color css
<style>
span { border-color: #D96EC3; }
span { border-color: rgb(217,110,195); }
td.TdClassName
{
border-color: #D96EC3;
}
.TagClassName
{
border-color: #D96EC3;
}
</style>