Shades of Orchid #D573BC
Tints of Orchid #D573BC
RGB
CMYK
RGB Variations
Color information
#D573BC (or 0xD573BC) is known color: Orchid. HEX triplet: D5, 73 and BC. RGB value is (213,115,188). Sum of RGB (Red+Green+Blue) = 213+115+188=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D573BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573BC is #2A8C43. Grayscale: #989898. Windows color (decimal): -2788420 or 12350421. OLE color: 12350421.
HSL color Cylindrical-coordinate representation of color #D573BC: hue angle of 315.31º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D573BC is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 188 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.16 |
| HSL | 315.31º | 0.54% | 0.64% | - |
| HSV(B) | 315.31º | 0.46% | 0.84% | - |
| XYZ | 42.65 | 30.04 | 51.13 | - |
| YUV | 152.62 | 147.97 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 188 | 0 | 0.46 | 0.12 | 0.16 | 315.31 | 0.54 | 0.64 |
| Hex | D5 | 73 | BC | 0 | 2E | C | 10 | 13B | 36 | 40 |
| Octal | 325 | 163 | 274 | 0 | 56 | 14 | 20 | 473 | 66 | 100 |
| Binary | 11010101 | 1110011 | 10111100 | 0 | 101110 | 1100 | 10000 | 100111011 | 110110 | 1000000 |
Color Harmonies of #D573BC
Complementary color
Monochromatic Colors of #D573BC
Black with #D573BC
Text Example
Text Example
White with #D573BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D573BC; }
p { color: rgb(213,115,188); }
H1.HeaderClassName
{
color: #D573BC;
}
.AnyTagClassName
{
color: #D573BC;
}
</style>
background-color css
<style>
a { background-color: #D573BC; }
a { background-color: rgb(213,115,188); }
div.DivClassName
{
background-color: #D573BC;
}
.BgClassName
{
background-color: #D573BC;
}
</style>
border-color css
<style>
span { border-color: #D573BC; }
span { border-color: rgb(213,115,188); }
td.TdClassName
{
border-color: #D573BC;
}
.TagClassName
{
border-color: #D573BC;
}
</style>