Shades of Electric Purple #C20EFD
Tints of Electric Purple #C20EFD
RGB
CMYK
RGB Variations
Color information
#C20EFD (or 0xC20EFD) is known color: Electric Purple. HEX triplet: C2, 0E and FD. RGB value is (194,14,253). Sum of RGB (Red+Green+Blue) = 194+14+253=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #C20EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20EFD is #3DF102. Grayscale: #5E5E5E. Windows color (decimal): -4059395 or 16584386. OLE color: 16584386.
HSL color Cylindrical-coordinate representation of color #C20EFD: hue angle of 285.19º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20EFD is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 14 | 253 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.01 |
| HSL | 285.19º | 0.98% | 0.52% | - |
| HSV(B) | 285.19º | 0.94% | 0.99% | - |
| XYZ | 40.13 | 18.88 | 94.46 | - |
| YUV | 95.07 | 217.13 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 253 | 0.23 | 0.94 | 0 | 0.01 | 285.19 | 0.98 | 0.52 |
| Hex | C2 | E | FD | 17 | 5E | 0 | 1 | 11D | 62 | 34 |
| Octal | 302 | 16 | 375 | 27 | 136 | 0 | 1 | 435 | 142 | 64 |
| Binary | 11000010 | 1110 | 11111101 | 10111 | 1011110 | 0 | 1 | 100011101 | 1100010 | 110100 |
Color Harmonies of #C20EFD
Complementary color
Monochromatic Colors of #C20EFD
Black with #C20EFD
Text Example
Text Example
White with #C20EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20EFD; }
p { color: rgb(194,14,253); }
H1.HeaderClassName
{
color: #C20EFD;
}
.AnyTagClassName
{
color: #C20EFD;
}
</style>
background-color css
<style>
a { background-color: #C20EFD; }
a { background-color: rgb(194,14,253); }
div.DivClassName
{
background-color: #C20EFD;
}
.BgClassName
{
background-color: #C20EFD;
}
</style>
border-color css
<style>
span { border-color: #C20EFD; }
span { border-color: rgb(194,14,253); }
td.TdClassName
{
border-color: #C20EFD;
}
.TagClassName
{
border-color: #C20EFD;
}
</style>