Shades of Electric Purple #C005FF
Tints of Electric Purple #C005FF
RGB
CMYK
RGB Variations
Color information
#C005FF (or 0xC005FF) is known color: Electric Purple. HEX triplet: C0, 05 and FF. RGB value is (192,5,255). Sum of RGB (Red+Green+Blue) = 192+5+255=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 5 (2.34% from 255 or 1.11% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #C005FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C005FF is #3FFA00. Grayscale: #585858. Windows color (decimal): -4192769 or 16713152. OLE color: 16713152.
HSL color Cylindrical-coordinate representation of color #C005FF: hue angle of 284.88º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C005FF is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 5 | 255 | - |
| CMYK | 0.25 | 0.98 | 0 | 0 |
| HSL | 284.88º | 1% | 0.51% | - |
| HSV(B) | 284.88º | 0.98% | 1% | - |
| XYZ | 39.84 | 18.54 | 96.09 | - |
| YUV | 89.41 | 221.45 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 255 | 0.25 | 0.98 | 0 | 0 | 284.88 | 1 | 0.51 |
| Hex | C0 | 5 | FF | 19 | 62 | 0 | 0 | 11D | 64 | 33 |
| Octal | 300 | 5 | 377 | 31 | 142 | 0 | 0 | 435 | 144 | 63 |
| Binary | 11000000 | 101 | 11111111 | 11001 | 1100010 | 0 | 0 | 100011101 | 1100100 | 110011 |
Color Harmonies of #C005FF
Complementary color
Monochromatic Colors of #C005FF
Black with #C005FF
Text Example
Text Example
White with #C005FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005FF; }
p { color: rgb(192,5,255); }
H1.HeaderClassName
{
color: #C005FF;
}
.AnyTagClassName
{
color: #C005FF;
}
</style>
background-color css
<style>
a { background-color: #C005FF; }
a { background-color: rgb(192,5,255); }
div.DivClassName
{
background-color: #C005FF;
}
.BgClassName
{
background-color: #C005FF;
}
</style>
border-color css
<style>
span { border-color: #C005FF; }
span { border-color: rgb(192,5,255); }
td.TdClassName
{
border-color: #C005FF;
}
.TagClassName
{
border-color: #C005FF;
}
</style>