Shades of Orchid #D96ECC
Tints of Orchid #D96ECC
RGB
CMYK
RGB Variations
Color information
#D96ECC (or 0xD96ECC) is known color: Orchid. HEX triplet: D9, 6E and CC. RGB value is (217,110,204). Sum of RGB (Red+Green+Blue) = 217+110+204=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D96ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ECC is #269133. Grayscale: #989898. Windows color (decimal): -2527540 or 13397721. OLE color: 13397721.
HSL color Cylindrical-coordinate representation of color #D96ECC: hue angle of 307.29º 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 #D96ECC is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 204 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.15 |
| HSL | 307.29º | 0.58% | 0.64% | - |
| HSV(B) | 307.29º | 0.49% | 0.85% | - |
| XYZ | 45.09 | 30.26 | 60.59 | - |
| YUV | 152.71 | 156.95 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 204 | 0 | 0.49 | 0.06 | 0.15 | 307.29 | 0.58 | 0.64 |
| Hex | D9 | 6E | CC | 0 | 31 | 6 | F | 133 | 3A | 40 |
| Octal | 331 | 156 | 314 | 0 | 61 | 6 | 17 | 463 | 72 | 100 |
| Binary | 11011001 | 1101110 | 11001100 | 0 | 110001 | 110 | 1111 | 100110011 | 111010 | 1000000 |
Color Harmonies of #D96ECC
Complementary color
Monochromatic Colors of #D96ECC
Black with #D96ECC
Text Example
Text Example
White with #D96ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96ECC; }
p { color: rgb(217,110,204); }
H1.HeaderClassName
{
color: #D96ECC;
}
.AnyTagClassName
{
color: #D96ECC;
}
</style>
background-color css
<style>
a { background-color: #D96ECC; }
a { background-color: rgb(217,110,204); }
div.DivClassName
{
background-color: #D96ECC;
}
.BgClassName
{
background-color: #D96ECC;
}
</style>
border-color css
<style>
span { border-color: #D96ECC; }
span { border-color: rgb(217,110,204); }
td.TdClassName
{
border-color: #D96ECC;
}
.TagClassName
{
border-color: #D96ECC;
}
</style>