Shades of Electric Purple #C422FD
Tints of Electric Purple #C422FD
RGB
CMYK
RGB Variations
Color information
#C422FD (or 0xC422FD) is known color: Electric Purple. HEX triplet: C4, 22 and FD. RGB value is (196,34,253). Sum of RGB (Red+Green+Blue) = 196+34+253=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 34 (13.67% from 255 or 7.04% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #C422FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C422FD is #3BDD02. Grayscale: #6A6A6A. Windows color (decimal): -3923203 or 16589508. OLE color: 16589508.
HSL color Cylindrical-coordinate representation of color #C422FD: hue angle of 284.38º 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 #C422FD is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 34 | 253 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.01 |
| HSL | 284.38º | 0.98% | 0.56% | - |
| HSV(B) | 284.38º | 0.87% | 0.99% | - |
| XYZ | 41.07 | 19.97 | 94.62 | - |
| YUV | 107.4 | 210.17 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 253 | 0.23 | 0.87 | 0 | 0.01 | 284.38 | 0.98 | 0.56 |
| Hex | C4 | 22 | FD | 17 | 57 | 0 | 1 | 11C | 62 | 38 |
| Octal | 304 | 42 | 375 | 27 | 127 | 0 | 1 | 434 | 142 | 70 |
| Binary | 11000100 | 100010 | 11111101 | 10111 | 1010111 | 0 | 1 | 100011100 | 1100010 | 111000 |
Color Harmonies of #C422FD
Complementary color
Monochromatic Colors of #C422FD
Black with #C422FD
Text Example
Text Example
White with #C422FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C422FD; }
p { color: rgb(196,34,253); }
H1.HeaderClassName
{
color: #C422FD;
}
.AnyTagClassName
{
color: #C422FD;
}
</style>
background-color css
<style>
a { background-color: #C422FD; }
a { background-color: rgb(196,34,253); }
div.DivClassName
{
background-color: #C422FD;
}
.BgClassName
{
background-color: #C422FD;
}
</style>
border-color css
<style>
span { border-color: #C422FD; }
span { border-color: rgb(196,34,253); }
td.TdClassName
{
border-color: #C422FD;
}
.TagClassName
{
border-color: #C422FD;
}
</style>