Shades of Medium Orchid #C538FF
Tints of Medium Orchid #C538FF
RGB
CMYK
RGB Variations
Color information
#C538FF (or 0xC538FF) is known color: Medium Orchid. HEX triplet: C5, 38 and FF. RGB value is (197,56,255). Sum of RGB (Red+Green+Blue) = 197+56+255=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 56 (22.27% from 255 or 11.02% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #C538FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C538FF is #3AC700. Grayscale: #787878. Windows color (decimal): -3852033 or 16726213. OLE color: 16726213.
HSL color Cylindrical-coordinate representation of color #C538FF: hue angle of 282.51º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C538FF is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 56 | 255 | - |
| CMYK | 0.23 | 0.78 | 0 | 0 |
| HSL | 282.51º | 1% | 0.61% | - |
| HSV(B) | 282.51º | 0.78% | 1% | - |
| XYZ | 42.49 | 21.92 | 96.6 | - |
| YUV | 120.85 | 203.71 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 255 | 0.23 | 0.78 | 0 | 0 | 282.51 | 1 | 0.61 |
| Hex | C5 | 38 | FF | 17 | 4E | 0 | 0 | 11B | 64 | 3D |
| Octal | 305 | 70 | 377 | 27 | 116 | 0 | 0 | 433 | 144 | 75 |
| Binary | 11000101 | 111000 | 11111111 | 10111 | 1001110 | 0 | 0 | 100011011 | 1100100 | 111101 |
Color Harmonies of #C538FF
Complementary color
Monochromatic Colors of #C538FF
Black with #C538FF
Text Example
Text Example
White with #C538FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C538FF; }
p { color: rgb(197,56,255); }
H1.HeaderClassName
{
color: #C538FF;
}
.AnyTagClassName
{
color: #C538FF;
}
</style>
background-color css
<style>
a { background-color: #C538FF; }
a { background-color: rgb(197,56,255); }
div.DivClassName
{
background-color: #C538FF;
}
.BgClassName
{
background-color: #C538FF;
}
</style>
border-color css
<style>
span { border-color: #C538FF; }
span { border-color: rgb(197,56,255); }
td.TdClassName
{
border-color: #C538FF;
}
.TagClassName
{
border-color: #C538FF;
}
</style>