Shades of Electric Purple #C205FE
Tints of Electric Purple #C205FE
RGB
CMYK
RGB Variations
Color information
#C205FE (or 0xC205FE) is known color: Electric Purple. HEX triplet: C2, 05 and FE. RGB value is (194,5,254). Sum of RGB (Red+Green+Blue) = 194+5+254=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 5 (2.34% from 255 or 1.10% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #C205FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C205FE is #3DFA01. Grayscale: #595959. Windows color (decimal): -4061698 or 16647618. OLE color: 16647618.
HSL color Cylindrical-coordinate representation of color #C205FE: hue angle of 285.54º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C205FE is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 5 | 254 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.00 |
| HSL | 285.54º | 0.99% | 0.51% | - |
| HSV(B) | 285.54º | 0.98% | 1% | - |
| XYZ | 40.19 | 18.73 | 95.26 | - |
| YUV | 89.9 | 220.62 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 254 | 0.24 | 0.98 | 0 | 0.00 | 285.54 | 0.99 | 0.51 |
| Hex | C2 | 5 | FE | 18 | 62 | 0 | 0 | 11E | 63 | 33 |
| Octal | 302 | 5 | 376 | 30 | 142 | 0 | 0 | 436 | 143 | 63 |
| Binary | 11000010 | 101 | 11111110 | 11000 | 1100010 | 0 | 0 | 100011110 | 1100011 | 110011 |
Color Harmonies of #C205FE
Complementary color
Monochromatic Colors of #C205FE
Black with #C205FE
Text Example
Text Example
White with #C205FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C205FE; }
p { color: rgb(194,5,254); }
H1.HeaderClassName
{
color: #C205FE;
}
.AnyTagClassName
{
color: #C205FE;
}
</style>
background-color css
<style>
a { background-color: #C205FE; }
a { background-color: rgb(194,5,254); }
div.DivClassName
{
background-color: #C205FE;
}
.BgClassName
{
background-color: #C205FE;
}
</style>
border-color css
<style>
span { border-color: #C205FE; }
span { border-color: rgb(194,5,254); }
td.TdClassName
{
border-color: #C205FE;
}
.TagClassName
{
border-color: #C205FE;
}
</style>