Shades of Medium Orchid #C52CEA
Tints of Medium Orchid #C52CEA
RGB
CMYK
RGB Variations
Color information
#C52CEA (or 0xC52CEA) is known color: Medium Orchid. HEX triplet: C5, 2C and EA. RGB value is (197,44,234). Sum of RGB (Red+Green+Blue) = 197+44+234=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 44 (17.58% from 255 or 9.26% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #C52CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52CEA is #3AD315. Grayscale: #6E6E6E. Windows color (decimal): -3855126 or 15346885. OLE color: 15346885.
HSL color Cylindrical-coordinate representation of color #C52CEA: hue angle of 288.32º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52CEA is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 44 | 234 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.08 |
| HSL | 288.32º | 0.82% | 0.55% | - |
| HSV(B) | 288.32º | 0.81% | 0.92% | - |
| XYZ | 38.78 | 19.61 | 79.58 | - |
| YUV | 111.41 | 197.19 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 234 | 0.16 | 0.81 | 0 | 0.08 | 288.32 | 0.82 | 0.55 |
| Hex | C5 | 2C | EA | 10 | 51 | 0 | 8 | 120 | 52 | 37 |
| Octal | 305 | 54 | 352 | 20 | 121 | 0 | 10 | 440 | 122 | 67 |
| Binary | 11000101 | 101100 | 11101010 | 10000 | 1010001 | 0 | 1000 | 100100000 | 1010010 | 110111 |
Color Harmonies of #C52CEA
Complementary color
Monochromatic Colors of #C52CEA
Black with #C52CEA
Text Example
Text Example
White with #C52CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52CEA; }
p { color: rgb(197,44,234); }
H1.HeaderClassName
{
color: #C52CEA;
}
.AnyTagClassName
{
color: #C52CEA;
}
</style>
background-color css
<style>
a { background-color: #C52CEA; }
a { background-color: rgb(197,44,234); }
div.DivClassName
{
background-color: #C52CEA;
}
.BgClassName
{
background-color: #C52CEA;
}
</style>
border-color css
<style>
span { border-color: #C52CEA; }
span { border-color: rgb(197,44,234); }
td.TdClassName
{
border-color: #C52CEA;
}
.TagClassName
{
border-color: #C52CEA;
}
</style>