Shades of Medium Orchid #C24CEC
Tints of Medium Orchid #C24CEC
RGB
CMYK
RGB Variations
Color information
#C24CEC (or 0xC24CEC) is known color: Medium Orchid. HEX triplet: C2, 4C and EC. RGB value is (194,76,236). Sum of RGB (Red+Green+Blue) = 194+76+236=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #C24CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24CEC is #3DB313. Grayscale: #818181. Windows color (decimal): -4043540 or 15486146. OLE color: 15486146.
HSL color Cylindrical-coordinate representation of color #C24CEC: hue angle of 284.25º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C24CEC is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 76 | 236 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.07 |
| HSL | 284.25º | 0.81% | 0.61% | - |
| HSV(B) | 284.25º | 0.68% | 0.93% | - |
| XYZ | 39.97 | 22.69 | 81.63 | - |
| YUV | 129.52 | 188.09 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 236 | 0.18 | 0.68 | 0 | 0.07 | 284.25 | 0.81 | 0.61 |
| Hex | C2 | 4C | EC | 12 | 44 | 0 | 7 | 11C | 51 | 3D |
| Octal | 302 | 114 | 354 | 22 | 104 | 0 | 7 | 434 | 121 | 75 |
| Binary | 11000010 | 1001100 | 11101100 | 10010 | 1000100 | 0 | 111 | 100011100 | 1010001 | 111101 |
Color Harmonies of #C24CEC
Complementary color
Monochromatic Colors of #C24CEC
Black with #C24CEC
Text Example
Text Example
White with #C24CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CEC; }
p { color: rgb(194,76,236); }
H1.HeaderClassName
{
color: #C24CEC;
}
.AnyTagClassName
{
color: #C24CEC;
}
</style>
background-color css
<style>
a { background-color: #C24CEC; }
a { background-color: rgb(194,76,236); }
div.DivClassName
{
background-color: #C24CEC;
}
.BgClassName
{
background-color: #C24CEC;
}
</style>
border-color css
<style>
span { border-color: #C24CEC; }
span { border-color: rgb(194,76,236); }
td.TdClassName
{
border-color: #C24CEC;
}
.TagClassName
{
border-color: #C24CEC;
}
</style>