Shades of Medium Orchid #C538ED
Tints of Medium Orchid #C538ED
RGB
CMYK
RGB Variations
Color information
#C538ED (or 0xC538ED) is known color: Medium Orchid. HEX triplet: C5, 38 and ED. RGB value is (197,56,237). Sum of RGB (Red+Green+Blue) = 197+56+237=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 56 (22.27% from 255 or 11.43% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #C538ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C538ED is #3AC712. Grayscale: #767676. Windows color (decimal): -3852051 or 15546565. OLE color: 15546565.
HSL color Cylindrical-coordinate representation of color #C538ED: hue angle of 286.74º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C538ED is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 56 | 237 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.07 |
| HSL | 286.74º | 0.83% | 0.57% | - |
| HSV(B) | 286.74º | 0.76% | 0.93% | - |
| XYZ | 39.73 | 20.81 | 82.04 | - |
| YUV | 118.79 | 194.71 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 237 | 0.17 | 0.76 | 0 | 0.07 | 286.74 | 0.83 | 0.57 |
| Hex | C5 | 38 | ED | 11 | 4C | 0 | 7 | 11F | 53 | 39 |
| Octal | 305 | 70 | 355 | 21 | 114 | 0 | 7 | 437 | 123 | 71 |
| Binary | 11000101 | 111000 | 11101101 | 10001 | 1001100 | 0 | 111 | 100011111 | 1010011 | 111001 |
Color Harmonies of #C538ED
Complementary color
Monochromatic Colors of #C538ED
Black with #C538ED
Text Example
Text Example
White with #C538ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C538ED; }
p { color: rgb(197,56,237); }
H1.HeaderClassName
{
color: #C538ED;
}
.AnyTagClassName
{
color: #C538ED;
}
</style>
background-color css
<style>
a { background-color: #C538ED; }
a { background-color: rgb(197,56,237); }
div.DivClassName
{
background-color: #C538ED;
}
.BgClassName
{
background-color: #C538ED;
}
</style>
border-color css
<style>
span { border-color: #C538ED; }
span { border-color: rgb(197,56,237); }
td.TdClassName
{
border-color: #C538ED;
}
.TagClassName
{
border-color: #C538ED;
}
</style>