Shades of Medium Orchid #C73FFC
Tints of Medium Orchid #C73FFC
RGB
CMYK
RGB Variations
Color information
#C73FFC (or 0xC73FFC) is known color: Medium Orchid. HEX triplet: C7, 3F and FC. RGB value is (199,63,252). Sum of RGB (Red+Green+Blue) = 199+63+252=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 63 (25% from 255 or 12.26% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #C73FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73FFC is #38C003. Grayscale: #7C7C7C. Windows color (decimal): -3719172 or 16531399. OLE color: 16531399.
HSL color Cylindrical-coordinate representation of color #C73FFC: hue angle of 283.17º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73FFC is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 63 | 252 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.01 |
| HSL | 283.17º | 0.97% | 0.62% | - |
| HSV(B) | 283.17º | 0.75% | 0.99% | - |
| XYZ | 42.9 | 22.73 | 94.22 | - |
| YUV | 125.21 | 199.56 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 252 | 0.21 | 0.75 | 0 | 0.01 | 283.17 | 0.97 | 0.62 |
| Hex | C7 | 3F | FC | 15 | 4B | 0 | 1 | 11B | 61 | 3E |
| Octal | 307 | 77 | 374 | 25 | 113 | 0 | 1 | 433 | 141 | 76 |
| Binary | 11000111 | 111111 | 11111100 | 10101 | 1001011 | 0 | 1 | 100011011 | 1100001 | 111110 |
Color Harmonies of #C73FFC
Complementary color
Monochromatic Colors of #C73FFC
Black with #C73FFC
Text Example
Text Example
White with #C73FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73FFC; }
p { color: rgb(199,63,252); }
H1.HeaderClassName
{
color: #C73FFC;
}
.AnyTagClassName
{
color: #C73FFC;
}
</style>
background-color css
<style>
a { background-color: #C73FFC; }
a { background-color: rgb(199,63,252); }
div.DivClassName
{
background-color: #C73FFC;
}
.BgClassName
{
background-color: #C73FFC;
}
</style>
border-color css
<style>
span { border-color: #C73FFC; }
span { border-color: rgb(199,63,252); }
td.TdClassName
{
border-color: #C73FFC;
}
.TagClassName
{
border-color: #C73FFC;
}
</style>