Shades of Orchid #D973BC
Tints of Orchid #D973BC
RGB
CMYK
RGB Variations
Color information
#D973BC (or 0xD973BC) is known color: Orchid. HEX triplet: D9, 73 and BC. RGB value is (217,115,188). Sum of RGB (Red+Green+Blue) = 217+115+188=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D973BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973BC is #268C43. Grayscale: #999999. Windows color (decimal): -2526276 or 12350425. OLE color: 12350425.
HSL color Cylindrical-coordinate representation of color #D973BC: hue angle of 317.06º 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 #D973BC is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 115 | 188 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.15 |
| HSL | 317.06º | 0.57% | 0.65% | - |
| HSV(B) | 317.06º | 0.47% | 0.85% | - |
| XYZ | 43.82 | 30.64 | 51.18 | - |
| YUV | 153.82 | 147.29 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 188 | 0 | 0.47 | 0.13 | 0.15 | 317.06 | 0.57 | 0.65 |
| Hex | D9 | 73 | BC | 0 | 2F | D | F | 13D | 39 | 41 |
| Octal | 331 | 163 | 274 | 0 | 57 | 15 | 17 | 475 | 71 | 101 |
| Binary | 11011001 | 1110011 | 10111100 | 0 | 101111 | 1101 | 1111 | 100111101 | 111001 | 1000001 |
Color Harmonies of #D973BC
Complementary color
Monochromatic Colors of #D973BC
Black with #D973BC
Text Example
Text Example
White with #D973BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D973BC; }
p { color: rgb(217,115,188); }
H1.HeaderClassName
{
color: #D973BC;
}
.AnyTagClassName
{
color: #D973BC;
}
</style>
background-color css
<style>
a { background-color: #D973BC; }
a { background-color: rgb(217,115,188); }
div.DivClassName
{
background-color: #D973BC;
}
.BgClassName
{
background-color: #D973BC;
}
</style>
border-color css
<style>
span { border-color: #D973BC; }
span { border-color: rgb(217,115,188); }
td.TdClassName
{
border-color: #D973BC;
}
.TagClassName
{
border-color: #D973BC;
}
</style>