Shades of Medium Orchid #C24DEA
Tints of Medium Orchid #C24DEA
RGB
CMYK
RGB Variations
Color information
#C24DEA (or 0xC24DEA) is known color: Medium Orchid. HEX triplet: C2, 4D and EA. RGB value is (194,77,234). Sum of RGB (Red+Green+Blue) = 194+77+234=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #C24DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24DEA is #3DB215. Grayscale: #818181. Windows color (decimal): -4043286 or 15355330. OLE color: 15355330.
HSL color Cylindrical-coordinate representation of color #C24DEA: hue angle of 284.71º 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 #C24DEA is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 77 | 234 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.08 |
| HSL | 284.71º | 0.79% | 0.61% | - |
| HSV(B) | 284.71º | 0.67% | 0.92% | - |
| XYZ | 39.75 | 22.72 | 80.13 | - |
| YUV | 129.88 | 186.76 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 234 | 0.17 | 0.67 | 0 | 0.08 | 284.71 | 0.79 | 0.61 |
| Hex | C2 | 4D | EA | 11 | 43 | 0 | 8 | 11D | 4F | 3D |
| Octal | 302 | 115 | 352 | 21 | 103 | 0 | 10 | 435 | 117 | 75 |
| Binary | 11000010 | 1001101 | 11101010 | 10001 | 1000011 | 0 | 1000 | 100011101 | 1001111 | 111101 |
Color Harmonies of #C24DEA
Complementary color
Monochromatic Colors of #C24DEA
Black with #C24DEA
Text Example
Text Example
White with #C24DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DEA; }
p { color: rgb(194,77,234); }
H1.HeaderClassName
{
color: #C24DEA;
}
.AnyTagClassName
{
color: #C24DEA;
}
</style>
background-color css
<style>
a { background-color: #C24DEA; }
a { background-color: rgb(194,77,234); }
div.DivClassName
{
background-color: #C24DEA;
}
.BgClassName
{
background-color: #C24DEA;
}
</style>
border-color css
<style>
span { border-color: #C24DEA; }
span { border-color: rgb(194,77,234); }
td.TdClassName
{
border-color: #C24DEA;
}
.TagClassName
{
border-color: #C24DEA;
}
</style>