Shades of Orchid #D973C6
Tints of Orchid #D973C6
RGB
CMYK
RGB Variations
Color information
#D973C6 (or 0xD973C6) is known color: Orchid. HEX triplet: D9, 73 and C6. RGB value is (217,115,198). Sum of RGB (Red+Green+Blue) = 217+115+198=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D973C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973C6 is #268C39. Grayscale: #9A9A9A. Windows color (decimal): -2526266 or 13005785. OLE color: 13005785.
HSL color Cylindrical-coordinate representation of color #D973C6: hue angle of 311.18º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D973C6 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 115 | 198 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.15 |
| HSL | 311.18º | 0.57% | 0.65% | - |
| HSV(B) | 311.18º | 0.47% | 0.85% | - |
| XYZ | 44.94 | 31.09 | 57.06 | - |
| YUV | 154.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 198 | 0 | 0.47 | 0.09 | 0.15 | 311.18 | 0.57 | 0.65 |
| Hex | D9 | 73 | C6 | 0 | 2F | 9 | F | 137 | 39 | 41 |
| Octal | 331 | 163 | 306 | 0 | 57 | 11 | 17 | 467 | 71 | 101 |
| Binary | 11011001 | 1110011 | 11000110 | 0 | 101111 | 1001 | 1111 | 100110111 | 111001 | 1000001 |
Color Harmonies of #D973C6
Complementary color
Monochromatic Colors of #D973C6
Black with #D973C6
Text Example
Text Example
White with #D973C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D973C6; }
p { color: rgb(217,115,198); }
H1.HeaderClassName
{
color: #D973C6;
}
.AnyTagClassName
{
color: #D973C6;
}
</style>
background-color css
<style>
a { background-color: #D973C6; }
a { background-color: rgb(217,115,198); }
div.DivClassName
{
background-color: #D973C6;
}
.BgClassName
{
background-color: #D973C6;
}
</style>
border-color css
<style>
span { border-color: #D973C6; }
span { border-color: rgb(217,115,198); }
td.TdClassName
{
border-color: #D973C6;
}
.TagClassName
{
border-color: #D973C6;
}
</style>