Shades of Electric Purple #C522FD
Tints of Electric Purple #C522FD
RGB
CMYK
RGB Variations
Color information
#C522FD (or 0xC522FD) is known color: Electric Purple. HEX triplet: C5, 22 and FD. RGB value is (197,34,253). Sum of RGB (Red+Green+Blue) = 197+34+253=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 34 (13.67% from 255 or 7.02% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #C522FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C522FD is #3ADD02. Grayscale: #6A6A6A. Windows color (decimal): -3857667 or 16589509. OLE color: 16589509.
HSL color Cylindrical-coordinate representation of color #C522FD: hue angle of 284.66º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C522FD is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 34 | 253 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.01 |
| HSL | 284.66º | 0.98% | 0.56% | - |
| HSV(B) | 284.66º | 0.87% | 0.99% | - |
| XYZ | 41.33 | 20.11 | 94.63 | - |
| YUV | 107.7 | 210 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 253 | 0.22 | 0.87 | 0 | 0.01 | 284.66 | 0.98 | 0.56 |
| Hex | C5 | 22 | FD | 16 | 57 | 0 | 1 | 11D | 62 | 38 |
| Octal | 305 | 42 | 375 | 26 | 127 | 0 | 1 | 435 | 142 | 70 |
| Binary | 11000101 | 100010 | 11111101 | 10110 | 1010111 | 0 | 1 | 100011101 | 1100010 | 111000 |
Color Harmonies of #C522FD
Complementary color
Monochromatic Colors of #C522FD
Black with #C522FD
Text Example
Text Example
White with #C522FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C522FD; }
p { color: rgb(197,34,253); }
H1.HeaderClassName
{
color: #C522FD;
}
.AnyTagClassName
{
color: #C522FD;
}
</style>
background-color css
<style>
a { background-color: #C522FD; }
a { background-color: rgb(197,34,253); }
div.DivClassName
{
background-color: #C522FD;
}
.BgClassName
{
background-color: #C522FD;
}
</style>
border-color css
<style>
span { border-color: #C522FD; }
span { border-color: rgb(197,34,253); }
td.TdClassName
{
border-color: #C522FD;
}
.TagClassName
{
border-color: #C522FD;
}
</style>