Shades of Orchid #D97DC6
Tints of Orchid #D97DC6
RGB
CMYK
RGB Variations
Color information
#D97DC6 (or 0xD97DC6) is known color: Orchid. HEX triplet: D9, 7D and C6. RGB value is (217,125,198). Sum of RGB (Red+Green+Blue) = 217+125+198=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DC6 is #268239. Grayscale: #A0A0A0. Windows color (decimal): -2523706 or 13008345. OLE color: 13008345.
HSL color Cylindrical-coordinate representation of color #D97DC6: hue angle of 312.39º 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 #D97DC6 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 198 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.15 |
| HSL | 312.39º | 0.55% | 0.67% | - |
| HSV(B) | 312.39º | 0.42% | 0.85% | - |
| XYZ | 46.14 | 33.5 | 57.46 | - |
| YUV | 160.83 | 148.98 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 198 | 0 | 0.42 | 0.09 | 0.15 | 312.39 | 0.55 | 0.67 |
| Hex | D9 | 7D | C6 | 0 | 2A | 9 | F | 138 | 37 | 43 |
| Octal | 331 | 175 | 306 | 0 | 52 | 11 | 17 | 470 | 67 | 103 |
| Binary | 11011001 | 1111101 | 11000110 | 0 | 101010 | 1001 | 1111 | 100111000 | 110111 | 1000011 |
Color Harmonies of #D97DC6
Complementary color
Monochromatic Colors of #D97DC6
Black with #D97DC6
Text Example
Text Example
White with #D97DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97DC6; }
p { color: rgb(217,125,198); }
H1.HeaderClassName
{
color: #D97DC6;
}
.AnyTagClassName
{
color: #D97DC6;
}
</style>
background-color css
<style>
a { background-color: #D97DC6; }
a { background-color: rgb(217,125,198); }
div.DivClassName
{
background-color: #D97DC6;
}
.BgClassName
{
background-color: #D97DC6;
}
</style>
border-color css
<style>
span { border-color: #D97DC6; }
span { border-color: rgb(217,125,198); }
td.TdClassName
{
border-color: #D97DC6;
}
.TagClassName
{
border-color: #D97DC6;
}
</style>