Shades of Orchid #D97DE5
Tints of Orchid #D97DE5
RGB
CMYK
RGB Variations
Color information
#D97DE5 (or 0xD97DE5) is known color: Orchid. HEX triplet: D9, 7D and E5. RGB value is (217,125,229). Sum of RGB (Red+Green+Blue) = 217+125+229=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #D97DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DE5 is #26821A. Grayscale: #A4A4A4. Windows color (decimal): -2523675 or 15039961. OLE color: 15039961.
HSL color Cylindrical-coordinate representation of color #D97DE5: hue angle of 293.08º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D97DE5 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 125 | 229 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.10 |
| HSL | 293.08º | 0.67% | 0.69% | - |
| HSV(B) | 293.08º | 0.45% | 0.9% | - |
| XYZ | 50.09 | 35.08 | 78.26 | - |
| YUV | 164.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 229 | 0.05 | 0.45 | 0 | 0.10 | 293.08 | 0.67 | 0.69 |
| Hex | D9 | 7D | E5 | 5 | 2D | 0 | A | 125 | 43 | 45 |
| Octal | 331 | 175 | 345 | 5 | 55 | 0 | 12 | 445 | 103 | 105 |
| Binary | 11011001 | 1111101 | 11100101 | 101 | 101101 | 0 | 1010 | 100100101 | 1000011 | 1000101 |
Color Harmonies of #D97DE5
Complementary color
Monochromatic Colors of #D97DE5
Black with #D97DE5
Text Example
Text Example
White with #D97DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97DE5; }
p { color: rgb(217,125,229); }
H1.HeaderClassName
{
color: #D97DE5;
}
.AnyTagClassName
{
color: #D97DE5;
}
</style>
background-color css
<style>
a { background-color: #D97DE5; }
a { background-color: rgb(217,125,229); }
div.DivClassName
{
background-color: #D97DE5;
}
.BgClassName
{
background-color: #D97DE5;
}
</style>
border-color css
<style>
span { border-color: #D97DE5; }
span { border-color: rgb(217,125,229); }
td.TdClassName
{
border-color: #D97DE5;
}
.TagClassName
{
border-color: #D97DE5;
}
</style>