Shades of Electric Purple #C20DFF
Tints of Electric Purple #C20DFF
RGB
CMYK
RGB Variations
Color information
#C20DFF (or 0xC20DFF) is known color: Electric Purple. HEX triplet: C2, 0D and FF. RGB value is (194,13,255). Sum of RGB (Red+Green+Blue) = 194+13+255=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 13 (5.47% from 255 or 2.81% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #C20DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20DFF is #3DF200. Grayscale: #5D5D5D. Windows color (decimal): -4059649 or 16715202. OLE color: 16715202.
HSL color Cylindrical-coordinate representation of color #C20DFF: hue angle of 284.88º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20DFF is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 13 | 255 | - |
| CMYK | 0.24 | 0.95 | 0 | 0 |
| HSL | 284.88º | 1% | 0.53% | - |
| HSV(B) | 284.88º | 0.95% | 1% | - |
| XYZ | 40.44 | 18.98 | 96.14 | - |
| YUV | 94.71 | 218.47 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 255 | 0.24 | 0.95 | 0 | 0 | 284.88 | 1 | 0.53 |
| Hex | C2 | D | FF | 18 | 5F | 0 | 0 | 11D | 64 | 35 |
| Octal | 302 | 15 | 377 | 30 | 137 | 0 | 0 | 435 | 144 | 65 |
| Binary | 11000010 | 1101 | 11111111 | 11000 | 1011111 | 0 | 0 | 100011101 | 1100100 | 110101 |
Color Harmonies of #C20DFF
Complementary color
Monochromatic Colors of #C20DFF
Black with #C20DFF
Text Example
Text Example
White with #C20DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20DFF; }
p { color: rgb(194,13,255); }
H1.HeaderClassName
{
color: #C20DFF;
}
.AnyTagClassName
{
color: #C20DFF;
}
</style>
background-color css
<style>
a { background-color: #C20DFF; }
a { background-color: rgb(194,13,255); }
div.DivClassName
{
background-color: #C20DFF;
}
.BgClassName
{
background-color: #C20DFF;
}
</style>
border-color css
<style>
span { border-color: #C20DFF; }
span { border-color: rgb(194,13,255); }
td.TdClassName
{
border-color: #C20DFF;
}
.TagClassName
{
border-color: #C20DFF;
}
</style>