Shades of Orchid #D973C3
Tints of Orchid #D973C3
RGB
CMYK
RGB Variations
Color information
#D973C3 (or 0xD973C3) is known color: Orchid. HEX triplet: D9, 73 and C3. RGB value is (217,115,195). Sum of RGB (Red+Green+Blue) = 217+115+195=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D973C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973C3 is #268C3C. Grayscale: #9A9A9A. Windows color (decimal): -2526269 or 12809177. OLE color: 12809177.
HSL color Cylindrical-coordinate representation of color #D973C3: hue angle of 312.94º 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 #D973C3 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 115 | 195 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.15 |
| HSL | 312.94º | 0.57% | 0.65% | - |
| HSV(B) | 312.94º | 0.47% | 0.85% | - |
| XYZ | 44.6 | 30.95 | 55.25 | - |
| YUV | 154.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 195 | 0 | 0.47 | 0.10 | 0.15 | 312.94 | 0.57 | 0.65 |
| Hex | D9 | 73 | C3 | 0 | 2F | A | F | 139 | 39 | 41 |
| Octal | 331 | 163 | 303 | 0 | 57 | 12 | 17 | 471 | 71 | 101 |
| Binary | 11011001 | 1110011 | 11000011 | 0 | 101111 | 1010 | 1111 | 100111001 | 111001 | 1000001 |
Color Harmonies of #D973C3
Complementary color
Monochromatic Colors of #D973C3
Black with #D973C3
Text Example
Text Example
White with #D973C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D973C3; }
p { color: rgb(217,115,195); }
H1.HeaderClassName
{
color: #D973C3;
}
.AnyTagClassName
{
color: #D973C3;
}
</style>
background-color css
<style>
a { background-color: #D973C3; }
a { background-color: rgb(217,115,195); }
div.DivClassName
{
background-color: #D973C3;
}
.BgClassName
{
background-color: #D973C3;
}
</style>
border-color css
<style>
span { border-color: #D973C3; }
span { border-color: rgb(217,115,195); }
td.TdClassName
{
border-color: #D973C3;
}
.TagClassName
{
border-color: #D973C3;
}
</style>