Shades of Electric Purple #C205EA
Tints of Electric Purple #C205EA
RGB
CMYK
RGB Variations
Color information
#C205EA (or 0xC205EA) is known color: Electric Purple. HEX triplet: C2, 05 and EA. RGB value is (194,5,234). Sum of RGB (Red+Green+Blue) = 194+5+234=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #C205EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C205EA is #3DFA15. Grayscale: #565656. Windows color (decimal): -4061718 or 15336898. OLE color: 15336898.
HSL color Cylindrical-coordinate representation of color #C205EA: hue angle of 289.52º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C205EA is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 5 | 234 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.08 |
| HSL | 289.52º | 0.96% | 0.47% | - |
| HSV(B) | 289.52º | 0.98% | 0.92% | - |
| XYZ | 37.15 | 17.52 | 79.27 | - |
| YUV | 87.62 | 210.62 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 234 | 0.17 | 0.98 | 0 | 0.08 | 289.52 | 0.96 | 0.47 |
| Hex | C2 | 5 | EA | 11 | 62 | 0 | 8 | 122 | 60 | 2F |
| Octal | 302 | 5 | 352 | 21 | 142 | 0 | 10 | 442 | 140 | 57 |
| Binary | 11000010 | 101 | 11101010 | 10001 | 1100010 | 0 | 1000 | 100100010 | 1100000 | 101111 |
Color Harmonies of #C205EA
Complementary color
Monochromatic Colors of #C205EA
Black with #C205EA
Text Example
Text Example
White with #C205EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C205EA; }
p { color: rgb(194,5,234); }
H1.HeaderClassName
{
color: #C205EA;
}
.AnyTagClassName
{
color: #C205EA;
}
</style>
background-color css
<style>
a { background-color: #C205EA; }
a { background-color: rgb(194,5,234); }
div.DivClassName
{
background-color: #C205EA;
}
.BgClassName
{
background-color: #C205EA;
}
</style>
border-color css
<style>
span { border-color: #C205EA; }
span { border-color: rgb(194,5,234); }
td.TdClassName
{
border-color: #C205EA;
}
.TagClassName
{
border-color: #C205EA;
}
</style>