Shades of Medium Orchid #C532EC
Tints of Medium Orchid #C532EC
RGB
CMYK
RGB Variations
Color information
#C532EC (or 0xC532EC) is known color: Medium Orchid. HEX triplet: C5, 32 and EC. RGB value is (197,50,236). Sum of RGB (Red+Green+Blue) = 197+50+236=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 50 (19.92% from 255 or 10.35% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #C532EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C532EC is #3ACD13. Grayscale: #727272. Windows color (decimal): -3853588 or 15479493. OLE color: 15479493.
HSL color Cylindrical-coordinate representation of color #C532EC: hue angle of 287.42º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C532EC is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 50 | 236 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.07 |
| HSL | 287.42º | 0.83% | 0.56% | - |
| HSV(B) | 287.42º | 0.79% | 0.93% | - |
| XYZ | 39.31 | 20.21 | 81.19 | - |
| YUV | 115.16 | 196.2 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 236 | 0.17 | 0.79 | 0 | 0.07 | 287.42 | 0.83 | 0.56 |
| Hex | C5 | 32 | EC | 11 | 4F | 0 | 7 | 11F | 53 | 38 |
| Octal | 305 | 62 | 354 | 21 | 117 | 0 | 7 | 437 | 123 | 70 |
| Binary | 11000101 | 110010 | 11101100 | 10001 | 1001111 | 0 | 111 | 100011111 | 1010011 | 111000 |
Color Harmonies of #C532EC
Complementary color
Monochromatic Colors of #C532EC
Black with #C532EC
Text Example
Text Example
White with #C532EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532EC; }
p { color: rgb(197,50,236); }
H1.HeaderClassName
{
color: #C532EC;
}
.AnyTagClassName
{
color: #C532EC;
}
</style>
background-color css
<style>
a { background-color: #C532EC; }
a { background-color: rgb(197,50,236); }
div.DivClassName
{
background-color: #C532EC;
}
.BgClassName
{
background-color: #C532EC;
}
</style>
border-color css
<style>
span { border-color: #C532EC; }
span { border-color: rgb(197,50,236); }
td.TdClassName
{
border-color: #C532EC;
}
.TagClassName
{
border-color: #C532EC;
}
</style>