Shades of Orchid #D97DC5
Tints of Orchid #D97DC5
RGB
CMYK
RGB Variations
Color information
#D97DC5 (or 0xD97DC5) is known color: Orchid. HEX triplet: D9, 7D and C5. RGB value is (217,125,197). Sum of RGB (Red+Green+Blue) = 217+125+197=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DC5 is #26823A. Grayscale: #A0A0A0. Windows color (decimal): -2523707 or 12942809. OLE color: 12942809.
HSL color Cylindrical-coordinate representation of color #D97DC5: hue angle of 313.04º degrees, saturation: 0.55, 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 #D97DC5 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 197 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.15 |
| HSL | 313.04º | 0.55% | 0.67% | - |
| HSV(B) | 313.04º | 0.42% | 0.85% | - |
| XYZ | 46.03 | 33.45 | 56.85 | - |
| YUV | 160.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 197 | 0 | 0.42 | 0.09 | 0.15 | 313.04 | 0.55 | 0.67 |
| Hex | D9 | 7D | C5 | 0 | 2A | 9 | F | 139 | 37 | 43 |
| Octal | 331 | 175 | 305 | 0 | 52 | 11 | 17 | 471 | 67 | 103 |
| Binary | 11011001 | 1111101 | 11000101 | 0 | 101010 | 1001 | 1111 | 100111001 | 110111 | 1000011 |
Color Harmonies of #D97DC5
Complementary color
Monochromatic Colors of #D97DC5
Black with #D97DC5
Text Example
Text Example
White with #D97DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97DC5; }
p { color: rgb(217,125,197); }
H1.HeaderClassName
{
color: #D97DC5;
}
.AnyTagClassName
{
color: #D97DC5;
}
</style>
background-color css
<style>
a { background-color: #D97DC5; }
a { background-color: rgb(217,125,197); }
div.DivClassName
{
background-color: #D97DC5;
}
.BgClassName
{
background-color: #D97DC5;
}
</style>
border-color css
<style>
span { border-color: #D97DC5; }
span { border-color: rgb(217,125,197); }
td.TdClassName
{
border-color: #D97DC5;
}
.TagClassName
{
border-color: #D97DC5;
}
</style>