Shades of Medium Orchid #C24EDC
Tints of Medium Orchid #C24EDC
RGB
CMYK
RGB Variations
Color information
#C24EDC (or 0xC24EDC) is known color: Medium Orchid. HEX triplet: C2, 4E and DC. RGB value is (194,78,220). Sum of RGB (Red+Green+Blue) = 194+78+220=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #C24EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24EDC is #3DB123. Grayscale: #808080. Windows color (decimal): -4043044 or 14438082. OLE color: 14438082.
HSL color Cylindrical-coordinate representation of color #C24EDC: hue angle of 289.01º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24EDC is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 78 | 220 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.14 |
| HSL | 289.01º | 0.67% | 0.58% | - |
| HSV(B) | 289.01º | 0.65% | 0.86% | - |
| XYZ | 37.89 | 22.09 | 69.98 | - |
| YUV | 128.87 | 179.43 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 220 | 0.12 | 0.65 | 0 | 0.14 | 289.01 | 0.67 | 0.58 |
| Hex | C2 | 4E | DC | C | 41 | 0 | E | 121 | 43 | 3A |
| Octal | 302 | 116 | 334 | 14 | 101 | 0 | 16 | 441 | 103 | 72 |
| Binary | 11000010 | 1001110 | 11011100 | 1100 | 1000001 | 0 | 1110 | 100100001 | 1000011 | 111010 |
Color Harmonies of #C24EDC
Complementary color
Monochromatic Colors of #C24EDC
Black with #C24EDC
Text Example
Text Example
White with #C24EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24EDC; }
p { color: rgb(194,78,220); }
H1.HeaderClassName
{
color: #C24EDC;
}
.AnyTagClassName
{
color: #C24EDC;
}
</style>
background-color css
<style>
a { background-color: #C24EDC; }
a { background-color: rgb(194,78,220); }
div.DivClassName
{
background-color: #C24EDC;
}
.BgClassName
{
background-color: #C24EDC;
}
</style>
border-color css
<style>
span { border-color: #C24EDC; }
span { border-color: rgb(194,78,220); }
td.TdClassName
{
border-color: #C24EDC;
}
.TagClassName
{
border-color: #C24EDC;
}
</style>