Shades of Medium Orchid #C53FED
Tints of Medium Orchid #C53FED
RGB
CMYK
RGB Variations
Color information
#C53FED (or 0xC53FED) is known color: Medium Orchid. HEX triplet: C5, 3F and ED. RGB value is (197,63,237). Sum of RGB (Red+Green+Blue) = 197+63+237=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #C53FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53FED is #3AC012. Grayscale: #7A7A7A. Windows color (decimal): -3850259 or 15548357. OLE color: 15548357.
HSL color Cylindrical-coordinate representation of color #C53FED: hue angle of 286.21º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53FED is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 63 | 237 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.07 |
| HSL | 286.21º | 0.83% | 0.59% | - |
| HSV(B) | 286.21º | 0.73% | 0.93% | - |
| XYZ | 40.09 | 21.54 | 82.17 | - |
| YUV | 122.9 | 192.39 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 237 | 0.17 | 0.73 | 0 | 0.07 | 286.21 | 0.83 | 0.59 |
| Hex | C5 | 3F | ED | 11 | 49 | 0 | 7 | 11E | 53 | 3B |
| Octal | 305 | 77 | 355 | 21 | 111 | 0 | 7 | 436 | 123 | 73 |
| Binary | 11000101 | 111111 | 11101101 | 10001 | 1001001 | 0 | 111 | 100011110 | 1010011 | 111011 |
Color Harmonies of #C53FED
Complementary color
Monochromatic Colors of #C53FED
Black with #C53FED
Text Example
Text Example
White with #C53FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53FED; }
p { color: rgb(197,63,237); }
H1.HeaderClassName
{
color: #C53FED;
}
.AnyTagClassName
{
color: #C53FED;
}
</style>
background-color css
<style>
a { background-color: #C53FED; }
a { background-color: rgb(197,63,237); }
div.DivClassName
{
background-color: #C53FED;
}
.BgClassName
{
background-color: #C53FED;
}
</style>
border-color css
<style>
span { border-color: #C53FED; }
span { border-color: rgb(197,63,237); }
td.TdClassName
{
border-color: #C53FED;
}
.TagClassName
{
border-color: #C53FED;
}
</style>