Shades of Orchid #D973C5
Tints of Orchid #D973C5
RGB
CMYK
RGB Variations
Color information
#D973C5 (or 0xD973C5) is known color: Orchid. HEX triplet: D9, 73 and C5. RGB value is (217,115,197). Sum of RGB (Red+Green+Blue) = 217+115+197=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D973C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973C5 is #268C3A. Grayscale: #9A9A9A. Windows color (decimal): -2526267 or 12940249. OLE color: 12940249.
HSL color Cylindrical-coordinate representation of color #D973C5: hue angle of 311.76º 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 #D973C5 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 115 | 197 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.15 |
| HSL | 311.76º | 0.57% | 0.65% | - |
| HSV(B) | 311.76º | 0.47% | 0.85% | - |
| XYZ | 44.82 | 31.04 | 56.45 | - |
| YUV | 154.85 | 151.79 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 197 | 0 | 0.47 | 0.09 | 0.15 | 311.76 | 0.57 | 0.65 |
| Hex | D9 | 73 | C5 | 0 | 2F | 9 | F | 138 | 39 | 41 |
| Octal | 331 | 163 | 305 | 0 | 57 | 11 | 17 | 470 | 71 | 101 |
| Binary | 11011001 | 1110011 | 11000101 | 0 | 101111 | 1001 | 1111 | 100111000 | 111001 | 1000001 |
Color Harmonies of #D973C5
Complementary color
Monochromatic Colors of #D973C5
Black with #D973C5
Text Example
Text Example
White with #D973C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D973C5; }
p { color: rgb(217,115,197); }
H1.HeaderClassName
{
color: #D973C5;
}
.AnyTagClassName
{
color: #D973C5;
}
</style>
background-color css
<style>
a { background-color: #D973C5; }
a { background-color: rgb(217,115,197); }
div.DivClassName
{
background-color: #D973C5;
}
.BgClassName
{
background-color: #D973C5;
}
</style>
border-color css
<style>
span { border-color: #D973C5; }
span { border-color: rgb(217,115,197); }
td.TdClassName
{
border-color: #D973C5;
}
.TagClassName
{
border-color: #D973C5;
}
</style>