Shades of Medium Orchid #C52FEC
Tints of Medium Orchid #C52FEC
RGB
CMYK
RGB Variations
Color information
#C52FEC (or 0xC52FEC) is known color: Medium Orchid. HEX triplet: C5, 2F and EC. RGB value is (197,47,236). Sum of RGB (Red+Green+Blue) = 197+47+236=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 47 (18.75% from 255 or 9.79% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #C52FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52FEC is #3AD013. Grayscale: #707070. Windows color (decimal): -3854356 or 15478725. OLE color: 15478725.
HSL color Cylindrical-coordinate representation of color #C52FEC: hue angle of 287.62º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52FEC is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 47 | 236 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.07 |
| HSL | 287.62º | 0.83% | 0.55% | - |
| HSV(B) | 287.62º | 0.8% | 0.93% | - |
| XYZ | 39.18 | 19.96 | 81.14 | - |
| YUV | 113.4 | 197.2 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 236 | 0.17 | 0.80 | 0 | 0.07 | 287.62 | 0.83 | 0.55 |
| Hex | C5 | 2F | EC | 11 | 50 | 0 | 7 | 120 | 53 | 37 |
| Octal | 305 | 57 | 354 | 21 | 120 | 0 | 7 | 440 | 123 | 67 |
| Binary | 11000101 | 101111 | 11101100 | 10001 | 1010000 | 0 | 111 | 100100000 | 1010011 | 110111 |
Color Harmonies of #C52FEC
Complementary color
Monochromatic Colors of #C52FEC
Black with #C52FEC
Text Example
Text Example
White with #C52FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52FEC; }
p { color: rgb(197,47,236); }
H1.HeaderClassName
{
color: #C52FEC;
}
.AnyTagClassName
{
color: #C52FEC;
}
</style>
background-color css
<style>
a { background-color: #C52FEC; }
a { background-color: rgb(197,47,236); }
div.DivClassName
{
background-color: #C52FEC;
}
.BgClassName
{
background-color: #C52FEC;
}
</style>
border-color css
<style>
span { border-color: #C52FEC; }
span { border-color: rgb(197,47,236); }
td.TdClassName
{
border-color: #C52FEC;
}
.TagClassName
{
border-color: #C52FEC;
}
</style>