Shades of Medium Orchid #C53EFF
Tints of Medium Orchid #C53EFF
RGB
CMYK
RGB Variations
Color information
#C53EFF (or 0xC53EFF) is known color: Medium Orchid. HEX triplet: C5, 3E and FF. RGB value is (197,62,255). Sum of RGB (Red+Green+Blue) = 197+62+255=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 62 (24.61% from 255 or 12.06% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #C53EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53EFF is #3AC100. Grayscale: #7B7B7B. Windows color (decimal): -3850497 or 16727749. OLE color: 16727749.
HSL color Cylindrical-coordinate representation of color #C53EFF: hue angle of 281.97º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C53EFF is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 62 | 255 | - |
| CMYK | 0.23 | 0.76 | 0 | 0 |
| HSL | 281.97º | 1% | 0.62% | - |
| HSV(B) | 281.97º | 0.76% | 1% | - |
| XYZ | 42.8 | 22.54 | 96.7 | - |
| YUV | 124.37 | 201.73 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 255 | 0.23 | 0.76 | 0 | 0 | 281.97 | 1 | 0.62 |
| Hex | C5 | 3E | FF | 17 | 4C | 0 | 0 | 11A | 64 | 3E |
| Octal | 305 | 76 | 377 | 27 | 114 | 0 | 0 | 432 | 144 | 76 |
| Binary | 11000101 | 111110 | 11111111 | 10111 | 1001100 | 0 | 0 | 100011010 | 1100100 | 111110 |
Color Harmonies of #C53EFF
Complementary color
Monochromatic Colors of #C53EFF
Black with #C53EFF
Text Example
Text Example
White with #C53EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53EFF; }
p { color: rgb(197,62,255); }
H1.HeaderClassName
{
color: #C53EFF;
}
.AnyTagClassName
{
color: #C53EFF;
}
</style>
background-color css
<style>
a { background-color: #C53EFF; }
a { background-color: rgb(197,62,255); }
div.DivClassName
{
background-color: #C53EFF;
}
.BgClassName
{
background-color: #C53EFF;
}
</style>
border-color css
<style>
span { border-color: #C53EFF; }
span { border-color: rgb(197,62,255); }
td.TdClassName
{
border-color: #C53EFF;
}
.TagClassName
{
border-color: #C53EFF;
}
</style>