Shades of Medium Orchid #C542EC
Tints of Medium Orchid #C542EC
RGB
CMYK
RGB Variations
Color information
#C542EC (or 0xC542EC) is known color: Medium Orchid. HEX triplet: C5, 42 and EC. RGB value is (197,66,236). Sum of RGB (Red+Green+Blue) = 197+66+236=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 66 (26.17% from 255 or 13.23% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #C542EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C542EC is #3ABD13. Grayscale: #7C7C7C. Windows color (decimal): -3849492 or 15483589. OLE color: 15483589.
HSL color Cylindrical-coordinate representation of color #C542EC: hue angle of 286.24º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C542EC is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 66 | 236 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.07 |
| HSL | 286.24º | 0.82% | 0.59% | - |
| HSV(B) | 286.24º | 0.72% | 0.93% | - |
| XYZ | 40.11 | 21.82 | 81.45 | - |
| YUV | 124.55 | 190.9 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 236 | 0.17 | 0.72 | 0 | 0.07 | 286.24 | 0.82 | 0.59 |
| Hex | C5 | 42 | EC | 11 | 48 | 0 | 7 | 11E | 52 | 3B |
| Octal | 305 | 102 | 354 | 21 | 110 | 0 | 7 | 436 | 122 | 73 |
| Binary | 11000101 | 1000010 | 11101100 | 10001 | 1001000 | 0 | 111 | 100011110 | 1010010 | 111011 |
Color Harmonies of #C542EC
Complementary color
Monochromatic Colors of #C542EC
Black with #C542EC
Text Example
Text Example
White with #C542EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C542EC; }
p { color: rgb(197,66,236); }
H1.HeaderClassName
{
color: #C542EC;
}
.AnyTagClassName
{
color: #C542EC;
}
</style>
background-color css
<style>
a { background-color: #C542EC; }
a { background-color: rgb(197,66,236); }
div.DivClassName
{
background-color: #C542EC;
}
.BgClassName
{
background-color: #C542EC;
}
</style>
border-color css
<style>
span { border-color: #C542EC; }
span { border-color: rgb(197,66,236); }
td.TdClassName
{
border-color: #C542EC;
}
.TagClassName
{
border-color: #C542EC;
}
</style>