Shades of Orchid #D97DC8
Tints of Orchid #D97DC8
RGB
CMYK
RGB Variations
Color information
#D97DC8 (or 0xD97DC8) is known color: Orchid. HEX triplet: D9, 7D and C8. RGB value is (217,125,200). Sum of RGB (Red+Green+Blue) = 217+125+200=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DC8 is #268237. Grayscale: #A0A0A0. Windows color (decimal): -2523704 or 13139417. OLE color: 13139417.
HSL color Cylindrical-coordinate representation of color #D97DC8: hue angle of 311.09º 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 #D97DC8 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 200 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.15 |
| HSL | 311.09º | 0.55% | 0.67% | - |
| HSV(B) | 311.09º | 0.42% | 0.85% | - |
| XYZ | 46.37 | 33.59 | 58.68 | - |
| YUV | 161.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 200 | 0 | 0.42 | 0.08 | 0.15 | 311.09 | 0.55 | 0.67 |
| Hex | D9 | 7D | C8 | 0 | 2A | 8 | F | 137 | 37 | 43 |
| Octal | 331 | 175 | 310 | 0 | 52 | 10 | 17 | 467 | 67 | 103 |
| Binary | 11011001 | 1111101 | 11001000 | 0 | 101010 | 1000 | 1111 | 100110111 | 110111 | 1000011 |
Color Harmonies of #D97DC8
Complementary color
Monochromatic Colors of #D97DC8
Black with #D97DC8
Text Example
Text Example
White with #D97DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97DC8; }
p { color: rgb(217,125,200); }
H1.HeaderClassName
{
color: #D97DC8;
}
.AnyTagClassName
{
color: #D97DC8;
}
</style>
background-color css
<style>
a { background-color: #D97DC8; }
a { background-color: rgb(217,125,200); }
div.DivClassName
{
background-color: #D97DC8;
}
.BgClassName
{
background-color: #D97DC8;
}
</style>
border-color css
<style>
span { border-color: #D97DC8; }
span { border-color: rgb(217,125,200); }
td.TdClassName
{
border-color: #D97DC8;
}
.TagClassName
{
border-color: #D97DC8;
}
</style>