Shades of Orchid #D473B7
Tints of Orchid #D473B7
RGB
CMYK
RGB Variations
Color information
#D473B7 (or 0xD473B7) is known color: Orchid. HEX triplet: D4, 73 and B7. RGB value is (212,115,183). Sum of RGB (Red+Green+Blue) = 212+115+183=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D473B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D473B7 is #2B8C48. Grayscale: #979797. Windows color (decimal): -2853961 or 12022740. OLE color: 12022740.
HSL color Cylindrical-coordinate representation of color #D473B7: hue angle of 317.94º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D473B7 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 115 | 183 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.17 |
| HSL | 317.94º | 0.53% | 0.64% | - |
| HSV(B) | 317.94º | 0.46% | 0.83% | - |
| XYZ | 41.83 | 29.68 | 48.32 | - |
| YUV | 151.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 115 | 183 | 0 | 0.46 | 0.14 | 0.17 | 317.94 | 0.53 | 0.64 |
| Hex | D4 | 73 | B7 | 0 | 2E | E | 11 | 13E | 35 | 40 |
| Octal | 324 | 163 | 267 | 0 | 56 | 16 | 21 | 476 | 65 | 100 |
| Binary | 11010100 | 1110011 | 10110111 | 0 | 101110 | 1110 | 10001 | 100111110 | 110101 | 1000000 |
Color Harmonies of #D473B7
Complementary color
Monochromatic Colors of #D473B7
Black with #D473B7
Text Example
Text Example
White with #D473B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D473B7; }
p { color: rgb(212,115,183); }
H1.HeaderClassName
{
color: #D473B7;
}
.AnyTagClassName
{
color: #D473B7;
}
</style>
background-color css
<style>
a { background-color: #D473B7; }
a { background-color: rgb(212,115,183); }
div.DivClassName
{
background-color: #D473B7;
}
.BgClassName
{
background-color: #D473B7;
}
</style>
border-color css
<style>
span { border-color: #D473B7; }
span { border-color: rgb(212,115,183); }
td.TdClassName
{
border-color: #D473B7;
}
.TagClassName
{
border-color: #D473B7;
}
</style>