Shades of Orchid #D573D9
Tints of Orchid #D573D9
RGB
CMYK
RGB Variations
Color information
#D573D9 (or 0xD573D9) is known color: Orchid. HEX triplet: D5, 73 and D9. RGB value is (213,115,217). Sum of RGB (Red+Green+Blue) = 213+115+217=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 217 - color contains mainly: blue. Hex color #D573D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573D9 is #2A8C26. Grayscale: #9B9B9B. Windows color (decimal): -2788391 or 14250965. OLE color: 14250965.
HSL color Cylindrical-coordinate representation of color #D573D9: hue angle of 297.65º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D573D9 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 115 | 217 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.15 |
| HSL | 297.65º | 0.57% | 0.65% | - |
| HSV(B) | 297.65º | 0.47% | 0.85% | - |
| XYZ | 46.1 | 31.42 | 69.28 | - |
| YUV | 155.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 217 | 0.02 | 0.47 | 0 | 0.15 | 297.65 | 0.57 | 0.65 |
| Hex | D5 | 73 | D9 | 2 | 2F | 0 | F | 12A | 39 | 41 |
| Octal | 325 | 163 | 331 | 2 | 57 | 0 | 17 | 452 | 71 | 101 |
| Binary | 11010101 | 1110011 | 11011001 | 10 | 101111 | 0 | 1111 | 100101010 | 111001 | 1000001 |
Color Harmonies of #D573D9
Complementary color
Monochromatic Colors of #D573D9
Black with #D573D9
Text Example
Text Example
White with #D573D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D573D9; }
p { color: rgb(213,115,217); }
H1.HeaderClassName
{
color: #D573D9;
}
.AnyTagClassName
{
color: #D573D9;
}
</style>
background-color css
<style>
a { background-color: #D573D9; }
a { background-color: rgb(213,115,217); }
div.DivClassName
{
background-color: #D573D9;
}
.BgClassName
{
background-color: #D573D9;
}
</style>
border-color css
<style>
span { border-color: #D573D9; }
span { border-color: rgb(213,115,217); }
td.TdClassName
{
border-color: #D573D9;
}
.TagClassName
{
border-color: #D573D9;
}
</style>