Shades of Electric Purple #C818E9
Tints of Electric Purple #C818E9
RGB
CMYK
RGB Variations
Color information
#C818E9 (or 0xC818E9) is known color: Electric Purple. HEX triplet: C8, 18 and E9. RGB value is (200,24,233). Sum of RGB (Red+Green+Blue) = 200+24+233=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 24 (9.77% from 255 or 5.25% from 457); Blue value is 233 (91.41% from 255 or 50.98% from 457); Max value from RGB is 233 - color contains mainly: blue. Hex color #C818E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C818E9 is #37E716. Grayscale: #636363. Windows color (decimal): -3663639 or 15276232. OLE color: 15276232.
HSL color Cylindrical-coordinate representation of color #C818E9: hue angle of 290.53º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C818E9 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 24 | 233 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.09 |
| HSL | 290.53º | 0.83% | 0.5% | - |
| HSV(B) | 290.53º | 0.9% | 0.91% | - |
| XYZ | 38.85 | 18.82 | 78.67 | - |
| YUV | 100.45 | 202.81 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 233 | 0.14 | 0.90 | 0 | 0.09 | 290.53 | 0.83 | 0.5 |
| Hex | C8 | 18 | E9 | E | 5A | 0 | 9 | 123 | 53 | 32 |
| Octal | 310 | 30 | 351 | 16 | 132 | 0 | 11 | 443 | 123 | 62 |
| Binary | 11001000 | 11000 | 11101001 | 1110 | 1011010 | 0 | 1001 | 100100011 | 1010011 | 110010 |
Color Harmonies of #C818E9
Complementary color
Monochromatic Colors of #C818E9
Black with #C818E9
Text Example
Text Example
White with #C818E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C818E9; }
p { color: rgb(200,24,233); }
H1.HeaderClassName
{
color: #C818E9;
}
.AnyTagClassName
{
color: #C818E9;
}
</style>
background-color css
<style>
a { background-color: #C818E9; }
a { background-color: rgb(200,24,233); }
div.DivClassName
{
background-color: #C818E9;
}
.BgClassName
{
background-color: #C818E9;
}
</style>
border-color css
<style>
span { border-color: #C818E9; }
span { border-color: rgb(200,24,233); }
td.TdClassName
{
border-color: #C818E9;
}
.TagClassName
{
border-color: #C818E9;
}
</style>