Shades of Medium Orchid #C73ADA
Tints of Medium Orchid #C73ADA
RGB
CMYK
RGB Variations
Color information
#C73ADA (or 0xC73ADA) is known color: Medium Orchid. HEX triplet: C7, 3A and DA. RGB value is (199,58,218). Sum of RGB (Red+Green+Blue) = 199+58+218=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #C73ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73ADA is #38C525. Grayscale: #757575. Windows color (decimal): -3720486 or 14301895. OLE color: 14301895.
HSL color Cylindrical-coordinate representation of color #C73ADA: hue angle of 292.88º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73ADA is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 58 | 218 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.15 |
| HSL | 292.88º | 0.68% | 0.54% | - |
| HSV(B) | 292.88º | 0.73% | 0.85% | - |
| XYZ | 37.72 | 20.23 | 68.25 | - |
| YUV | 118.4 | 184.21 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 218 | 0.09 | 0.73 | 0 | 0.15 | 292.88 | 0.68 | 0.54 |
| Hex | C7 | 3A | DA | 9 | 49 | 0 | F | 125 | 44 | 36 |
| Octal | 307 | 72 | 332 | 11 | 111 | 0 | 17 | 445 | 104 | 66 |
| Binary | 11000111 | 111010 | 11011010 | 1001 | 1001001 | 0 | 1111 | 100100101 | 1000100 | 110110 |
Color Harmonies of #C73ADA
Complementary color
Monochromatic Colors of #C73ADA
Black with #C73ADA
Text Example
Text Example
White with #C73ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73ADA; }
p { color: rgb(199,58,218); }
H1.HeaderClassName
{
color: #C73ADA;
}
.AnyTagClassName
{
color: #C73ADA;
}
</style>
background-color css
<style>
a { background-color: #C73ADA; }
a { background-color: rgb(199,58,218); }
div.DivClassName
{
background-color: #C73ADA;
}
.BgClassName
{
background-color: #C73ADA;
}
</style>
border-color css
<style>
span { border-color: #C73ADA; }
span { border-color: rgb(199,58,218); }
td.TdClassName
{
border-color: #C73ADA;
}
.TagClassName
{
border-color: #C73ADA;
}
</style>