Shades of Electric Purple #C528F3
Tints of Electric Purple #C528F3
RGB
CMYK
RGB Variations
Color information
#C528F3 (or 0xC528F3) is known color: Electric Purple. HEX triplet: C5, 28 and F3. RGB value is (197,40,243). Sum of RGB (Red+Green+Blue) = 197+40+243=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #C528F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C528F3 is #3AD70C. Grayscale: #6D6D6D. Windows color (decimal): -3856141 or 15935685. OLE color: 15935685.
HSL color Cylindrical-coordinate representation of color #C528F3: hue angle of 286.4º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C528F3 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 40 | 243 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.05 |
| HSL | 286.4º | 0.89% | 0.55% | - |
| HSV(B) | 286.4º | 0.84% | 0.95% | - |
| XYZ | 39.96 | 19.86 | 86.52 | - |
| YUV | 110.09 | 203.01 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 243 | 0.19 | 0.84 | 0 | 0.05 | 286.4 | 0.89 | 0.55 |
| Hex | C5 | 28 | F3 | 13 | 54 | 0 | 5 | 11E | 59 | 37 |
| Octal | 305 | 50 | 363 | 23 | 124 | 0 | 5 | 436 | 131 | 67 |
| Binary | 11000101 | 101000 | 11110011 | 10011 | 1010100 | 0 | 101 | 100011110 | 1011001 | 110111 |
Color Harmonies of #C528F3
Complementary color
Monochromatic Colors of #C528F3
Black with #C528F3
Text Example
Text Example
White with #C528F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C528F3; }
p { color: rgb(197,40,243); }
H1.HeaderClassName
{
color: #C528F3;
}
.AnyTagClassName
{
color: #C528F3;
}
</style>
background-color css
<style>
a { background-color: #C528F3; }
a { background-color: rgb(197,40,243); }
div.DivClassName
{
background-color: #C528F3;
}
.BgClassName
{
background-color: #C528F3;
}
</style>
border-color css
<style>
span { border-color: #C528F3; }
span { border-color: rgb(197,40,243); }
td.TdClassName
{
border-color: #C528F3;
}
.TagClassName
{
border-color: #C528F3;
}
</style>