Shades of Medium Orchid #C24FEC
Tints of Medium Orchid #C24FEC
RGB
CMYK
RGB Variations
Color information
#C24FEC (or 0xC24FEC) is known color: Medium Orchid. HEX triplet: C2, 4F and EC. RGB value is (194,79,236). Sum of RGB (Red+Green+Blue) = 194+79+236=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #C24FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24FEC is #3DB013. Grayscale: #828282. Windows color (decimal): -4042772 or 15486914. OLE color: 15486914.
HSL color Cylindrical-coordinate representation of color #C24FEC: hue angle of 283.95º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24FEC is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 79 | 236 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.07 |
| HSL | 283.95º | 0.81% | 0.62% | - |
| HSV(B) | 283.95º | 0.67% | 0.93% | - |
| XYZ | 40.18 | 23.12 | 81.7 | - |
| YUV | 131.28 | 187.1 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 236 | 0.18 | 0.67 | 0 | 0.07 | 283.95 | 0.81 | 0.62 |
| Hex | C2 | 4F | EC | 12 | 43 | 0 | 7 | 11C | 51 | 3E |
| Octal | 302 | 117 | 354 | 22 | 103 | 0 | 7 | 434 | 121 | 76 |
| Binary | 11000010 | 1001111 | 11101100 | 10010 | 1000011 | 0 | 111 | 100011100 | 1010001 | 111110 |
Color Harmonies of #C24FEC
Complementary color
Monochromatic Colors of #C24FEC
Black with #C24FEC
Text Example
Text Example
White with #C24FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FEC; }
p { color: rgb(194,79,236); }
H1.HeaderClassName
{
color: #C24FEC;
}
.AnyTagClassName
{
color: #C24FEC;
}
</style>
background-color css
<style>
a { background-color: #C24FEC; }
a { background-color: rgb(194,79,236); }
div.DivClassName
{
background-color: #C24FEC;
}
.BgClassName
{
background-color: #C24FEC;
}
</style>
border-color css
<style>
span { border-color: #C24FEC; }
span { border-color: rgb(194,79,236); }
td.TdClassName
{
border-color: #C24FEC;
}
.TagClassName
{
border-color: #C24FEC;
}
</style>