Shades of Electric Purple #C405FD
Tints of Electric Purple #C405FD
RGB
CMYK
RGB Variations
Color information
#C405FD (or 0xC405FD) is known color: Electric Purple. HEX triplet: C4, 05 and FD. RGB value is (196,5,253). Sum of RGB (Red+Green+Blue) = 196+5+253=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 5 (2.34% from 255 or 1.10% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #C405FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C405FD is #3BFA02. Grayscale: #595959. Windows color (decimal): -3930627 or 16582084. OLE color: 16582084.
HSL color Cylindrical-coordinate representation of color #C405FD: hue angle of 286.21º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C405FD is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 5 | 253 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.01 |
| HSL | 286.21º | 0.98% | 0.51% | - |
| HSV(B) | 286.21º | 0.98% | 0.99% | - |
| XYZ | 40.55 | 18.94 | 94.45 | - |
| YUV | 90.38 | 219.78 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 253 | 0.23 | 0.98 | 0 | 0.01 | 286.21 | 0.98 | 0.51 |
| Hex | C4 | 5 | FD | 17 | 62 | 0 | 1 | 11E | 62 | 33 |
| Octal | 304 | 5 | 375 | 27 | 142 | 0 | 1 | 436 | 142 | 63 |
| Binary | 11000100 | 101 | 11111101 | 10111 | 1100010 | 0 | 1 | 100011110 | 1100010 | 110011 |
Color Harmonies of #C405FD
Complementary color
Monochromatic Colors of #C405FD
Black with #C405FD
Text Example
Text Example
White with #C405FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C405FD; }
p { color: rgb(196,5,253); }
H1.HeaderClassName
{
color: #C405FD;
}
.AnyTagClassName
{
color: #C405FD;
}
</style>
background-color css
<style>
a { background-color: #C405FD; }
a { background-color: rgb(196,5,253); }
div.DivClassName
{
background-color: #C405FD;
}
.BgClassName
{
background-color: #C405FD;
}
</style>
border-color css
<style>
span { border-color: #C405FD; }
span { border-color: rgb(196,5,253); }
td.TdClassName
{
border-color: #C405FD;
}
.TagClassName
{
border-color: #C405FD;
}
</style>