Shades of Electric Purple #C204ED
Tints of Electric Purple #C204ED
RGB
CMYK
RGB Variations
Color information
#C204ED (or 0xC204ED) is known color: Electric Purple. HEX triplet: C2, 04 and ED. RGB value is (194,4,237). Sum of RGB (Red+Green+Blue) = 194+4+237=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 4 (1.95% from 255 or 0.92% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #C204ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C204ED is #3DFB12. Grayscale: #565656. Windows color (decimal): -4061971 or 15533250. OLE color: 15533250.
HSL color Cylindrical-coordinate representation of color #C204ED: hue angle of 288.93º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C204ED is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 4 | 237 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.07 |
| HSL | 288.93º | 0.97% | 0.47% | - |
| HSV(B) | 288.93º | 0.98% | 0.93% | - |
| XYZ | 37.58 | 17.67 | 81.55 | - |
| YUV | 87.37 | 212.45 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 237 | 0.18 | 0.98 | 0 | 0.07 | 288.93 | 0.97 | 0.47 |
| Hex | C2 | 4 | ED | 12 | 62 | 0 | 7 | 121 | 61 | 2F |
| Octal | 302 | 4 | 355 | 22 | 142 | 0 | 7 | 441 | 141 | 57 |
| Binary | 11000010 | 100 | 11101101 | 10010 | 1100010 | 0 | 111 | 100100001 | 1100001 | 101111 |
Color Harmonies of #C204ED
Complementary color
Monochromatic Colors of #C204ED
Black with #C204ED
Text Example
Text Example
White with #C204ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C204ED; }
p { color: rgb(194,4,237); }
H1.HeaderClassName
{
color: #C204ED;
}
.AnyTagClassName
{
color: #C204ED;
}
</style>
background-color css
<style>
a { background-color: #C204ED; }
a { background-color: rgb(194,4,237); }
div.DivClassName
{
background-color: #C204ED;
}
.BgClassName
{
background-color: #C204ED;
}
</style>
border-color css
<style>
span { border-color: #C204ED; }
span { border-color: rgb(194,4,237); }
td.TdClassName
{
border-color: #C204ED;
}
.TagClassName
{
border-color: #C204ED;
}
</style>