Shades of Medium Orchid #C538FA
Tints of Medium Orchid #C538FA
RGB
CMYK
RGB Variations
Color information
#C538FA (or 0xC538FA) is known color: Medium Orchid. HEX triplet: C5, 38 and FA. RGB value is (197,56,250). Sum of RGB (Red+Green+Blue) = 197+56+250=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 56 (22.27% from 255 or 11.13% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #C538FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C538FA is #3AC705. Grayscale: #777777. Windows color (decimal): -3852038 or 16398533. OLE color: 16398533.
HSL color Cylindrical-coordinate representation of color #C538FA: hue angle of 283.61º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C538FA is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 56 | 250 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.02 |
| HSL | 283.61º | 0.95% | 0.6% | - |
| HSV(B) | 283.61º | 0.78% | 0.98% | - |
| XYZ | 41.7 | 21.6 | 92.41 | - |
| YUV | 120.28 | 201.21 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 250 | 0.21 | 0.78 | 0 | 0.02 | 283.61 | 0.95 | 0.6 |
| Hex | C5 | 38 | FA | 15 | 4E | 0 | 2 | 11C | 5F | 3C |
| Octal | 305 | 70 | 372 | 25 | 116 | 0 | 2 | 434 | 137 | 74 |
| Binary | 11000101 | 111000 | 11111010 | 10101 | 1001110 | 0 | 10 | 100011100 | 1011111 | 111100 |
Color Harmonies of #C538FA
Complementary color
Monochromatic Colors of #C538FA
Black with #C538FA
Text Example
Text Example
White with #C538FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C538FA; }
p { color: rgb(197,56,250); }
H1.HeaderClassName
{
color: #C538FA;
}
.AnyTagClassName
{
color: #C538FA;
}
</style>
background-color css
<style>
a { background-color: #C538FA; }
a { background-color: rgb(197,56,250); }
div.DivClassName
{
background-color: #C538FA;
}
.BgClassName
{
background-color: #C538FA;
}
</style>
border-color css
<style>
span { border-color: #C538FA; }
span { border-color: rgb(197,56,250); }
td.TdClassName
{
border-color: #C538FA;
}
.TagClassName
{
border-color: #C538FA;
}
</style>