Shades of Medium Orchid #C73AF7
Tints of Medium Orchid #C73AF7
RGB
CMYK
RGB Variations
Color information
#C73AF7 (or 0xC73AF7) is known color: Medium Orchid. HEX triplet: C7, 3A and F7. RGB value is (199,58,247). Sum of RGB (Red+Green+Blue) = 199+58+247=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 58 (23.05% from 255 or 11.51% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #C73AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73AF7 is #38C508. Grayscale: #797979. Windows color (decimal): -3720457 or 16202439. OLE color: 16202439.
HSL color Cylindrical-coordinate representation of color #C73AF7: hue angle of 284.76º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C73AF7 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 58 | 247 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.03 |
| HSL | 284.76º | 0.92% | 0.6% | - |
| HSV(B) | 284.76º | 0.77% | 0.97% | - |
| XYZ | 41.85 | 21.88 | 90.01 | - |
| YUV | 121.71 | 198.71 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 247 | 0.19 | 0.77 | 0 | 0.03 | 284.76 | 0.92 | 0.6 |
| Hex | C7 | 3A | F7 | 13 | 4D | 0 | 3 | 11D | 5C | 3C |
| Octal | 307 | 72 | 367 | 23 | 115 | 0 | 3 | 435 | 134 | 74 |
| Binary | 11000111 | 111010 | 11110111 | 10011 | 1001101 | 0 | 11 | 100011101 | 1011100 | 111100 |
Color Harmonies of #C73AF7
Complementary color
Monochromatic Colors of #C73AF7
Black with #C73AF7
Text Example
Text Example
White with #C73AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73AF7; }
p { color: rgb(199,58,247); }
H1.HeaderClassName
{
color: #C73AF7;
}
.AnyTagClassName
{
color: #C73AF7;
}
</style>
background-color css
<style>
a { background-color: #C73AF7; }
a { background-color: rgb(199,58,247); }
div.DivClassName
{
background-color: #C73AF7;
}
.BgClassName
{
background-color: #C73AF7;
}
</style>
border-color css
<style>
span { border-color: #C73AF7; }
span { border-color: rgb(199,58,247); }
td.TdClassName
{
border-color: #C73AF7;
}
.TagClassName
{
border-color: #C73AF7;
}
</style>