Shades of Orchid #D573E5
Tints of Orchid #D573E5
RGB
CMYK
RGB Variations
Color information
#D573E5 (or 0xD573E5) is known color: Orchid. HEX triplet: D5, 73 and E5. RGB value is (213,115,229). Sum of RGB (Red+Green+Blue) = 213+115+229=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #D573E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573E5 is #2A8C1A. Grayscale: #9C9C9C. Windows color (decimal): -2788379 or 15037397. OLE color: 15037397.
HSL color Cylindrical-coordinate representation of color #D573E5: hue angle of 291.58º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D573E5 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 115 | 229 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.10 |
| HSL | 291.58º | 0.69% | 0.67% | - |
| HSV(B) | 291.58º | 0.5% | 0.9% | - |
| XYZ | 47.71 | 32.06 | 77.8 | - |
| YUV | 157.3 | 168.47 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 229 | 0.07 | 0.50 | 0 | 0.10 | 291.58 | 0.69 | 0.67 |
| Hex | D5 | 73 | E5 | 7 | 32 | 0 | A | 124 | 45 | 43 |
| Octal | 325 | 163 | 345 | 7 | 62 | 0 | 12 | 444 | 105 | 103 |
| Binary | 11010101 | 1110011 | 11100101 | 111 | 110010 | 0 | 1010 | 100100100 | 1000101 | 1000011 |
Color Harmonies of #D573E5
Complementary color
Monochromatic Colors of #D573E5
Black with #D573E5
Text Example
Text Example
White with #D573E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D573E5; }
p { color: rgb(213,115,229); }
H1.HeaderClassName
{
color: #D573E5;
}
.AnyTagClassName
{
color: #D573E5;
}
</style>
background-color css
<style>
a { background-color: #D573E5; }
a { background-color: rgb(213,115,229); }
div.DivClassName
{
background-color: #D573E5;
}
.BgClassName
{
background-color: #D573E5;
}
</style>
border-color css
<style>
span { border-color: #D573E5; }
span { border-color: rgb(213,115,229); }
td.TdClassName
{
border-color: #D573E5;
}
.TagClassName
{
border-color: #D573E5;
}
</style>