Shades of Medium Orchid #C541EA
Tints of Medium Orchid #C541EA
RGB
CMYK
RGB Variations
Color information
#C541EA (or 0xC541EA) is known color: Medium Orchid. HEX triplet: C5, 41 and EA. RGB value is (197,65,234). Sum of RGB (Red+Green+Blue) = 197+65+234=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 65 (25.78% from 255 or 13.10% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #C541EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C541EA is #3ABE15. Grayscale: #7B7B7B. Windows color (decimal): -3849750 or 15352261. OLE color: 15352261.
HSL color Cylindrical-coordinate representation of color #C541EA: hue angle of 286.86º 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 #C541EA is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 65 | 234 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.08 |
| HSL | 286.86º | 0.8% | 0.59% | - |
| HSV(B) | 286.86º | 0.72% | 0.92% | - |
| XYZ | 39.77 | 21.59 | 79.91 | - |
| YUV | 123.73 | 190.23 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 234 | 0.16 | 0.72 | 0 | 0.08 | 286.86 | 0.8 | 0.59 |
| Hex | C5 | 41 | EA | 10 | 48 | 0 | 8 | 11F | 50 | 3B |
| Octal | 305 | 101 | 352 | 20 | 110 | 0 | 10 | 437 | 120 | 73 |
| Binary | 11000101 | 1000001 | 11101010 | 10000 | 1001000 | 0 | 1000 | 100011111 | 1010000 | 111011 |
Color Harmonies of #C541EA
Complementary color
Monochromatic Colors of #C541EA
Black with #C541EA
Text Example
Text Example
White with #C541EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C541EA; }
p { color: rgb(197,65,234); }
H1.HeaderClassName
{
color: #C541EA;
}
.AnyTagClassName
{
color: #C541EA;
}
</style>
background-color css
<style>
a { background-color: #C541EA; }
a { background-color: rgb(197,65,234); }
div.DivClassName
{
background-color: #C541EA;
}
.BgClassName
{
background-color: #C541EA;
}
</style>
border-color css
<style>
span { border-color: #C541EA; }
span { border-color: rgb(197,65,234); }
td.TdClassName
{
border-color: #C541EA;
}
.TagClassName
{
border-color: #C541EA;
}
</style>