Shades of Electric Purple #C005FD
Tints of Electric Purple #C005FD
RGB
CMYK
RGB Variations
Color information
#C005FD (or 0xC005FD) is known color: Electric Purple. HEX triplet: C0, 05 and FD. RGB value is (192,5,253). Sum of RGB (Red+Green+Blue) = 192+5+253=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 5 (2.34% from 255 or 1.11% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #C005FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C005FD is #3FFA02. Grayscale: #585858. Windows color (decimal): -4192771 or 16582080. OLE color: 16582080.
HSL color Cylindrical-coordinate representation of color #C005FD: hue angle of 285.24º 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 #C005FD is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 5 | 253 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.01 |
| HSL | 285.24º | 0.98% | 0.51% | - |
| HSV(B) | 285.24º | 0.98% | 0.99% | - |
| XYZ | 39.52 | 18.41 | 94.4 | - |
| YUV | 89.19 | 220.45 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 253 | 0.24 | 0.98 | 0 | 0.01 | 285.24 | 0.98 | 0.51 |
| Hex | C0 | 5 | FD | 18 | 62 | 0 | 1 | 11D | 62 | 33 |
| Octal | 300 | 5 | 375 | 30 | 142 | 0 | 1 | 435 | 142 | 63 |
| Binary | 11000000 | 101 | 11111101 | 11000 | 1100010 | 0 | 1 | 100011101 | 1100010 | 110011 |
Color Harmonies of #C005FD
Complementary color
Monochromatic Colors of #C005FD
Black with #C005FD
Text Example
Text Example
White with #C005FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005FD; }
p { color: rgb(192,5,253); }
H1.HeaderClassName
{
color: #C005FD;
}
.AnyTagClassName
{
color: #C005FD;
}
</style>
background-color css
<style>
a { background-color: #C005FD; }
a { background-color: rgb(192,5,253); }
div.DivClassName
{
background-color: #C005FD;
}
.BgClassName
{
background-color: #C005FD;
}
</style>
border-color css
<style>
span { border-color: #C005FD; }
span { border-color: rgb(192,5,253); }
td.TdClassName
{
border-color: #C005FD;
}
.TagClassName
{
border-color: #C005FD;
}
</style>