Shades of Electric Purple #C618EA
Tints of Electric Purple #C618EA
RGB
CMYK
RGB Variations
Color information
#C618EA (or 0xC618EA) is known color: Electric Purple. HEX triplet: C6, 18 and EA. RGB value is (198,24,234). Sum of RGB (Red+Green+Blue) = 198+24+234=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 24 (9.77% from 255 or 5.26% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #C618EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C618EA is #39E715. Grayscale: #636363. Windows color (decimal): -3794710 or 15341766. OLE color: 15341766.
HSL color Cylindrical-coordinate representation of color #C618EA: hue angle of 289.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C618EA is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 24 | 234 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.08 |
| HSL | 289.71º | 0.83% | 0.51% | - |
| HSV(B) | 289.71º | 0.9% | 0.92% | - |
| XYZ | 38.47 | 18.6 | 79.4 | - |
| YUV | 99.97 | 203.65 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 234 | 0.15 | 0.90 | 0 | 0.08 | 289.71 | 0.83 | 0.51 |
| Hex | C6 | 18 | EA | F | 5A | 0 | 8 | 122 | 53 | 33 |
| Octal | 306 | 30 | 352 | 17 | 132 | 0 | 10 | 442 | 123 | 63 |
| Binary | 11000110 | 11000 | 11101010 | 1111 | 1011010 | 0 | 1000 | 100100010 | 1010011 | 110011 |
Color Harmonies of #C618EA
Complementary color
Monochromatic Colors of #C618EA
Black with #C618EA
Text Example
Text Example
White with #C618EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C618EA; }
p { color: rgb(198,24,234); }
H1.HeaderClassName
{
color: #C618EA;
}
.AnyTagClassName
{
color: #C618EA;
}
</style>
background-color css
<style>
a { background-color: #C618EA; }
a { background-color: rgb(198,24,234); }
div.DivClassName
{
background-color: #C618EA;
}
.BgClassName
{
background-color: #C618EA;
}
</style>
border-color css
<style>
span { border-color: #C618EA; }
span { border-color: rgb(198,24,234); }
td.TdClassName
{
border-color: #C618EA;
}
.TagClassName
{
border-color: #C618EA;
}
</style>