Shades of Electric Purple #C502E6
Tints of Electric Purple #C502E6
RGB
CMYK
RGB Variations
Color information
#C502E6 (or 0xC502E6) is known color: Electric Purple. HEX triplet: C5, 02 and E6. RGB value is (197,2,230). Sum of RGB (Red+Green+Blue) = 197+2+230=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 230 (90.23% from 255 or 53.61% from 429); Max value from RGB is 230 - color contains mainly: blue. Hex color #C502E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C502E6 is #3AFD19. Grayscale: #555555. Windows color (decimal): -3865882 or 15073989. OLE color: 15073989.
HSL color Cylindrical-coordinate representation of color #C502E6: hue angle of 291.32º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C502E6 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 2 | 230 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.10 |
| HSL | 291.32º | 0.98% | 0.45% | - |
| HSV(B) | 291.32º | 0.99% | 0.9% | - |
| XYZ | 37.33 | 17.63 | 76.3 | - |
| YUV | 86.3 | 209.1 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 230 | 0.14 | 0.99 | 0 | 0.10 | 291.32 | 0.98 | 0.45 |
| Hex | C5 | 2 | E6 | E | 63 | 0 | A | 123 | 62 | 2D |
| Octal | 305 | 2 | 346 | 16 | 143 | 0 | 12 | 443 | 142 | 55 |
| Binary | 11000101 | 10 | 11100110 | 1110 | 1100011 | 0 | 1010 | 100100011 | 1100010 | 101101 |
Color Harmonies of #C502E6
Complementary color
Monochromatic Colors of #C502E6
Black with #C502E6
Text Example
Text Example
White with #C502E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C502E6; }
p { color: rgb(197,2,230); }
H1.HeaderClassName
{
color: #C502E6;
}
.AnyTagClassName
{
color: #C502E6;
}
</style>
background-color css
<style>
a { background-color: #C502E6; }
a { background-color: rgb(197,2,230); }
div.DivClassName
{
background-color: #C502E6;
}
.BgClassName
{
background-color: #C502E6;
}
</style>
border-color css
<style>
span { border-color: #C502E6; }
span { border-color: rgb(197,2,230); }
td.TdClassName
{
border-color: #C502E6;
}
.TagClassName
{
border-color: #C502E6;
}
</style>