Shades of Orchid #D573CF
Tints of Orchid #D573CF
RGB
CMYK
RGB Variations
Color information
#D573CF (or 0xD573CF) is known color: Orchid. HEX triplet: D5, 73 and CF. RGB value is (213,115,207). Sum of RGB (Red+Green+Blue) = 213+115+207=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D573CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573CF is #2A8C30. Grayscale: #9A9A9A. Windows color (decimal): -2788401 or 13595605. OLE color: 13595605.
HSL color Cylindrical-coordinate representation of color #D573CF: hue angle of 303.67º 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 #D573CF is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 207 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.16 |
| HSL | 303.67º | 0.54% | 0.64% | - |
| HSV(B) | 303.67º | 0.46% | 0.84% | - |
| XYZ | 44.83 | 30.91 | 62.64 | - |
| YUV | 154.79 | 157.47 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 207 | 0 | 0.46 | 0.03 | 0.16 | 303.67 | 0.54 | 0.64 |
| Hex | D5 | 73 | CF | 0 | 2E | 3 | 10 | 130 | 36 | 40 |
| Octal | 325 | 163 | 317 | 0 | 56 | 3 | 20 | 460 | 66 | 100 |
| Binary | 11010101 | 1110011 | 11001111 | 0 | 101110 | 11 | 10000 | 100110000 | 110110 | 1000000 |
Color Harmonies of #D573CF
Complementary color
Monochromatic Colors of #D573CF
Black with #D573CF
Text Example
Text Example
White with #D573CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D573CF; }
p { color: rgb(213,115,207); }
H1.HeaderClassName
{
color: #D573CF;
}
.AnyTagClassName
{
color: #D573CF;
}
</style>
background-color css
<style>
a { background-color: #D573CF; }
a { background-color: rgb(213,115,207); }
div.DivClassName
{
background-color: #D573CF;
}
.BgClassName
{
background-color: #D573CF;
}
</style>
border-color css
<style>
span { border-color: #D573CF; }
span { border-color: rgb(213,115,207); }
td.TdClassName
{
border-color: #D573CF;
}
.TagClassName
{
border-color: #D573CF;
}
</style>