Shades of Medium Orchid #C53EFE
Tints of Medium Orchid #C53EFE
RGB
CMYK
RGB Variations
Color information
#C53EFE (or 0xC53EFE) is known color: Medium Orchid. HEX triplet: C5, 3E and FE. RGB value is (197,62,254). Sum of RGB (Red+Green+Blue) = 197+62+254=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 62 (24.61% from 255 or 12.09% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #C53EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53EFE is #3AC101. Grayscale: #7B7B7B. Windows color (decimal): -3850498 or 16662213. OLE color: 16662213.
HSL color Cylindrical-coordinate representation of color #C53EFE: hue angle of 282.19º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C53EFE is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 62 | 254 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.00 |
| HSL | 282.19º | 0.99% | 0.62% | - |
| HSV(B) | 282.19º | 0.76% | 1% | - |
| XYZ | 42.64 | 22.47 | 95.86 | - |
| YUV | 124.25 | 201.23 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 254 | 0.22 | 0.76 | 0 | 0.00 | 282.19 | 0.99 | 0.62 |
| Hex | C5 | 3E | FE | 16 | 4C | 0 | 0 | 11A | 63 | 3E |
| Octal | 305 | 76 | 376 | 26 | 114 | 0 | 0 | 432 | 143 | 76 |
| Binary | 11000101 | 111110 | 11111110 | 10110 | 1001100 | 0 | 0 | 100011010 | 1100011 | 111110 |
Color Harmonies of #C53EFE
Complementary color
Monochromatic Colors of #C53EFE
Black with #C53EFE
Text Example
Text Example
White with #C53EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53EFE; }
p { color: rgb(197,62,254); }
H1.HeaderClassName
{
color: #C53EFE;
}
.AnyTagClassName
{
color: #C53EFE;
}
</style>
background-color css
<style>
a { background-color: #C53EFE; }
a { background-color: rgb(197,62,254); }
div.DivClassName
{
background-color: #C53EFE;
}
.BgClassName
{
background-color: #C53EFE;
}
</style>
border-color css
<style>
span { border-color: #C53EFE; }
span { border-color: rgb(197,62,254); }
td.TdClassName
{
border-color: #C53EFE;
}
.TagClassName
{
border-color: #C53EFE;
}
</style>