Shades of Electric Purple #C528F8
Tints of Electric Purple #C528F8
RGB
CMYK
RGB Variations
Color information
#C528F8 (or 0xC528F8) is known color: Electric Purple. HEX triplet: C5, 28 and F8. RGB value is (197,40,248). Sum of RGB (Red+Green+Blue) = 197+40+248=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 40 (16.02% from 255 or 8.25% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #C528F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C528F8 is #3AD707. Grayscale: #6D6D6D. Windows color (decimal): -3856136 or 16263365. OLE color: 16263365.
HSL color Cylindrical-coordinate representation of color #C528F8: hue angle of 285.29º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C528F8 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 40 | 248 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.03 |
| HSL | 285.29º | 0.94% | 0.56% | - |
| HSV(B) | 285.29º | 0.84% | 0.97% | - |
| XYZ | 40.73 | 20.17 | 90.55 | - |
| YUV | 110.66 | 205.51 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 248 | 0.21 | 0.84 | 0 | 0.03 | 285.29 | 0.94 | 0.56 |
| Hex | C5 | 28 | F8 | 15 | 54 | 0 | 3 | 11D | 5E | 38 |
| Octal | 305 | 50 | 370 | 25 | 124 | 0 | 3 | 435 | 136 | 70 |
| Binary | 11000101 | 101000 | 11111000 | 10101 | 1010100 | 0 | 11 | 100011101 | 1011110 | 111000 |
Color Harmonies of #C528F8
Complementary color
Monochromatic Colors of #C528F8
Black with #C528F8
Text Example
Text Example
White with #C528F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C528F8; }
p { color: rgb(197,40,248); }
H1.HeaderClassName
{
color: #C528F8;
}
.AnyTagClassName
{
color: #C528F8;
}
</style>
background-color css
<style>
a { background-color: #C528F8; }
a { background-color: rgb(197,40,248); }
div.DivClassName
{
background-color: #C528F8;
}
.BgClassName
{
background-color: #C528F8;
}
</style>
border-color css
<style>
span { border-color: #C528F8; }
span { border-color: rgb(197,40,248); }
td.TdClassName
{
border-color: #C528F8;
}
.TagClassName
{
border-color: #C528F8;
}
</style>