Shades of Electric Purple #C20DFD
Tints of Electric Purple #C20DFD
RGB
CMYK
RGB Variations
Color information
#C20DFD (or 0xC20DFD) is known color: Electric Purple. HEX triplet: C2, 0D and FD. RGB value is (194,13,253). Sum of RGB (Red+Green+Blue) = 194+13+253=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 13 (5.47% from 255 or 2.83% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #C20DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20DFD is #3DF202. Grayscale: #5D5D5D. Windows color (decimal): -4059651 or 16584130. OLE color: 16584130.
HSL color Cylindrical-coordinate representation of color #C20DFD: hue angle of 285.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20DFD is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 13 | 253 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.01 |
| HSL | 285.25º | 0.98% | 0.52% | - |
| HSV(B) | 285.25º | 0.95% | 0.99% | - |
| XYZ | 40.12 | 18.85 | 94.45 | - |
| YUV | 94.48 | 217.47 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 253 | 0.23 | 0.95 | 0 | 0.01 | 285.25 | 0.98 | 0.52 |
| Hex | C2 | D | FD | 17 | 5F | 0 | 1 | 11D | 62 | 34 |
| Octal | 302 | 15 | 375 | 27 | 137 | 0 | 1 | 435 | 142 | 64 |
| Binary | 11000010 | 1101 | 11111101 | 10111 | 1011111 | 0 | 1 | 100011101 | 1100010 | 110100 |
Color Harmonies of #C20DFD
Complementary color
Monochromatic Colors of #C20DFD
Black with #C20DFD
Text Example
Text Example
White with #C20DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20DFD; }
p { color: rgb(194,13,253); }
H1.HeaderClassName
{
color: #C20DFD;
}
.AnyTagClassName
{
color: #C20DFD;
}
</style>
background-color css
<style>
a { background-color: #C20DFD; }
a { background-color: rgb(194,13,253); }
div.DivClassName
{
background-color: #C20DFD;
}
.BgClassName
{
background-color: #C20DFD;
}
</style>
border-color css
<style>
span { border-color: #C20DFD; }
span { border-color: rgb(194,13,253); }
td.TdClassName
{
border-color: #C20DFD;
}
.TagClassName
{
border-color: #C20DFD;
}
</style>