Shades of Electric Purple #C218E4
Tints of Electric Purple #C218E4
RGB
CMYK
RGB Variations
Color information
#C218E4 (or 0xC218E4) is known color: Electric Purple. HEX triplet: C2, 18 and E4. RGB value is (194,24,228). Sum of RGB (Red+Green+Blue) = 194+24+228=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 228 (89.45% from 255 or 51.12% from 446); Max value from RGB is 228 - color contains mainly: blue. Hex color #C218E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C218E4 is #3DE71B. Grayscale: #616161. Windows color (decimal): -4056860 or 14948546. OLE color: 14948546.
HSL color Cylindrical-coordinate representation of color #C218E4: hue angle of 290º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C218E4 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 24 | 228 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.11 |
| HSL | 290º | 0.81% | 0.49% | - |
| HSV(B) | 290º | 0.89% | 0.89% | - |
| XYZ | 36.58 | 17.72 | 74.89 | - |
| YUV | 98.09 | 201.32 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 228 | 0.15 | 0.89 | 0 | 0.11 | 290 | 0.81 | 0.49 |
| Hex | C2 | 18 | E4 | F | 59 | 0 | B | 122 | 51 | 31 |
| Octal | 302 | 30 | 344 | 17 | 131 | 0 | 13 | 442 | 121 | 61 |
| Binary | 11000010 | 11000 | 11100100 | 1111 | 1011001 | 0 | 1011 | 100100010 | 1010001 | 110001 |
Color Harmonies of #C218E4
Complementary color
Monochromatic Colors of #C218E4
Black with #C218E4
Text Example
Text Example
White with #C218E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C218E4; }
p { color: rgb(194,24,228); }
H1.HeaderClassName
{
color: #C218E4;
}
.AnyTagClassName
{
color: #C218E4;
}
</style>
background-color css
<style>
a { background-color: #C218E4; }
a { background-color: rgb(194,24,228); }
div.DivClassName
{
background-color: #C218E4;
}
.BgClassName
{
background-color: #C218E4;
}
</style>
border-color css
<style>
span { border-color: #C218E4; }
span { border-color: rgb(194,24,228); }
td.TdClassName
{
border-color: #C218E4;
}
.TagClassName
{
border-color: #C218E4;
}
</style>