Shades of Orchid #D573DD
Tints of Orchid #D573DD
RGB
CMYK
RGB Variations
Color information
#D573DD (or 0xD573DD) is known color: Orchid. HEX triplet: D5, 73 and DD. RGB value is (213,115,221). Sum of RGB (Red+Green+Blue) = 213+115+221=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #D573DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573DD is #2A8C22. Grayscale: #9C9C9C. Windows color (decimal): -2788387 or 14513109. OLE color: 14513109.
HSL color Cylindrical-coordinate representation of color #D573DD: hue angle of 295.47º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D573DD is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 115 | 221 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.13 |
| HSL | 295.47º | 0.61% | 0.66% | - |
| HSV(B) | 295.47º | 0.48% | 0.87% | - |
| XYZ | 46.62 | 31.63 | 72.05 | - |
| YUV | 156.39 | 164.47 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 221 | 0.04 | 0.48 | 0 | 0.13 | 295.47 | 0.61 | 0.66 |
| Hex | D5 | 73 | DD | 4 | 30 | 0 | D | 127 | 3D | 42 |
| Octal | 325 | 163 | 335 | 4 | 60 | 0 | 15 | 447 | 75 | 102 |
| Binary | 11010101 | 1110011 | 11011101 | 100 | 110000 | 0 | 1101 | 100100111 | 111101 | 1000010 |
Color Harmonies of #D573DD
Complementary color
Monochromatic Colors of #D573DD
Black with #D573DD
Text Example
Text Example
White with #D573DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D573DD; }
p { color: rgb(213,115,221); }
H1.HeaderClassName
{
color: #D573DD;
}
.AnyTagClassName
{
color: #D573DD;
}
</style>
background-color css
<style>
a { background-color: #D573DD; }
a { background-color: rgb(213,115,221); }
div.DivClassName
{
background-color: #D573DD;
}
.BgClassName
{
background-color: #D573DD;
}
</style>
border-color css
<style>
span { border-color: #D573DD; }
span { border-color: rgb(213,115,221); }
td.TdClassName
{
border-color: #D573DD;
}
.TagClassName
{
border-color: #D573DD;
}
</style>