Shades of Orchid #D96ECE
Tints of Orchid #D96ECE
RGB
CMYK
RGB Variations
Color information
#D96ECE (or 0xD96ECE) is known color: Orchid. HEX triplet: D9, 6E and CE. RGB value is (217,110,206). Sum of RGB (Red+Green+Blue) = 217+110+206=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D96ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ECE is #269131. Grayscale: #989898. Windows color (decimal): -2527538 or 13528793. OLE color: 13528793.
HSL color Cylindrical-coordinate representation of color #D96ECE: hue angle of 306.17º 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 #D96ECE is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 206 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.15 |
| HSL | 306.17º | 0.58% | 0.64% | - |
| HSV(B) | 306.17º | 0.49% | 0.85% | - |
| XYZ | 45.33 | 30.36 | 61.86 | - |
| YUV | 152.94 | 157.95 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 206 | 0 | 0.49 | 0.05 | 0.15 | 306.17 | 0.58 | 0.64 |
| Hex | D9 | 6E | CE | 0 | 31 | 5 | F | 132 | 3A | 40 |
| Octal | 331 | 156 | 316 | 0 | 61 | 5 | 17 | 462 | 72 | 100 |
| Binary | 11011001 | 1101110 | 11001110 | 0 | 110001 | 101 | 1111 | 100110010 | 111010 | 1000000 |
Color Harmonies of #D96ECE
Complementary color
Monochromatic Colors of #D96ECE
Black with #D96ECE
Text Example
Text Example
White with #D96ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96ECE; }
p { color: rgb(217,110,206); }
H1.HeaderClassName
{
color: #D96ECE;
}
.AnyTagClassName
{
color: #D96ECE;
}
</style>
background-color css
<style>
a { background-color: #D96ECE; }
a { background-color: rgb(217,110,206); }
div.DivClassName
{
background-color: #D96ECE;
}
.BgClassName
{
background-color: #D96ECE;
}
</style>
border-color css
<style>
span { border-color: #D96ECE; }
span { border-color: rgb(217,110,206); }
td.TdClassName
{
border-color: #D96ECE;
}
.TagClassName
{
border-color: #D96ECE;
}
</style>