Shades of Orchid #D97CE3
Tints of Orchid #D97CE3
RGB
CMYK
RGB Variations
Color information
#D97CE3 (or 0xD97CE3) is known color: Orchid. HEX triplet: D9, 7C and E3. RGB value is (217,124,227). Sum of RGB (Red+Green+Blue) = 217+124+227=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 227 (89.06% from 255 or 39.96% from 568); Max value from RGB is 227 - color contains mainly: blue. Hex color #D97CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97CE3 is #26831C. Grayscale: #A3A3A3. Windows color (decimal): -2523933 or 14908633. OLE color: 14908633.
HSL color Cylindrical-coordinate representation of color #D97CE3: hue angle of 294.17º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D97CE3 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 124 | 227 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.11 |
| HSL | 294.17º | 0.65% | 0.69% | - |
| HSV(B) | 294.17º | 0.45% | 0.89% | - |
| XYZ | 49.69 | 34.71 | 76.75 | - |
| YUV | 163.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 227 | 0.04 | 0.45 | 0 | 0.11 | 294.17 | 0.65 | 0.69 |
| Hex | D9 | 7C | E3 | 4 | 2D | 0 | B | 126 | 41 | 45 |
| Octal | 331 | 174 | 343 | 4 | 55 | 0 | 13 | 446 | 101 | 105 |
| Binary | 11011001 | 1111100 | 11100011 | 100 | 101101 | 0 | 1011 | 100100110 | 1000001 | 1000101 |
Color Harmonies of #D97CE3
Complementary color
Monochromatic Colors of #D97CE3
Black with #D97CE3
Text Example
Text Example
White with #D97CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97CE3; }
p { color: rgb(217,124,227); }
H1.HeaderClassName
{
color: #D97CE3;
}
.AnyTagClassName
{
color: #D97CE3;
}
</style>
background-color css
<style>
a { background-color: #D97CE3; }
a { background-color: rgb(217,124,227); }
div.DivClassName
{
background-color: #D97CE3;
}
.BgClassName
{
background-color: #D97CE3;
}
</style>
border-color css
<style>
span { border-color: #D97CE3; }
span { border-color: rgb(217,124,227); }
td.TdClassName
{
border-color: #D97CE3;
}
.TagClassName
{
border-color: #D97CE3;
}
</style>