Shades of Medium Orchid #C52AE0
Tints of Medium Orchid #C52AE0
RGB
CMYK
RGB Variations
Color information
#C52AE0 (or 0xC52AE0) is known color: Medium Orchid. HEX triplet: C5, 2A and E0. RGB value is (197,42,224). Sum of RGB (Red+Green+Blue) = 197+42+224=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 42 (16.80% from 255 or 9.07% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #C52AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52AE0 is #3AD51F. Grayscale: #6C6C6C. Windows color (decimal): -3855648 or 14691013. OLE color: 14691013.
HSL color Cylindrical-coordinate representation of color #C52AE0: hue angle of 291.1º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52AE0 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 42 | 224 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.12 |
| HSL | 291.1º | 0.75% | 0.52% | - |
| HSV(B) | 291.1º | 0.81% | 0.88% | - |
| XYZ | 37.31 | 18.91 | 72.2 | - |
| YUV | 109.09 | 192.85 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 224 | 0.12 | 0.81 | 0 | 0.12 | 291.1 | 0.75 | 0.52 |
| Hex | C5 | 2A | E0 | C | 51 | 0 | C | 123 | 4B | 34 |
| Octal | 305 | 52 | 340 | 14 | 121 | 0 | 14 | 443 | 113 | 64 |
| Binary | 11000101 | 101010 | 11100000 | 1100 | 1010001 | 0 | 1100 | 100100011 | 1001011 | 110100 |
Color Harmonies of #C52AE0
Complementary color
Monochromatic Colors of #C52AE0
Black with #C52AE0
Text Example
Text Example
White with #C52AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52AE0; }
p { color: rgb(197,42,224); }
H1.HeaderClassName
{
color: #C52AE0;
}
.AnyTagClassName
{
color: #C52AE0;
}
</style>
background-color css
<style>
a { background-color: #C52AE0; }
a { background-color: rgb(197,42,224); }
div.DivClassName
{
background-color: #C52AE0;
}
.BgClassName
{
background-color: #C52AE0;
}
</style>
border-color css
<style>
span { border-color: #C52AE0; }
span { border-color: rgb(197,42,224); }
td.TdClassName
{
border-color: #C52AE0;
}
.TagClassName
{
border-color: #C52AE0;
}
</style>