Shades of Orchid #D97ECE
Tints of Orchid #D97ECE
RGB
CMYK
RGB Variations
Color information
#D97ECE (or 0xD97ECE) is known color: Orchid. HEX triplet: D9, 7E and CE. RGB value is (217,126,206). Sum of RGB (Red+Green+Blue) = 217+126+206=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D97ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ECE is #268131. Grayscale: #A2A2A2. Windows color (decimal): -2523442 or 13532889. OLE color: 13532889.
HSL color Cylindrical-coordinate representation of color #D97ECE: hue angle of 307.25º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97ECE is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 126 | 206 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.15 |
| HSL | 307.25º | 0.54% | 0.67% | - |
| HSV(B) | 307.25º | 0.42% | 0.85% | - |
| XYZ | 47.22 | 34.13 | 62.49 | - |
| YUV | 162.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 126 | 206 | 0 | 0.42 | 0.05 | 0.15 | 307.25 | 0.54 | 0.67 |
| Hex | D9 | 7E | CE | 0 | 2A | 5 | F | 133 | 36 | 43 |
| Octal | 331 | 176 | 316 | 0 | 52 | 5 | 17 | 463 | 66 | 103 |
| Binary | 11011001 | 1111110 | 11001110 | 0 | 101010 | 101 | 1111 | 100110011 | 110110 | 1000011 |
Color Harmonies of #D97ECE
Complementary color
Monochromatic Colors of #D97ECE
Black with #D97ECE
Text Example
Text Example
White with #D97ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97ECE; }
p { color: rgb(217,126,206); }
H1.HeaderClassName
{
color: #D97ECE;
}
.AnyTagClassName
{
color: #D97ECE;
}
</style>
background-color css
<style>
a { background-color: #D97ECE; }
a { background-color: rgb(217,126,206); }
div.DivClassName
{
background-color: #D97ECE;
}
.BgClassName
{
background-color: #D97ECE;
}
</style>
border-color css
<style>
span { border-color: #D97ECE; }
span { border-color: rgb(217,126,206); }
td.TdClassName
{
border-color: #D97ECE;
}
.TagClassName
{
border-color: #D97ECE;
}
</style>