Shades of Medium Orchid #C24EED
Tints of Medium Orchid #C24EED
RGB
CMYK
RGB Variations
Color information
#C24EED (or 0xC24EED) is known color: Medium Orchid. HEX triplet: C2, 4E and ED. RGB value is (194,78,237). Sum of RGB (Red+Green+Blue) = 194+78+237=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 78 (30.86% from 255 or 15.32% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #C24EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24EED is #3DB112. Grayscale: #828282. Windows color (decimal): -4043027 or 15552194. OLE color: 15552194.
HSL color Cylindrical-coordinate representation of color #C24EED: hue angle of 283.77º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24EED is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 78 | 237 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.07 |
| HSL | 283.77º | 0.82% | 0.62% | - |
| HSV(B) | 283.77º | 0.67% | 0.93% | - |
| XYZ | 40.26 | 23.03 | 82.44 | - |
| YUV | 130.81 | 187.93 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 237 | 0.18 | 0.67 | 0 | 0.07 | 283.77 | 0.82 | 0.62 |
| Hex | C2 | 4E | ED | 12 | 43 | 0 | 7 | 11C | 52 | 3E |
| Octal | 302 | 116 | 355 | 22 | 103 | 0 | 7 | 434 | 122 | 76 |
| Binary | 11000010 | 1001110 | 11101101 | 10010 | 1000011 | 0 | 111 | 100011100 | 1010010 | 111110 |
Color Harmonies of #C24EED
Complementary color
Monochromatic Colors of #C24EED
Black with #C24EED
Text Example
Text Example
White with #C24EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24EED; }
p { color: rgb(194,78,237); }
H1.HeaderClassName
{
color: #C24EED;
}
.AnyTagClassName
{
color: #C24EED;
}
</style>
background-color css
<style>
a { background-color: #C24EED; }
a { background-color: rgb(194,78,237); }
div.DivClassName
{
background-color: #C24EED;
}
.BgClassName
{
background-color: #C24EED;
}
</style>
border-color css
<style>
span { border-color: #C24EED; }
span { border-color: rgb(194,78,237); }
td.TdClassName
{
border-color: #C24EED;
}
.TagClassName
{
border-color: #C24EED;
}
</style>