Shades of Medium Orchid #C538E4
Tints of Medium Orchid #C538E4
RGB
CMYK
RGB Variations
Color information
#C538E4 (or 0xC538E4) is known color: Medium Orchid. HEX triplet: C5, 38 and E4. RGB value is (197,56,228). Sum of RGB (Red+Green+Blue) = 197+56+228=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 56 (22.27% from 255 or 11.64% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #C538E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C538E4 is #3AC71B. Grayscale: #757575. Windows color (decimal): -3852060 or 14956741. OLE color: 14956741.
HSL color Cylindrical-coordinate representation of color #C538E4: hue angle of 289.19º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C538E4 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 56 | 228 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.11 |
| HSL | 289.19º | 0.76% | 0.56% | - |
| HSV(B) | 289.19º | 0.75% | 0.89% | - |
| XYZ | 38.44 | 20.3 | 75.29 | - |
| YUV | 117.77 | 190.21 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 228 | 0.14 | 0.75 | 0 | 0.11 | 289.19 | 0.76 | 0.56 |
| Hex | C5 | 38 | E4 | E | 4B | 0 | B | 121 | 4C | 38 |
| Octal | 305 | 70 | 344 | 16 | 113 | 0 | 13 | 441 | 114 | 70 |
| Binary | 11000101 | 111000 | 11100100 | 1110 | 1001011 | 0 | 1011 | 100100001 | 1001100 | 111000 |
Color Harmonies of #C538E4
Complementary color
Monochromatic Colors of #C538E4
Black with #C538E4
Text Example
Text Example
White with #C538E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C538E4; }
p { color: rgb(197,56,228); }
H1.HeaderClassName
{
color: #C538E4;
}
.AnyTagClassName
{
color: #C538E4;
}
</style>
background-color css
<style>
a { background-color: #C538E4; }
a { background-color: rgb(197,56,228); }
div.DivClassName
{
background-color: #C538E4;
}
.BgClassName
{
background-color: #C538E4;
}
</style>
border-color css
<style>
span { border-color: #C538E4; }
span { border-color: rgb(197,56,228); }
td.TdClassName
{
border-color: #C538E4;
}
.TagClassName
{
border-color: #C538E4;
}
</style>