Shades of Medium Orchid #C538F4
Tints of Medium Orchid #C538F4
RGB
CMYK
RGB Variations
Color information
#C538F4 (or 0xC538F4) is known color: Medium Orchid. HEX triplet: C5, 38 and F4. RGB value is (197,56,244). Sum of RGB (Red+Green+Blue) = 197+56+244=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 56 (22.27% from 255 or 11.27% from 497); Blue value is 244 (95.70% from 255 or 49.09% from 497); Max value from RGB is 244 - color contains mainly: blue. Hex color #C538F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C538F4 is #3AC70B. Grayscale: #767676. Windows color (decimal): -3852044 or 16005317. OLE color: 16005317.
HSL color Cylindrical-coordinate representation of color #C538F4: hue angle of 285º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C538F4 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 56 | 244 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.04 |
| HSL | 285º | 0.9% | 0.59% | - |
| HSV(B) | 285º | 0.77% | 0.96% | - |
| XYZ | 40.77 | 21.23 | 87.54 | - |
| YUV | 119.59 | 198.21 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 244 | 0.19 | 0.77 | 0 | 0.04 | 285 | 0.9 | 0.59 |
| Hex | C5 | 38 | F4 | 13 | 4D | 0 | 4 | 11D | 5A | 3B |
| Octal | 305 | 70 | 364 | 23 | 115 | 0 | 4 | 435 | 132 | 73 |
| Binary | 11000101 | 111000 | 11110100 | 10011 | 1001101 | 0 | 100 | 100011101 | 1011010 | 111011 |
Color Harmonies of #C538F4
Complementary color
Monochromatic Colors of #C538F4
Black with #C538F4
Text Example
Text Example
White with #C538F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C538F4; }
p { color: rgb(197,56,244); }
H1.HeaderClassName
{
color: #C538F4;
}
.AnyTagClassName
{
color: #C538F4;
}
</style>
background-color css
<style>
a { background-color: #C538F4; }
a { background-color: rgb(197,56,244); }
div.DivClassName
{
background-color: #C538F4;
}
.BgClassName
{
background-color: #C538F4;
}
</style>
border-color css
<style>
span { border-color: #C538F4; }
span { border-color: rgb(197,56,244); }
td.TdClassName
{
border-color: #C538F4;
}
.TagClassName
{
border-color: #C538F4;
}
</style>