Shades of Medium Orchid #C24DEC
Tints of Medium Orchid #C24DEC
RGB
CMYK
RGB Variations
Color information
#C24DEC (or 0xC24DEC) is known color: Medium Orchid. HEX triplet: C2, 4D and EC. RGB value is (194,77,236). Sum of RGB (Red+Green+Blue) = 194+77+236=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #C24DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24DEC is #3DB213. Grayscale: #818181. Windows color (decimal): -4043284 or 15486402. OLE color: 15486402.
HSL color Cylindrical-coordinate representation of color #C24DEC: hue angle of 284.15º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24DEC is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 77 | 236 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.07 |
| HSL | 284.15º | 0.81% | 0.61% | - |
| HSV(B) | 284.15º | 0.67% | 0.93% | - |
| XYZ | 40.04 | 22.83 | 81.65 | - |
| YUV | 130.11 | 187.76 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 236 | 0.18 | 0.67 | 0 | 0.07 | 284.15 | 0.81 | 0.61 |
| Hex | C2 | 4D | EC | 12 | 43 | 0 | 7 | 11C | 51 | 3D |
| Octal | 302 | 115 | 354 | 22 | 103 | 0 | 7 | 434 | 121 | 75 |
| Binary | 11000010 | 1001101 | 11101100 | 10010 | 1000011 | 0 | 111 | 100011100 | 1010001 | 111101 |
Color Harmonies of #C24DEC
Complementary color
Monochromatic Colors of #C24DEC
Black with #C24DEC
Text Example
Text Example
White with #C24DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DEC; }
p { color: rgb(194,77,236); }
H1.HeaderClassName
{
color: #C24DEC;
}
.AnyTagClassName
{
color: #C24DEC;
}
</style>
background-color css
<style>
a { background-color: #C24DEC; }
a { background-color: rgb(194,77,236); }
div.DivClassName
{
background-color: #C24DEC;
}
.BgClassName
{
background-color: #C24DEC;
}
</style>
border-color css
<style>
span { border-color: #C24DEC; }
span { border-color: rgb(194,77,236); }
td.TdClassName
{
border-color: #C24DEC;
}
.TagClassName
{
border-color: #C24DEC;
}
</style>