Shades of Medium Orchid #C73CD5
Tints of Medium Orchid #C73CD5
RGB
CMYK
RGB Variations
Color information
#C73CD5 (or 0xC73CD5) is known color: Medium Orchid. HEX triplet: C7, 3C and D5. RGB value is (199,60,213). Sum of RGB (Red+Green+Blue) = 199+60+213=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #C73CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73CD5 is #38C32A. Grayscale: #767676. Windows color (decimal): -3719979 or 13974727. OLE color: 13974727.
HSL color Cylindrical-coordinate representation of color #C73CD5: hue angle of 294.51º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C73CD5 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 60 | 213 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.16 |
| HSL | 294.51º | 0.65% | 0.54% | - |
| HSV(B) | 294.51º | 0.72% | 0.84% | - |
| XYZ | 37.18 | 20.18 | 64.89 | - |
| YUV | 119 | 181.05 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 213 | 0.07 | 0.72 | 0 | 0.16 | 294.51 | 0.65 | 0.54 |
| Hex | C7 | 3C | D5 | 7 | 48 | 0 | 10 | 127 | 41 | 36 |
| Octal | 307 | 74 | 325 | 7 | 110 | 0 | 20 | 447 | 101 | 66 |
| Binary | 11000111 | 111100 | 11010101 | 111 | 1001000 | 0 | 10000 | 100100111 | 1000001 | 110110 |
Color Harmonies of #C73CD5
Complementary color
Monochromatic Colors of #C73CD5
Black with #C73CD5
Text Example
Text Example
White with #C73CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73CD5; }
p { color: rgb(199,60,213); }
H1.HeaderClassName
{
color: #C73CD5;
}
.AnyTagClassName
{
color: #C73CD5;
}
</style>
background-color css
<style>
a { background-color: #C73CD5; }
a { background-color: rgb(199,60,213); }
div.DivClassName
{
background-color: #C73CD5;
}
.BgClassName
{
background-color: #C73CD5;
}
</style>
border-color css
<style>
span { border-color: #C73CD5; }
span { border-color: rgb(199,60,213); }
td.TdClassName
{
border-color: #C73CD5;
}
.TagClassName
{
border-color: #C73CD5;
}
</style>