Shades of Electric Purple #C818EC
Tints of Electric Purple #C818EC
RGB
CMYK
RGB Variations
Color information
#C818EC (or 0xC818EC) is known color: Electric Purple. HEX triplet: C8, 18 and EC. RGB value is (200,24,236). Sum of RGB (Red+Green+Blue) = 200+24+236=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #C818EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C818EC is #37E713. Grayscale: #646464. Windows color (decimal): -3663636 or 15472840. OLE color: 15472840.
HSL color Cylindrical-coordinate representation of color #C818EC: hue angle of 289.81º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C818EC is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 24 | 236 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.07 |
| HSL | 289.81º | 0.85% | 0.51% | - |
| HSV(B) | 289.81º | 0.9% | 0.93% | - |
| XYZ | 39.29 | 18.99 | 80.95 | - |
| YUV | 100.79 | 204.31 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 236 | 0.15 | 0.90 | 0 | 0.07 | 289.81 | 0.85 | 0.51 |
| Hex | C8 | 18 | EC | F | 5A | 0 | 7 | 122 | 55 | 33 |
| Octal | 310 | 30 | 354 | 17 | 132 | 0 | 7 | 442 | 125 | 63 |
| Binary | 11001000 | 11000 | 11101100 | 1111 | 1011010 | 0 | 111 | 100100010 | 1010101 | 110011 |
Color Harmonies of #C818EC
Complementary color
Monochromatic Colors of #C818EC
Black with #C818EC
Text Example
Text Example
White with #C818EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C818EC; }
p { color: rgb(200,24,236); }
H1.HeaderClassName
{
color: #C818EC;
}
.AnyTagClassName
{
color: #C818EC;
}
</style>
background-color css
<style>
a { background-color: #C818EC; }
a { background-color: rgb(200,24,236); }
div.DivClassName
{
background-color: #C818EC;
}
.BgClassName
{
background-color: #C818EC;
}
</style>
border-color css
<style>
span { border-color: #C818EC; }
span { border-color: rgb(200,24,236); }
td.TdClassName
{
border-color: #C818EC;
}
.TagClassName
{
border-color: #C818EC;
}
</style>