Shades of Medium Orchid #C538F8
Tints of Medium Orchid #C538F8
RGB
CMYK
RGB Variations
Color information
#C538F8 (or 0xC538F8) is known color: Medium Orchid. HEX triplet: C5, 38 and F8. RGB value is (197,56,248). Sum of RGB (Red+Green+Blue) = 197+56+248=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 56 (22.27% from 255 or 11.18% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #C538F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C538F8 is #3AC707. Grayscale: #777777. Windows color (decimal): -3852040 or 16267461. OLE color: 16267461.
HSL color Cylindrical-coordinate representation of color #C538F8: hue angle of 284.06º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C538F8 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 56 | 248 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.03 |
| HSL | 284.06º | 0.93% | 0.6% | - |
| HSV(B) | 284.06º | 0.77% | 0.97% | - |
| XYZ | 41.38 | 21.48 | 90.77 | - |
| YUV | 120.05 | 200.21 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 248 | 0.21 | 0.77 | 0 | 0.03 | 284.06 | 0.93 | 0.6 |
| Hex | C5 | 38 | F8 | 15 | 4D | 0 | 3 | 11C | 5D | 3C |
| Octal | 305 | 70 | 370 | 25 | 115 | 0 | 3 | 434 | 135 | 74 |
| Binary | 11000101 | 111000 | 11111000 | 10101 | 1001101 | 0 | 11 | 100011100 | 1011101 | 111100 |
Color Harmonies of #C538F8
Complementary color
Monochromatic Colors of #C538F8
Black with #C538F8
Text Example
Text Example
White with #C538F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C538F8; }
p { color: rgb(197,56,248); }
H1.HeaderClassName
{
color: #C538F8;
}
.AnyTagClassName
{
color: #C538F8;
}
</style>
background-color css
<style>
a { background-color: #C538F8; }
a { background-color: rgb(197,56,248); }
div.DivClassName
{
background-color: #C538F8;
}
.BgClassName
{
background-color: #C538F8;
}
</style>
border-color css
<style>
span { border-color: #C538F8; }
span { border-color: rgb(197,56,248); }
td.TdClassName
{
border-color: #C538F8;
}
.TagClassName
{
border-color: #C538F8;
}
</style>