Shades of Orchid #D573CD
Tints of Orchid #D573CD
RGB
CMYK
RGB Variations
Color information
#D573CD (or 0xD573CD) is known color: Orchid. HEX triplet: D5, 73 and CD. RGB value is (213,115,205). Sum of RGB (Red+Green+Blue) = 213+115+205=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D573CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573CD is #2A8C32. Grayscale: #9A9A9A. Windows color (decimal): -2788403 or 13464533. OLE color: 13464533.
HSL color Cylindrical-coordinate representation of color #D573CD: hue angle of 304.9º 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 #D573CD is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 205 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.16 |
| HSL | 304.9º | 0.54% | 0.64% | - |
| HSV(B) | 304.9º | 0.46% | 0.84% | - |
| XYZ | 44.59 | 30.82 | 61.36 | - |
| YUV | 154.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 205 | 0 | 0.46 | 0.04 | 0.16 | 304.9 | 0.54 | 0.64 |
| Hex | D5 | 73 | CD | 0 | 2E | 4 | 10 | 131 | 36 | 40 |
| Octal | 325 | 163 | 315 | 0 | 56 | 4 | 20 | 461 | 66 | 100 |
| Binary | 11010101 | 1110011 | 11001101 | 0 | 101110 | 100 | 10000 | 100110001 | 110110 | 1000000 |
Color Harmonies of #D573CD
Complementary color
Monochromatic Colors of #D573CD
Black with #D573CD
Text Example
Text Example
White with #D573CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D573CD; }
p { color: rgb(213,115,205); }
H1.HeaderClassName
{
color: #D573CD;
}
.AnyTagClassName
{
color: #D573CD;
}
</style>
background-color css
<style>
a { background-color: #D573CD; }
a { background-color: rgb(213,115,205); }
div.DivClassName
{
background-color: #D573CD;
}
.BgClassName
{
background-color: #D573CD;
}
</style>
border-color css
<style>
span { border-color: #D573CD; }
span { border-color: rgb(213,115,205); }
td.TdClassName
{
border-color: #D573CD;
}
.TagClassName
{
border-color: #D573CD;
}
</style>