Shades of Medium Orchid #C73CFE
Tints of Medium Orchid #C73CFE
RGB
CMYK
RGB Variations
Color information
#C73CFE (or 0xC73CFE) is known color: Medium Orchid. HEX triplet: C7, 3C and FE. RGB value is (199,60,254). Sum of RGB (Red+Green+Blue) = 199+60+254=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 60 (23.83% from 255 or 11.70% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #C73CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73CFE is #38C301. Grayscale: #7B7B7B. Windows color (decimal): -3719938 or 16661703. OLE color: 16661703.
HSL color Cylindrical-coordinate representation of color #C73CFE: hue angle of 282.99º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73CFE is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 60 | 254 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.00 |
| HSL | 282.99º | 0.99% | 0.62% | - |
| HSV(B) | 282.99º | 0.76% | 1% | - |
| XYZ | 43.06 | 22.53 | 95.85 | - |
| YUV | 123.68 | 201.55 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 254 | 0.22 | 0.76 | 0 | 0.00 | 282.99 | 0.99 | 0.62 |
| Hex | C7 | 3C | FE | 16 | 4C | 0 | 0 | 11B | 63 | 3E |
| Octal | 307 | 74 | 376 | 26 | 114 | 0 | 0 | 433 | 143 | 76 |
| Binary | 11000111 | 111100 | 11111110 | 10110 | 1001100 | 0 | 0 | 100011011 | 1100011 | 111110 |
Color Harmonies of #C73CFE
Complementary color
Monochromatic Colors of #C73CFE
Black with #C73CFE
Text Example
Text Example
White with #C73CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73CFE; }
p { color: rgb(199,60,254); }
H1.HeaderClassName
{
color: #C73CFE;
}
.AnyTagClassName
{
color: #C73CFE;
}
</style>
background-color css
<style>
a { background-color: #C73CFE; }
a { background-color: rgb(199,60,254); }
div.DivClassName
{
background-color: #C73CFE;
}
.BgClassName
{
background-color: #C73CFE;
}
</style>
border-color css
<style>
span { border-color: #C73CFE; }
span { border-color: rgb(199,60,254); }
td.TdClassName
{
border-color: #C73CFE;
}
.TagClassName
{
border-color: #C73CFE;
}
</style>