Shades of Orchid #D97CC8
Tints of Orchid #D97CC8
RGB
CMYK
RGB Variations
Color information
#D97CC8 (or 0xD97CC8) is known color: Orchid. HEX triplet: D9, 7C and C8. RGB value is (217,124,200). Sum of RGB (Red+Green+Blue) = 217+124+200=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 200 (78.52% from 255 or 36.97% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97CC8 is #268337. Grayscale: #A0A0A0. Windows color (decimal): -2523960 or 13139161. OLE color: 13139161.
HSL color Cylindrical-coordinate representation of color #D97CC8: hue angle of 310.97º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97CC8 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 124 | 200 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.15 |
| HSL | 310.97º | 0.55% | 0.67% | - |
| HSV(B) | 310.97º | 0.43% | 0.85% | - |
| XYZ | 46.25 | 33.34 | 58.64 | - |
| YUV | 160.47 | 150.31 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 200 | 0 | 0.43 | 0.08 | 0.15 | 310.97 | 0.55 | 0.67 |
| Hex | D9 | 7C | C8 | 0 | 2B | 8 | F | 137 | 37 | 43 |
| Octal | 331 | 174 | 310 | 0 | 53 | 10 | 17 | 467 | 67 | 103 |
| Binary | 11011001 | 1111100 | 11001000 | 0 | 101011 | 1000 | 1111 | 100110111 | 110111 | 1000011 |
Color Harmonies of #D97CC8
Complementary color
Monochromatic Colors of #D97CC8
Black with #D97CC8
Text Example
Text Example
White with #D97CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97CC8; }
p { color: rgb(217,124,200); }
H1.HeaderClassName
{
color: #D97CC8;
}
.AnyTagClassName
{
color: #D97CC8;
}
</style>
background-color css
<style>
a { background-color: #D97CC8; }
a { background-color: rgb(217,124,200); }
div.DivClassName
{
background-color: #D97CC8;
}
.BgClassName
{
background-color: #D97CC8;
}
</style>
border-color css
<style>
span { border-color: #D97CC8; }
span { border-color: rgb(217,124,200); }
td.TdClassName
{
border-color: #D97CC8;
}
.TagClassName
{
border-color: #D97CC8;
}
</style>