Shades of Electric Purple #C22EFD
Tints of Electric Purple #C22EFD
RGB
CMYK
RGB Variations
Color information
#C22EFD (or 0xC22EFD) is known color: Electric Purple. HEX triplet: C2, 2E and FD. RGB value is (194,46,253). Sum of RGB (Red+Green+Blue) = 194+46+253=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 46 (18.36% from 255 or 9.33% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #C22EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22EFD is #3DD102. Grayscale: #717171. Windows color (decimal): -4051203 or 16592578. OLE color: 16592578.
HSL color Cylindrical-coordinate representation of color #C22EFD: hue angle of 282.9º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22EFD is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 46 | 253 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.01 |
| HSL | 282.9º | 0.98% | 0.59% | - |
| HSV(B) | 282.9º | 0.82% | 0.99% | - |
| XYZ | 40.95 | 20.52 | 94.73 | - |
| YUV | 113.85 | 206.53 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 253 | 0.23 | 0.82 | 0 | 0.01 | 282.9 | 0.98 | 0.59 |
| Hex | C2 | 2E | FD | 17 | 52 | 0 | 1 | 11B | 62 | 3B |
| Octal | 302 | 56 | 375 | 27 | 122 | 0 | 1 | 433 | 142 | 73 |
| Binary | 11000010 | 101110 | 11111101 | 10111 | 1010010 | 0 | 1 | 100011011 | 1100010 | 111011 |
Color Harmonies of #C22EFD
Complementary color
Monochromatic Colors of #C22EFD
Black with #C22EFD
Text Example
Text Example
White with #C22EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22EFD; }
p { color: rgb(194,46,253); }
H1.HeaderClassName
{
color: #C22EFD;
}
.AnyTagClassName
{
color: #C22EFD;
}
</style>
background-color css
<style>
a { background-color: #C22EFD; }
a { background-color: rgb(194,46,253); }
div.DivClassName
{
background-color: #C22EFD;
}
.BgClassName
{
background-color: #C22EFD;
}
</style>
border-color css
<style>
span { border-color: #C22EFD; }
span { border-color: rgb(194,46,253); }
td.TdClassName
{
border-color: #C22EFD;
}
.TagClassName
{
border-color: #C22EFD;
}
</style>