Shades of Medium Orchid #C542EB
Tints of Medium Orchid #C542EB
RGB
CMYK
RGB Variations
Color information
#C542EB (or 0xC542EB) is known color: Medium Orchid. HEX triplet: C5, 42 and EB. RGB value is (197,66,235). Sum of RGB (Red+Green+Blue) = 197+66+235=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 66 (26.17% from 255 or 13.25% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #C542EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C542EB is #3ABD14. Grayscale: #7B7B7B. Windows color (decimal): -3849493 or 15418053. OLE color: 15418053.
HSL color Cylindrical-coordinate representation of color #C542EB: hue angle of 286.51º degrees, saturation: 0.81, 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 #C542EB is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 66 | 235 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.08 |
| HSL | 286.51º | 0.81% | 0.59% | - |
| HSV(B) | 286.51º | 0.72% | 0.92% | - |
| XYZ | 39.97 | 21.76 | 80.69 | - |
| YUV | 124.44 | 190.4 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 235 | 0.16 | 0.72 | 0 | 0.08 | 286.51 | 0.81 | 0.59 |
| Hex | C5 | 42 | EB | 10 | 48 | 0 | 8 | 11F | 51 | 3B |
| Octal | 305 | 102 | 353 | 20 | 110 | 0 | 10 | 437 | 121 | 73 |
| Binary | 11000101 | 1000010 | 11101011 | 10000 | 1001000 | 0 | 1000 | 100011111 | 1010001 | 111011 |
Color Harmonies of #C542EB
Complementary color
Monochromatic Colors of #C542EB
Black with #C542EB
Text Example
Text Example
White with #C542EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C542EB; }
p { color: rgb(197,66,235); }
H1.HeaderClassName
{
color: #C542EB;
}
.AnyTagClassName
{
color: #C542EB;
}
</style>
background-color css
<style>
a { background-color: #C542EB; }
a { background-color: rgb(197,66,235); }
div.DivClassName
{
background-color: #C542EB;
}
.BgClassName
{
background-color: #C542EB;
}
</style>
border-color css
<style>
span { border-color: #C542EB; }
span { border-color: rgb(197,66,235); }
td.TdClassName
{
border-color: #C542EB;
}
.TagClassName
{
border-color: #C542EB;
}
</style>