Shades of Electric Purple #C818EA
Tints of Electric Purple #C818EA
RGB
CMYK
RGB Variations
Color information
#C818EA (or 0xC818EA) is known color: Electric Purple. HEX triplet: C8, 18 and EA. RGB value is (200,24,234). Sum of RGB (Red+Green+Blue) = 200+24+234=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 24 (9.77% from 255 or 5.24% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #C818EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C818EA is #37E715. Grayscale: #636363. Windows color (decimal): -3663638 or 15341768. OLE color: 15341768.
HSL color Cylindrical-coordinate representation of color #C818EA: hue angle of 290.29º 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 #C818EA is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 24 | 234 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.08 |
| HSL | 290.29º | 0.83% | 0.51% | - |
| HSV(B) | 290.29º | 0.9% | 0.92% | - |
| XYZ | 39 | 18.87 | 79.43 | - |
| YUV | 100.56 | 203.31 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 234 | 0.15 | 0.90 | 0 | 0.08 | 290.29 | 0.83 | 0.51 |
| Hex | C8 | 18 | EA | F | 5A | 0 | 8 | 122 | 53 | 33 |
| Octal | 310 | 30 | 352 | 17 | 132 | 0 | 10 | 442 | 123 | 63 |
| Binary | 11001000 | 11000 | 11101010 | 1111 | 1011010 | 0 | 1000 | 100100010 | 1010011 | 110011 |
Color Harmonies of #C818EA
Complementary color
Monochromatic Colors of #C818EA
Black with #C818EA
Text Example
Text Example
White with #C818EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C818EA; }
p { color: rgb(200,24,234); }
H1.HeaderClassName
{
color: #C818EA;
}
.AnyTagClassName
{
color: #C818EA;
}
</style>
background-color css
<style>
a { background-color: #C818EA; }
a { background-color: rgb(200,24,234); }
div.DivClassName
{
background-color: #C818EA;
}
.BgClassName
{
background-color: #C818EA;
}
</style>
border-color css
<style>
span { border-color: #C818EA; }
span { border-color: rgb(200,24,234); }
td.TdClassName
{
border-color: #C818EA;
}
.TagClassName
{
border-color: #C818EA;
}
</style>