Shades of Medium Orchid #C53AEC
Tints of Medium Orchid #C53AEC
RGB
CMYK
RGB Variations
Color information
#C53AEC (or 0xC53AEC) is known color: Medium Orchid. HEX triplet: C5, 3A and EC. RGB value is (197,58,236). Sum of RGB (Red+Green+Blue) = 197+58+236=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #C53AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53AEC is #3AC513. Grayscale: #777777. Windows color (decimal): -3851540 or 15481541. OLE color: 15481541.
HSL color Cylindrical-coordinate representation of color #C53AEC: hue angle of 286.85º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53AEC is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 58 | 236 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.07 |
| HSL | 286.85º | 0.82% | 0.58% | - |
| HSV(B) | 286.85º | 0.75% | 0.93% | - |
| XYZ | 39.68 | 20.95 | 81.31 | - |
| YUV | 119.85 | 193.55 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 236 | 0.17 | 0.75 | 0 | 0.07 | 286.85 | 0.82 | 0.58 |
| Hex | C5 | 3A | EC | 11 | 4B | 0 | 7 | 11F | 52 | 3A |
| Octal | 305 | 72 | 354 | 21 | 113 | 0 | 7 | 437 | 122 | 72 |
| Binary | 11000101 | 111010 | 11101100 | 10001 | 1001011 | 0 | 111 | 100011111 | 1010010 | 111010 |
Color Harmonies of #C53AEC
Complementary color
Monochromatic Colors of #C53AEC
Black with #C53AEC
Text Example
Text Example
White with #C53AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53AEC; }
p { color: rgb(197,58,236); }
H1.HeaderClassName
{
color: #C53AEC;
}
.AnyTagClassName
{
color: #C53AEC;
}
</style>
background-color css
<style>
a { background-color: #C53AEC; }
a { background-color: rgb(197,58,236); }
div.DivClassName
{
background-color: #C53AEC;
}
.BgClassName
{
background-color: #C53AEC;
}
</style>
border-color css
<style>
span { border-color: #C53AEC; }
span { border-color: rgb(197,58,236); }
td.TdClassName
{
border-color: #C53AEC;
}
.TagClassName
{
border-color: #C53AEC;
}
</style>