Shades of Orchid #D973D2
Tints of Orchid #D973D2
RGB
CMYK
RGB Variations
Color information
#D973D2 (or 0xD973D2) is known color: Orchid. HEX triplet: D9, 73 and D2. RGB value is (217,115,210). Sum of RGB (Red+Green+Blue) = 217+115+210=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D973D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973D2 is #268C2D. Grayscale: #9C9C9C. Windows color (decimal): -2526254 or 13792217. OLE color: 13792217.
HSL color Cylindrical-coordinate representation of color #D973D2: hue angle of 304.12º 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 #D973D2 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 115 | 210 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.15 |
| HSL | 304.12º | 0.57% | 0.65% | - |
| HSV(B) | 304.12º | 0.47% | 0.85% | - |
| XYZ | 46.38 | 31.67 | 64.64 | - |
| YUV | 156.33 | 158.29 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 210 | 0 | 0.47 | 0.03 | 0.15 | 304.12 | 0.57 | 0.65 |
| Hex | D9 | 73 | D2 | 0 | 2F | 3 | F | 130 | 39 | 41 |
| Octal | 331 | 163 | 322 | 0 | 57 | 3 | 17 | 460 | 71 | 101 |
| Binary | 11011001 | 1110011 | 11010010 | 0 | 101111 | 11 | 1111 | 100110000 | 111001 | 1000001 |
Color Harmonies of #D973D2
Complementary color
Monochromatic Colors of #D973D2
Black with #D973D2
Text Example
Text Example
White with #D973D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D973D2; }
p { color: rgb(217,115,210); }
H1.HeaderClassName
{
color: #D973D2;
}
.AnyTagClassName
{
color: #D973D2;
}
</style>
background-color css
<style>
a { background-color: #D973D2; }
a { background-color: rgb(217,115,210); }
div.DivClassName
{
background-color: #D973D2;
}
.BgClassName
{
background-color: #D973D2;
}
</style>
border-color css
<style>
span { border-color: #D973D2; }
span { border-color: rgb(217,115,210); }
td.TdClassName
{
border-color: #D973D2;
}
.TagClassName
{
border-color: #D973D2;
}
</style>