Shades of Medium Orchid #C241EA
Tints of Medium Orchid #C241EA
RGB
CMYK
RGB Variations
Color information
#C241EA (or 0xC241EA) is known color: Medium Orchid. HEX triplet: C2, 41 and EA. RGB value is (194,65,234). Sum of RGB (Red+Green+Blue) = 194+65+234=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #C241EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C241EA is #3DBE15. Grayscale: #7A7A7A. Windows color (decimal): -4046358 or 15352258. OLE color: 15352258.
HSL color Cylindrical-coordinate representation of color #C241EA: hue angle of 285.8º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C241EA is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 65 | 234 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.08 |
| HSL | 285.8º | 0.8% | 0.59% | - |
| HSV(B) | 285.8º | 0.72% | 0.92% | - |
| XYZ | 38.99 | 21.19 | 79.88 | - |
| YUV | 122.84 | 190.74 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 234 | 0.17 | 0.72 | 0 | 0.08 | 285.8 | 0.8 | 0.59 |
| Hex | C2 | 41 | EA | 11 | 48 | 0 | 8 | 11E | 50 | 3B |
| Octal | 302 | 101 | 352 | 21 | 110 | 0 | 10 | 436 | 120 | 73 |
| Binary | 11000010 | 1000001 | 11101010 | 10001 | 1001000 | 0 | 1000 | 100011110 | 1010000 | 111011 |
Color Harmonies of #C241EA
Complementary color
Monochromatic Colors of #C241EA
Black with #C241EA
Text Example
Text Example
White with #C241EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C241EA; }
p { color: rgb(194,65,234); }
H1.HeaderClassName
{
color: #C241EA;
}
.AnyTagClassName
{
color: #C241EA;
}
</style>
background-color css
<style>
a { background-color: #C241EA; }
a { background-color: rgb(194,65,234); }
div.DivClassName
{
background-color: #C241EA;
}
.BgClassName
{
background-color: #C241EA;
}
</style>
border-color css
<style>
span { border-color: #C241EA; }
span { border-color: rgb(194,65,234); }
td.TdClassName
{
border-color: #C241EA;
}
.TagClassName
{
border-color: #C241EA;
}
</style>