Shades of Electric Purple #C20DFA
Tints of Electric Purple #C20DFA
RGB
CMYK
RGB Variations
Color information
#C20DFA (or 0xC20DFA) is known color: Electric Purple. HEX triplet: C2, 0D and FA. RGB value is (194,13,250). Sum of RGB (Red+Green+Blue) = 194+13+250=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 13 (5.47% from 255 or 2.84% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #C20DFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20DFA is #3DF205. Grayscale: #5D5D5D. Windows color (decimal): -4059654 or 16387522. OLE color: 16387522.
HSL color Cylindrical-coordinate representation of color #C20DFA: hue angle of 285.82º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20DFA is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 13 | 250 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.02 |
| HSL | 285.82º | 0.96% | 0.52% | - |
| HSV(B) | 285.82º | 0.95% | 0.98% | - |
| XYZ | 39.65 | 18.66 | 91.95 | - |
| YUV | 94.14 | 215.97 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 250 | 0.22 | 0.95 | 0 | 0.02 | 285.82 | 0.96 | 0.52 |
| Hex | C2 | D | FA | 16 | 5F | 0 | 2 | 11E | 60 | 34 |
| Octal | 302 | 15 | 372 | 26 | 137 | 0 | 2 | 436 | 140 | 64 |
| Binary | 11000010 | 1101 | 11111010 | 10110 | 1011111 | 0 | 10 | 100011110 | 1100000 | 110100 |
Color Harmonies of #C20DFA
Complementary color
Monochromatic Colors of #C20DFA
Black with #C20DFA
Text Example
Text Example
White with #C20DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20DFA; }
p { color: rgb(194,13,250); }
H1.HeaderClassName
{
color: #C20DFA;
}
.AnyTagClassName
{
color: #C20DFA;
}
</style>
background-color css
<style>
a { background-color: #C20DFA; }
a { background-color: rgb(194,13,250); }
div.DivClassName
{
background-color: #C20DFA;
}
.BgClassName
{
background-color: #C20DFA;
}
</style>
border-color css
<style>
span { border-color: #C20DFA; }
span { border-color: rgb(194,13,250); }
td.TdClassName
{
border-color: #C20DFA;
}
.TagClassName
{
border-color: #C20DFA;
}
</style>