Shades of Medium Orchid #C24EEC
Tints of Medium Orchid #C24EEC
RGB
CMYK
RGB Variations
Color information
#C24EEC (or 0xC24EEC) is known color: Medium Orchid. HEX triplet: C2, 4E and EC. RGB value is (194,78,236). Sum of RGB (Red+Green+Blue) = 194+78+236=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 78 (30.86% from 255 or 15.35% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #C24EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24EEC is #3DB113. Grayscale: #828282. Windows color (decimal): -4043028 or 15486658. OLE color: 15486658.
HSL color Cylindrical-coordinate representation of color #C24EEC: hue angle of 284.05º 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 #C24EEC is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 78 | 236 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.07 |
| HSL | 284.05º | 0.81% | 0.62% | - |
| HSV(B) | 284.05º | 0.67% | 0.93% | - |
| XYZ | 40.11 | 22.97 | 81.68 | - |
| YUV | 130.7 | 187.43 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 236 | 0.18 | 0.67 | 0 | 0.07 | 284.05 | 0.81 | 0.62 |
| Hex | C2 | 4E | EC | 12 | 43 | 0 | 7 | 11C | 51 | 3E |
| Octal | 302 | 116 | 354 | 22 | 103 | 0 | 7 | 434 | 121 | 76 |
| Binary | 11000010 | 1001110 | 11101100 | 10010 | 1000011 | 0 | 111 | 100011100 | 1010001 | 111110 |
Color Harmonies of #C24EEC
Complementary color
Monochromatic Colors of #C24EEC
Black with #C24EEC
Text Example
Text Example
White with #C24EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24EEC; }
p { color: rgb(194,78,236); }
H1.HeaderClassName
{
color: #C24EEC;
}
.AnyTagClassName
{
color: #C24EEC;
}
</style>
background-color css
<style>
a { background-color: #C24EEC; }
a { background-color: rgb(194,78,236); }
div.DivClassName
{
background-color: #C24EEC;
}
.BgClassName
{
background-color: #C24EEC;
}
</style>
border-color css
<style>
span { border-color: #C24EEC; }
span { border-color: rgb(194,78,236); }
td.TdClassName
{
border-color: #C24EEC;
}
.TagClassName
{
border-color: #C24EEC;
}
</style>