Shades of Electric Purple #C604ED
Tints of Electric Purple #C604ED
RGB
CMYK
RGB Variations
Color information
#C604ED (or 0xC604ED) is known color: Electric Purple. HEX triplet: C6, 04 and ED. RGB value is (198,4,237). Sum of RGB (Red+Green+Blue) = 198+4+237=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 4 (1.95% from 255 or 0.91% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #C604ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C604ED is #39FB12. Grayscale: #575757. Windows color (decimal): -3799827 or 15533254. OLE color: 15533254.
HSL color Cylindrical-coordinate representation of color #C604ED: hue angle of 289.96º 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 #C604ED is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 4 | 237 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.07 |
| HSL | 289.96º | 0.97% | 0.47% | - |
| HSV(B) | 289.96º | 0.98% | 0.93% | - |
| XYZ | 38.62 | 18.21 | 81.6 | - |
| YUV | 88.57 | 211.77 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 237 | 0.16 | 0.98 | 0 | 0.07 | 289.96 | 0.97 | 0.47 |
| Hex | C6 | 4 | ED | 10 | 62 | 0 | 7 | 122 | 61 | 2F |
| Octal | 306 | 4 | 355 | 20 | 142 | 0 | 7 | 442 | 141 | 57 |
| Binary | 11000110 | 100 | 11101101 | 10000 | 1100010 | 0 | 111 | 100100010 | 1100001 | 101111 |
Color Harmonies of #C604ED
Complementary color
Monochromatic Colors of #C604ED
Black with #C604ED
Text Example
Text Example
White with #C604ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C604ED; }
p { color: rgb(198,4,237); }
H1.HeaderClassName
{
color: #C604ED;
}
.AnyTagClassName
{
color: #C604ED;
}
</style>
background-color css
<style>
a { background-color: #C604ED; }
a { background-color: rgb(198,4,237); }
div.DivClassName
{
background-color: #C604ED;
}
.BgClassName
{
background-color: #C604ED;
}
</style>
border-color css
<style>
span { border-color: #C604ED; }
span { border-color: rgb(198,4,237); }
td.TdClassName
{
border-color: #C604ED;
}
.TagClassName
{
border-color: #C604ED;
}
</style>