Shades of Orchid #D573B8
Tints of Orchid #D573B8
RGB
CMYK
RGB Variations
Color information
#D573B8 (or 0xD573B8) is known color: Orchid. HEX triplet: D5, 73 and B8. RGB value is (213,115,184). Sum of RGB (Red+Green+Blue) = 213+115+184=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D573B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573B8 is #2A8C47. Grayscale: #979797. Windows color (decimal): -2788424 or 12088277. OLE color: 12088277.
HSL color Cylindrical-coordinate representation of color #D573B8: hue angle of 317.76º 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 #D573B8 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 184 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.16 |
| HSL | 317.76º | 0.54% | 0.64% | - |
| HSV(B) | 317.76º | 0.46% | 0.84% | - |
| XYZ | 42.22 | 29.87 | 48.89 | - |
| YUV | 152.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 184 | 0 | 0.46 | 0.14 | 0.16 | 317.76 | 0.54 | 0.64 |
| Hex | D5 | 73 | B8 | 0 | 2E | E | 10 | 13E | 36 | 40 |
| Octal | 325 | 163 | 270 | 0 | 56 | 16 | 20 | 476 | 66 | 100 |
| Binary | 11010101 | 1110011 | 10111000 | 0 | 101110 | 1110 | 10000 | 100111110 | 110110 | 1000000 |
Color Harmonies of #D573B8
Complementary color
Monochromatic Colors of #D573B8
Black with #D573B8
Text Example
Text Example
White with #D573B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D573B8; }
p { color: rgb(213,115,184); }
H1.HeaderClassName
{
color: #D573B8;
}
.AnyTagClassName
{
color: #D573B8;
}
</style>
background-color css
<style>
a { background-color: #D573B8; }
a { background-color: rgb(213,115,184); }
div.DivClassName
{
background-color: #D573B8;
}
.BgClassName
{
background-color: #D573B8;
}
</style>
border-color css
<style>
span { border-color: #D573B8; }
span { border-color: rgb(213,115,184); }
td.TdClassName
{
border-color: #D573B8;
}
.TagClassName
{
border-color: #D573B8;
}
</style>