Shades of Medium Orchid #C73FEC
Tints of Medium Orchid #C73FEC
RGB
CMYK
RGB Variations
Color information
#C73FEC (or 0xC73FEC) is known color: Medium Orchid. HEX triplet: C7, 3F and EC. RGB value is (199,63,236). Sum of RGB (Red+Green+Blue) = 199+63+236=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 63 (25% from 255 or 12.65% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #C73FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73FEC is #38C013. Grayscale: #7A7A7A. Windows color (decimal): -3719188 or 15482823. OLE color: 15482823.
HSL color Cylindrical-coordinate representation of color #C73FEC: hue angle of 287.17º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73FEC is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 63 | 236 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.07 |
| HSL | 287.17º | 0.82% | 0.59% | - |
| HSV(B) | 287.17º | 0.73% | 0.93% | - |
| XYZ | 40.47 | 21.75 | 81.42 | - |
| YUV | 123.39 | 191.56 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 236 | 0.16 | 0.73 | 0 | 0.07 | 287.17 | 0.82 | 0.59 |
| Hex | C7 | 3F | EC | 10 | 49 | 0 | 7 | 11F | 52 | 3B |
| Octal | 307 | 77 | 354 | 20 | 111 | 0 | 7 | 437 | 122 | 73 |
| Binary | 11000111 | 111111 | 11101100 | 10000 | 1001001 | 0 | 111 | 100011111 | 1010010 | 111011 |
Color Harmonies of #C73FEC
Complementary color
Monochromatic Colors of #C73FEC
Black with #C73FEC
Text Example
Text Example
White with #C73FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73FEC; }
p { color: rgb(199,63,236); }
H1.HeaderClassName
{
color: #C73FEC;
}
.AnyTagClassName
{
color: #C73FEC;
}
</style>
background-color css
<style>
a { background-color: #C73FEC; }
a { background-color: rgb(199,63,236); }
div.DivClassName
{
background-color: #C73FEC;
}
.BgClassName
{
background-color: #C73FEC;
}
</style>
border-color css
<style>
span { border-color: #C73FEC; }
span { border-color: rgb(199,63,236); }
td.TdClassName
{
border-color: #C73FEC;
}
.TagClassName
{
border-color: #C73FEC;
}
</style>