Shades of Medium Orchid #C24ED6
Tints of Medium Orchid #C24ED6
RGB
CMYK
RGB Variations
Color information
#C24ED6 (or 0xC24ED6) is known color: Medium Orchid. HEX triplet: C2, 4E and D6. RGB value is (194,78,214). Sum of RGB (Red+Green+Blue) = 194+78+214=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #C24ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24ED6 is #3DB129. Grayscale: #7F7F7F. Windows color (decimal): -4043050 or 14044866. OLE color: 14044866.
HSL color Cylindrical-coordinate representation of color #C24ED6: hue angle of 291.18º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24ED6 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 78 | 214 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.16 |
| HSL | 291.18º | 0.62% | 0.57% | - |
| HSV(B) | 291.18º | 0.64% | 0.84% | - |
| XYZ | 37.11 | 21.77 | 65.87 | - |
| YUV | 128.19 | 176.43 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 214 | 0.09 | 0.64 | 0 | 0.16 | 291.18 | 0.62 | 0.57 |
| Hex | C2 | 4E | D6 | 9 | 40 | 0 | 10 | 123 | 3E | 39 |
| Octal | 302 | 116 | 326 | 11 | 100 | 0 | 20 | 443 | 76 | 71 |
| Binary | 11000010 | 1001110 | 11010110 | 1001 | 1000000 | 0 | 10000 | 100100011 | 111110 | 111001 |
Color Harmonies of #C24ED6
Complementary color
Monochromatic Colors of #C24ED6
Black with #C24ED6
Text Example
Text Example
White with #C24ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24ED6; }
p { color: rgb(194,78,214); }
H1.HeaderClassName
{
color: #C24ED6;
}
.AnyTagClassName
{
color: #C24ED6;
}
</style>
background-color css
<style>
a { background-color: #C24ED6; }
a { background-color: rgb(194,78,214); }
div.DivClassName
{
background-color: #C24ED6;
}
.BgClassName
{
background-color: #C24ED6;
}
</style>
border-color css
<style>
span { border-color: #C24ED6; }
span { border-color: rgb(194,78,214); }
td.TdClassName
{
border-color: #C24ED6;
}
.TagClassName
{
border-color: #C24ED6;
}
</style>