Shades of Electric Purple #C502EE
Tints of Electric Purple #C502EE
RGB
CMYK
RGB Variations
Color information
#C502EE (or 0xC502EE) is known color: Electric Purple. HEX triplet: C5, 02 and EE. RGB value is (197,2,238). Sum of RGB (Red+Green+Blue) = 197+2+238=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 2 (1.17% from 255 or 0.46% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #C502EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C502EE is #3AFD11. Grayscale: #565656. Windows color (decimal): -3865874 or 15598277. OLE color: 15598277.
HSL color Cylindrical-coordinate representation of color #C502EE: hue angle of 289.58º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C502EE is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 2 | 238 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.07 |
| HSL | 289.58º | 0.98% | 0.47% | - |
| HSV(B) | 289.58º | 0.99% | 0.93% | - |
| XYZ | 38.48 | 18.09 | 82.35 | - |
| YUV | 87.21 | 213.1 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 238 | 0.17 | 0.99 | 0 | 0.07 | 289.58 | 0.98 | 0.47 |
| Hex | C5 | 2 | EE | 11 | 63 | 0 | 7 | 122 | 62 | 2F |
| Octal | 305 | 2 | 356 | 21 | 143 | 0 | 7 | 442 | 142 | 57 |
| Binary | 11000101 | 10 | 11101110 | 10001 | 1100011 | 0 | 111 | 100100010 | 1100010 | 101111 |
Color Harmonies of #C502EE
Complementary color
Monochromatic Colors of #C502EE
Black with #C502EE
Text Example
Text Example
White with #C502EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C502EE; }
p { color: rgb(197,2,238); }
H1.HeaderClassName
{
color: #C502EE;
}
.AnyTagClassName
{
color: #C502EE;
}
</style>
background-color css
<style>
a { background-color: #C502EE; }
a { background-color: rgb(197,2,238); }
div.DivClassName
{
background-color: #C502EE;
}
.BgClassName
{
background-color: #C502EE;
}
</style>
border-color css
<style>
span { border-color: #C502EE; }
span { border-color: rgb(197,2,238); }
td.TdClassName
{
border-color: #C502EE;
}
.TagClassName
{
border-color: #C502EE;
}
</style>