Shades of Medium Orchid #C24DE8
Tints of Medium Orchid #C24DE8
RGB
CMYK
RGB Variations
Color information
#C24DE8 (or 0xC24DE8) is known color: Medium Orchid. HEX triplet: C2, 4D and E8. RGB value is (194,77,232). Sum of RGB (Red+Green+Blue) = 194+77+232=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #C24DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24DE8 is #3DB217. Grayscale: #818181. Windows color (decimal): -4043288 or 15224258. OLE color: 15224258.
HSL color Cylindrical-coordinate representation of color #C24DE8: hue angle of 285.29º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24DE8 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 77 | 232 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.09 |
| HSL | 285.29º | 0.77% | 0.61% | - |
| HSV(B) | 285.29º | 0.67% | 0.91% | - |
| XYZ | 39.47 | 22.6 | 78.63 | - |
| YUV | 129.65 | 185.76 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 232 | 0.16 | 0.67 | 0 | 0.09 | 285.29 | 0.77 | 0.61 |
| Hex | C2 | 4D | E8 | 10 | 43 | 0 | 9 | 11D | 4D | 3D |
| Octal | 302 | 115 | 350 | 20 | 103 | 0 | 11 | 435 | 115 | 75 |
| Binary | 11000010 | 1001101 | 11101000 | 10000 | 1000011 | 0 | 1001 | 100011101 | 1001101 | 111101 |
Color Harmonies of #C24DE8
Complementary color
Monochromatic Colors of #C24DE8
Black with #C24DE8
Text Example
Text Example
White with #C24DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DE8; }
p { color: rgb(194,77,232); }
H1.HeaderClassName
{
color: #C24DE8;
}
.AnyTagClassName
{
color: #C24DE8;
}
</style>
background-color css
<style>
a { background-color: #C24DE8; }
a { background-color: rgb(194,77,232); }
div.DivClassName
{
background-color: #C24DE8;
}
.BgClassName
{
background-color: #C24DE8;
}
</style>
border-color css
<style>
span { border-color: #C24DE8; }
span { border-color: rgb(194,77,232); }
td.TdClassName
{
border-color: #C24DE8;
}
.TagClassName
{
border-color: #C24DE8;
}
</style>