Shades of Medium Orchid #C530E9
Tints of Medium Orchid #C530E9
RGB
CMYK
RGB Variations
Color information
#C530E9 (or 0xC530E9) is known color: Medium Orchid. HEX triplet: C5, 30 and E9. RGB value is (197,48,233). Sum of RGB (Red+Green+Blue) = 197+48+233=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 48 (19.14% from 255 or 10.04% from 478); Blue value is 233 (91.41% from 255 or 48.74% from 478); Max value from RGB is 233 - color contains mainly: blue. Hex color #C530E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C530E9 is #3ACF16. Grayscale: #717171. Windows color (decimal): -3854103 or 15282373. OLE color: 15282373.
HSL color Cylindrical-coordinate representation of color #C530E9: hue angle of 288.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C530E9 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 48 | 233 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.09 |
| HSL | 288.32º | 0.81% | 0.55% | - |
| HSV(B) | 288.32º | 0.79% | 0.91% | - |
| XYZ | 38.79 | 19.87 | 78.88 | - |
| YUV | 113.64 | 195.36 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 233 | 0.15 | 0.79 | 0 | 0.09 | 288.32 | 0.81 | 0.55 |
| Hex | C5 | 30 | E9 | F | 4F | 0 | 9 | 120 | 51 | 37 |
| Octal | 305 | 60 | 351 | 17 | 117 | 0 | 11 | 440 | 121 | 67 |
| Binary | 11000101 | 110000 | 11101001 | 1111 | 1001111 | 0 | 1001 | 100100000 | 1010001 | 110111 |
Color Harmonies of #C530E9
Complementary color
Monochromatic Colors of #C530E9
Black with #C530E9
Text Example
Text Example
White with #C530E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C530E9; }
p { color: rgb(197,48,233); }
H1.HeaderClassName
{
color: #C530E9;
}
.AnyTagClassName
{
color: #C530E9;
}
</style>
background-color css
<style>
a { background-color: #C530E9; }
a { background-color: rgb(197,48,233); }
div.DivClassName
{
background-color: #C530E9;
}
.BgClassName
{
background-color: #C530E9;
}
</style>
border-color css
<style>
span { border-color: #C530E9; }
span { border-color: rgb(197,48,233); }
td.TdClassName
{
border-color: #C530E9;
}
.TagClassName
{
border-color: #C530E9;
}
</style>