Shades of Orchid #D573E6
Tints of Orchid #D573E6
RGB
CMYK
RGB Variations
Color information
#D573E6 (or 0xD573E6) is known color: Orchid. HEX triplet: D5, 73 and E6. RGB value is (213,115,230). Sum of RGB (Red+Green+Blue) = 213+115+230=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #D573E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D573E6 is #2A8C19. Grayscale: #9D9D9D. Windows color (decimal): -2788378 or 15102933. OLE color: 15102933.
HSL color Cylindrical-coordinate representation of color #D573E6: hue angle of 291.13º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D573E6 is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 115 | 230 | - |
| CMYK | 0.07 | 0.5 | 0 | 0.10 |
| HSL | 291.13º | 0.7% | 0.68% | - |
| HSV(B) | 291.13º | 0.5% | 0.9% | - |
| XYZ | 47.85 | 32.12 | 78.54 | - |
| YUV | 157.41 | 168.97 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 230 | 0.07 | 0.5 | 0 | 0.10 | 291.13 | 0.7 | 0.68 |
| Hex | D5 | 73 | E6 | 7 | 32 | 0 | A | 123 | 46 | 44 |
| Octal | 325 | 163 | 346 | 7 | 62 | 0 | 12 | 443 | 106 | 104 |
| Binary | 11010101 | 1110011 | 11100110 | 111 | 110010 | 0 | 1010 | 100100011 | 1000110 | 1000100 |
Color Harmonies of #D573E6
Complementary color
Monochromatic Colors of #D573E6
Black with #D573E6
Text Example
Text Example
White with #D573E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D573E6; }
p { color: rgb(213,115,230); }
H1.HeaderClassName
{
color: #D573E6;
}
.AnyTagClassName
{
color: #D573E6;
}
</style>
background-color css
<style>
a { background-color: #D573E6; }
a { background-color: rgb(213,115,230); }
div.DivClassName
{
background-color: #D573E6;
}
.BgClassName
{
background-color: #D573E6;
}
</style>
border-color css
<style>
span { border-color: #D573E6; }
span { border-color: rgb(213,115,230); }
td.TdClassName
{
border-color: #D573E6;
}
.TagClassName
{
border-color: #D573E6;
}
</style>