Shades of Medium Orchid #C538F1
Tints of Medium Orchid #C538F1
RGB
CMYK
RGB Variations
Color information
#C538F1 (or 0xC538F1) is known color: Medium Orchid. HEX triplet: C5, 38 and F1. RGB value is (197,56,241). Sum of RGB (Red+Green+Blue) = 197+56+241=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 56 (22.27% from 255 or 11.34% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #C538F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C538F1 is #3AC70E. Grayscale: #767676. Windows color (decimal): -3852047 or 15808709. OLE color: 15808709.
HSL color Cylindrical-coordinate representation of color #C538F1: hue angle of 285.73º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C538F1 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 56 | 241 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.05 |
| HSL | 285.73º | 0.87% | 0.58% | - |
| HSV(B) | 285.73º | 0.77% | 0.95% | - |
| XYZ | 40.32 | 21.05 | 85.16 | - |
| YUV | 119.25 | 196.71 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 241 | 0.18 | 0.77 | 0 | 0.05 | 285.73 | 0.87 | 0.58 |
| Hex | C5 | 38 | F1 | 12 | 4D | 0 | 5 | 11E | 57 | 3A |
| Octal | 305 | 70 | 361 | 22 | 115 | 0 | 5 | 436 | 127 | 72 |
| Binary | 11000101 | 111000 | 11110001 | 10010 | 1001101 | 0 | 101 | 100011110 | 1010111 | 111010 |
Color Harmonies of #C538F1
Complementary color
Monochromatic Colors of #C538F1
Black with #C538F1
Text Example
Text Example
White with #C538F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C538F1; }
p { color: rgb(197,56,241); }
H1.HeaderClassName
{
color: #C538F1;
}
.AnyTagClassName
{
color: #C538F1;
}
</style>
background-color css
<style>
a { background-color: #C538F1; }
a { background-color: rgb(197,56,241); }
div.DivClassName
{
background-color: #C538F1;
}
.BgClassName
{
background-color: #C538F1;
}
</style>
border-color css
<style>
span { border-color: #C538F1; }
span { border-color: rgb(197,56,241); }
td.TdClassName
{
border-color: #C538F1;
}
.TagClassName
{
border-color: #C538F1;
}
</style>