Shades of Medium Orchid #C24EDE
Tints of Medium Orchid #C24EDE
RGB
CMYK
RGB Variations
Color information
#C24EDE (or 0xC24EDE) is known color: Medium Orchid. HEX triplet: C2, 4E and DE. RGB value is (194,78,222). Sum of RGB (Red+Green+Blue) = 194+78+222=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #C24EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24EDE is #3DB121. Grayscale: #808080. Windows color (decimal): -4043042 or 14569154. OLE color: 14569154.
HSL color Cylindrical-coordinate representation of color #C24EDE: hue angle of 288.33º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24EDE is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 78 | 222 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.13 |
| HSL | 288.33º | 0.69% | 0.59% | - |
| HSV(B) | 288.33º | 0.65% | 0.87% | - |
| XYZ | 38.16 | 22.19 | 71.38 | - |
| YUV | 129.1 | 180.43 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 222 | 0.13 | 0.65 | 0 | 0.13 | 288.33 | 0.69 | 0.59 |
| Hex | C2 | 4E | DE | D | 41 | 0 | D | 120 | 45 | 3B |
| Octal | 302 | 116 | 336 | 15 | 101 | 0 | 15 | 440 | 105 | 73 |
| Binary | 11000010 | 1001110 | 11011110 | 1101 | 1000001 | 0 | 1101 | 100100000 | 1000101 | 111011 |
Color Harmonies of #C24EDE
Complementary color
Monochromatic Colors of #C24EDE
Black with #C24EDE
Text Example
Text Example
White with #C24EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24EDE; }
p { color: rgb(194,78,222); }
H1.HeaderClassName
{
color: #C24EDE;
}
.AnyTagClassName
{
color: #C24EDE;
}
</style>
background-color css
<style>
a { background-color: #C24EDE; }
a { background-color: rgb(194,78,222); }
div.DivClassName
{
background-color: #C24EDE;
}
.BgClassName
{
background-color: #C24EDE;
}
</style>
border-color css
<style>
span { border-color: #C24EDE; }
span { border-color: rgb(194,78,222); }
td.TdClassName
{
border-color: #C24EDE;
}
.TagClassName
{
border-color: #C24EDE;
}
</style>