Shades of Medium Orchid #C24EEA
Tints of Medium Orchid #C24EEA
RGB
CMYK
RGB Variations
Color information
#C24EEA (or 0xC24EEA) is known color: Medium Orchid. HEX triplet: C2, 4E and EA. RGB value is (194,78,234). Sum of RGB (Red+Green+Blue) = 194+78+234=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #C24EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24EEA is #3DB115. Grayscale: #818181. Windows color (decimal): -4043030 or 15355586. OLE color: 15355586.
HSL color Cylindrical-coordinate representation of color #C24EEA: hue angle of 284.62º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24EEA is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 78 | 234 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.08 |
| HSL | 284.62º | 0.79% | 0.61% | - |
| HSV(B) | 284.62º | 0.67% | 0.92% | - |
| XYZ | 39.82 | 22.86 | 80.16 | - |
| YUV | 130.47 | 186.43 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 234 | 0.17 | 0.67 | 0 | 0.08 | 284.62 | 0.79 | 0.61 |
| Hex | C2 | 4E | EA | 11 | 43 | 0 | 8 | 11D | 4F | 3D |
| Octal | 302 | 116 | 352 | 21 | 103 | 0 | 10 | 435 | 117 | 75 |
| Binary | 11000010 | 1001110 | 11101010 | 10001 | 1000011 | 0 | 1000 | 100011101 | 1001111 | 111101 |
Color Harmonies of #C24EEA
Complementary color
Monochromatic Colors of #C24EEA
Black with #C24EEA
Text Example
Text Example
White with #C24EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24EEA; }
p { color: rgb(194,78,234); }
H1.HeaderClassName
{
color: #C24EEA;
}
.AnyTagClassName
{
color: #C24EEA;
}
</style>
background-color css
<style>
a { background-color: #C24EEA; }
a { background-color: rgb(194,78,234); }
div.DivClassName
{
background-color: #C24EEA;
}
.BgClassName
{
background-color: #C24EEA;
}
</style>
border-color css
<style>
span { border-color: #C24EEA; }
span { border-color: rgb(194,78,234); }
td.TdClassName
{
border-color: #C24EEA;
}
.TagClassName
{
border-color: #C24EEA;
}
</style>