Shades of Electric Purple #C818FE
Tints of Electric Purple #C818FE
RGB
CMYK
RGB Variations
Color information
#C818FE (or 0xC818FE) is known color: Electric Purple. HEX triplet: C8, 18 and FE. RGB value is (200,24,254). Sum of RGB (Red+Green+Blue) = 200+24+254=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 24 (9.77% from 255 or 5.02% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #C818FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C818FE is #37E701. Grayscale: #666666. Windows color (decimal): -3663618 or 16652488. OLE color: 16652488.
HSL color Cylindrical-coordinate representation of color #C818FE: hue angle of 285.91º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C818FE is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 24 | 254 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.00 |
| HSL | 285.91º | 0.99% | 0.55% | - |
| HSV(B) | 285.91º | 0.91% | 1% | - |
| XYZ | 42.04 | 20.09 | 95.43 | - |
| YUV | 102.84 | 213.31 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 254 | 0.21 | 0.91 | 0 | 0.00 | 285.91 | 0.99 | 0.55 |
| Hex | C8 | 18 | FE | 15 | 5B | 0 | 0 | 11E | 63 | 37 |
| Octal | 310 | 30 | 376 | 25 | 133 | 0 | 0 | 436 | 143 | 67 |
| Binary | 11001000 | 11000 | 11111110 | 10101 | 1011011 | 0 | 0 | 100011110 | 1100011 | 110111 |
Color Harmonies of #C818FE
Complementary color
Monochromatic Colors of #C818FE
Black with #C818FE
Text Example
Text Example
White with #C818FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C818FE; }
p { color: rgb(200,24,254); }
H1.HeaderClassName
{
color: #C818FE;
}
.AnyTagClassName
{
color: #C818FE;
}
</style>
background-color css
<style>
a { background-color: #C818FE; }
a { background-color: rgb(200,24,254); }
div.DivClassName
{
background-color: #C818FE;
}
.BgClassName
{
background-color: #C818FE;
}
</style>
border-color css
<style>
span { border-color: #C818FE; }
span { border-color: rgb(200,24,254); }
td.TdClassName
{
border-color: #C818FE;
}
.TagClassName
{
border-color: #C818FE;
}
</style>