Shades of Electric Purple #C205FF
Tints of Electric Purple #C205FF
RGB
CMYK
RGB Variations
Color information
#C205FF (or 0xC205FF) is known color: Electric Purple. HEX triplet: C2, 05 and FF. RGB value is (194,5,255). Sum of RGB (Red+Green+Blue) = 194+5+255=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 5 (2.34% from 255 or 1.10% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #C205FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C205FF is #3DFA00. Grayscale: #595959. Windows color (decimal): -4061697 or 16713154. OLE color: 16713154.
HSL color Cylindrical-coordinate representation of color #C205FF: hue angle of 285.36º 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 #C205FF is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 5 | 255 | - |
| CMYK | 0.24 | 0.98 | 0 | 0 |
| HSL | 285.36º | 1% | 0.51% | - |
| HSV(B) | 285.36º | 0.98% | 1% | - |
| XYZ | 40.35 | 18.8 | 96.11 | - |
| YUV | 90.01 | 221.12 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 255 | 0.24 | 0.98 | 0 | 0 | 285.36 | 1 | 0.51 |
| Hex | C2 | 5 | FF | 18 | 62 | 0 | 0 | 11D | 64 | 33 |
| Octal | 302 | 5 | 377 | 30 | 142 | 0 | 0 | 435 | 144 | 63 |
| Binary | 11000010 | 101 | 11111111 | 11000 | 1100010 | 0 | 0 | 100011101 | 1100100 | 110011 |
Color Harmonies of #C205FF
Complementary color
Monochromatic Colors of #C205FF
Black with #C205FF
Text Example
Text Example
White with #C205FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C205FF; }
p { color: rgb(194,5,255); }
H1.HeaderClassName
{
color: #C205FF;
}
.AnyTagClassName
{
color: #C205FF;
}
</style>
background-color css
<style>
a { background-color: #C205FF; }
a { background-color: rgb(194,5,255); }
div.DivClassName
{
background-color: #C205FF;
}
.BgClassName
{
background-color: #C205FF;
}
</style>
border-color css
<style>
span { border-color: #C205FF; }
span { border-color: rgb(194,5,255); }
td.TdClassName
{
border-color: #C205FF;
}
.TagClassName
{
border-color: #C205FF;
}
</style>