Shades of Medium Orchid #C52DEC
Tints of Medium Orchid #C52DEC
RGB
CMYK
RGB Variations
Color information
#C52DEC (or 0xC52DEC) is known color: Medium Orchid. HEX triplet: C5, 2D and EC. RGB value is (197,45,236). Sum of RGB (Red+Green+Blue) = 197+45+236=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 45 (17.97% from 255 or 9.41% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #C52DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52DEC is #3AD213. Grayscale: #6F6F6F. Windows color (decimal): -3854868 or 15478213. OLE color: 15478213.
HSL color Cylindrical-coordinate representation of color #C52DEC: hue angle of 287.75º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52DEC is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 45 | 236 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.07 |
| HSL | 287.75º | 0.83% | 0.55% | - |
| HSV(B) | 287.75º | 0.81% | 0.93% | - |
| XYZ | 39.1 | 19.8 | 81.12 | - |
| YUV | 112.22 | 197.86 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 236 | 0.17 | 0.81 | 0 | 0.07 | 287.75 | 0.83 | 0.55 |
| Hex | C5 | 2D | EC | 11 | 51 | 0 | 7 | 120 | 53 | 37 |
| Octal | 305 | 55 | 354 | 21 | 121 | 0 | 7 | 440 | 123 | 67 |
| Binary | 11000101 | 101101 | 11101100 | 10001 | 1010001 | 0 | 111 | 100100000 | 1010011 | 110111 |
Color Harmonies of #C52DEC
Complementary color
Monochromatic Colors of #C52DEC
Black with #C52DEC
Text Example
Text Example
White with #C52DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52DEC; }
p { color: rgb(197,45,236); }
H1.HeaderClassName
{
color: #C52DEC;
}
.AnyTagClassName
{
color: #C52DEC;
}
</style>
background-color css
<style>
a { background-color: #C52DEC; }
a { background-color: rgb(197,45,236); }
div.DivClassName
{
background-color: #C52DEC;
}
.BgClassName
{
background-color: #C52DEC;
}
</style>
border-color css
<style>
span { border-color: #C52DEC; }
span { border-color: rgb(197,45,236); }
td.TdClassName
{
border-color: #C52DEC;
}
.TagClassName
{
border-color: #C52DEC;
}
</style>