Shades of Orchid #D973D3
Tints of Orchid #D973D3
RGB
CMYK
RGB Variations
Color information
#D973D3 (or 0xD973D3) is known color: Orchid. HEX triplet: D9, 73 and D3. RGB value is (217,115,211). Sum of RGB (Red+Green+Blue) = 217+115+211=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D973D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973D3 is #268C2C. Grayscale: #9C9C9C. Windows color (decimal): -2526253 or 13857753. OLE color: 13857753.
HSL color Cylindrical-coordinate representation of color #D973D3: hue angle of 303.53º 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 #D973D3 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 115 | 211 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.15 |
| HSL | 303.53º | 0.57% | 0.65% | - |
| HSV(B) | 303.53º | 0.47% | 0.85% | - |
| XYZ | 46.5 | 31.72 | 65.3 | - |
| YUV | 156.44 | 158.79 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 211 | 0 | 0.47 | 0.03 | 0.15 | 303.53 | 0.57 | 0.65 |
| Hex | D9 | 73 | D3 | 0 | 2F | 3 | F | 130 | 39 | 41 |
| Octal | 331 | 163 | 323 | 0 | 57 | 3 | 17 | 460 | 71 | 101 |
| Binary | 11011001 | 1110011 | 11010011 | 0 | 101111 | 11 | 1111 | 100110000 | 111001 | 1000001 |
Color Harmonies of #D973D3
Complementary color
Monochromatic Colors of #D973D3
Black with #D973D3
Text Example
Text Example
White with #D973D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D973D3; }
p { color: rgb(217,115,211); }
H1.HeaderClassName
{
color: #D973D3;
}
.AnyTagClassName
{
color: #D973D3;
}
</style>
background-color css
<style>
a { background-color: #D973D3; }
a { background-color: rgb(217,115,211); }
div.DivClassName
{
background-color: #D973D3;
}
.BgClassName
{
background-color: #D973D3;
}
</style>
border-color css
<style>
span { border-color: #D973D3; }
span { border-color: rgb(217,115,211); }
td.TdClassName
{
border-color: #D973D3;
}
.TagClassName
{
border-color: #D973D3;
}
</style>