Shades of Orchid #D573BD
Tints of Orchid #D573BD
RGB
CMYK
RGB Variations
Color information
#D573BD (or 0xD573BD) is known color: Orchid. HEX triplet: D5, 73 and BD. RGB value is (213,115,189). Sum of RGB (Red+Green+Blue) = 213+115+189=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D573BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573BD is #2A8C42. Grayscale: #989898. Windows color (decimal): -2788419 or 12415957. OLE color: 12415957.
HSL color Cylindrical-coordinate representation of color #D573BD: hue angle of 314.69º 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 #D573BD is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 189 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.16 |
| HSL | 314.69º | 0.54% | 0.64% | - |
| HSV(B) | 314.69º | 0.46% | 0.84% | - |
| XYZ | 42.76 | 30.08 | 51.7 | - |
| YUV | 152.74 | 148.47 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 189 | 0 | 0.46 | 0.11 | 0.16 | 314.69 | 0.54 | 0.64 |
| Hex | D5 | 73 | BD | 0 | 2E | B | 10 | 13B | 36 | 40 |
| Octal | 325 | 163 | 275 | 0 | 56 | 13 | 20 | 473 | 66 | 100 |
| Binary | 11010101 | 1110011 | 10111101 | 0 | 101110 | 1011 | 10000 | 100111011 | 110110 | 1000000 |
Color Harmonies of #D573BD
Complementary color
Monochromatic Colors of #D573BD
Black with #D573BD
Text Example
Text Example
White with #D573BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D573BD; }
p { color: rgb(213,115,189); }
H1.HeaderClassName
{
color: #D573BD;
}
.AnyTagClassName
{
color: #D573BD;
}
</style>
background-color css
<style>
a { background-color: #D573BD; }
a { background-color: rgb(213,115,189); }
div.DivClassName
{
background-color: #D573BD;
}
.BgClassName
{
background-color: #D573BD;
}
</style>
border-color css
<style>
span { border-color: #D573BD; }
span { border-color: rgb(213,115,189); }
td.TdClassName
{
border-color: #D573BD;
}
.TagClassName
{
border-color: #D573BD;
}
</style>