Shades of Medium Orchid #C530EC
Tints of Medium Orchid #C530EC
RGB
CMYK
RGB Variations
Color information
#C530EC (or 0xC530EC) is known color: Medium Orchid. HEX triplet: C5, 30 and EC. RGB value is (197,48,236). Sum of RGB (Red+Green+Blue) = 197+48+236=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #C530EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C530EC is #3ACF13. Grayscale: #717171. Windows color (decimal): -3854100 or 15478981. OLE color: 15478981.
HSL color Cylindrical-coordinate representation of color #C530EC: hue angle of 287.55º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C530EC is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 48 | 236 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.07 |
| HSL | 287.55º | 0.83% | 0.56% | - |
| HSV(B) | 287.55º | 0.8% | 0.93% | - |
| XYZ | 39.22 | 20.04 | 81.16 | - |
| YUV | 113.98 | 196.86 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 236 | 0.17 | 0.80 | 0 | 0.07 | 287.55 | 0.83 | 0.56 |
| Hex | C5 | 30 | EC | 11 | 50 | 0 | 7 | 120 | 53 | 38 |
| Octal | 305 | 60 | 354 | 21 | 120 | 0 | 7 | 440 | 123 | 70 |
| Binary | 11000101 | 110000 | 11101100 | 10001 | 1010000 | 0 | 111 | 100100000 | 1010011 | 111000 |
Color Harmonies of #C530EC
Complementary color
Monochromatic Colors of #C530EC
Black with #C530EC
Text Example
Text Example
White with #C530EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C530EC; }
p { color: rgb(197,48,236); }
H1.HeaderClassName
{
color: #C530EC;
}
.AnyTagClassName
{
color: #C530EC;
}
</style>
background-color css
<style>
a { background-color: #C530EC; }
a { background-color: rgb(197,48,236); }
div.DivClassName
{
background-color: #C530EC;
}
.BgClassName
{
background-color: #C530EC;
}
</style>
border-color css
<style>
span { border-color: #C530EC; }
span { border-color: rgb(197,48,236); }
td.TdClassName
{
border-color: #C530EC;
}
.TagClassName
{
border-color: #C530EC;
}
</style>