Shades of Medium Orchid #C542ED
Tints of Medium Orchid #C542ED
RGB
CMYK
RGB Variations
Color information
#C542ED (or 0xC542ED) is known color: Medium Orchid. HEX triplet: C5, 42 and ED. RGB value is (197,66,237). Sum of RGB (Red+Green+Blue) = 197+66+237=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 66 (26.17% from 255 or 13.2% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #C542ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C542ED is #3ABD12. Grayscale: #7C7C7C. Windows color (decimal): -3849491 or 15549125. OLE color: 15549125.
HSL color Cylindrical-coordinate representation of color #C542ED: hue angle of 285.96º degrees, saturation: 0.83, 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 #C542ED is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 66 | 237 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.07 |
| HSL | 285.96º | 0.83% | 0.59% | - |
| HSV(B) | 285.96º | 0.72% | 0.93% | - |
| XYZ | 40.26 | 21.88 | 82.22 | - |
| YUV | 124.66 | 191.4 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 237 | 0.17 | 0.72 | 0 | 0.07 | 285.96 | 0.83 | 0.59 |
| Hex | C5 | 42 | ED | 11 | 48 | 0 | 7 | 11E | 53 | 3B |
| Octal | 305 | 102 | 355 | 21 | 110 | 0 | 7 | 436 | 123 | 73 |
| Binary | 11000101 | 1000010 | 11101101 | 10001 | 1001000 | 0 | 111 | 100011110 | 1010011 | 111011 |
Color Harmonies of #C542ED
Complementary color
Monochromatic Colors of #C542ED
Black with #C542ED
Text Example
Text Example
White with #C542ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C542ED; }
p { color: rgb(197,66,237); }
H1.HeaderClassName
{
color: #C542ED;
}
.AnyTagClassName
{
color: #C542ED;
}
</style>
background-color css
<style>
a { background-color: #C542ED; }
a { background-color: rgb(197,66,237); }
div.DivClassName
{
background-color: #C542ED;
}
.BgClassName
{
background-color: #C542ED;
}
</style>
border-color css
<style>
span { border-color: #C542ED; }
span { border-color: rgb(197,66,237); }
td.TdClassName
{
border-color: #C542ED;
}
.TagClassName
{
border-color: #C542ED;
}
</style>