Shades of Electric Purple #C814FF
Tints of Electric Purple #C814FF
RGB
CMYK
RGB Variations
Color information
#C814FF (or 0xC814FF) is known color: Electric Purple. HEX triplet: C8, 14 and FF. RGB value is (200,20,255). Sum of RGB (Red+Green+Blue) = 200+20+255=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 20 (8.20% from 255 or 4.21% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #C814FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C814FF is #37EB00. Grayscale: #636363. Windows color (decimal): -3664641 or 16717000. OLE color: 16717000.
HSL color Cylindrical-coordinate representation of color #C814FF: hue angle of 285.96º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C814FF is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 20 | 255 | - |
| CMYK | 0.22 | 0.92 | 0 | 0 |
| HSL | 285.96º | 1% | 0.54% | - |
| HSV(B) | 285.96º | 0.92% | 1% | - |
| XYZ | 42.12 | 20 | 96.25 | - |
| YUV | 100.61 | 215.13 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 255 | 0.22 | 0.92 | 0 | 0 | 285.96 | 1 | 0.54 |
| Hex | C8 | 14 | FF | 16 | 5C | 0 | 0 | 11E | 64 | 36 |
| Octal | 310 | 24 | 377 | 26 | 134 | 0 | 0 | 436 | 144 | 66 |
| Binary | 11001000 | 10100 | 11111111 | 10110 | 1011100 | 0 | 0 | 100011110 | 1100100 | 110110 |
Color Harmonies of #C814FF
Complementary color
Monochromatic Colors of #C814FF
Black with #C814FF
Text Example
Text Example
White with #C814FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C814FF; }
p { color: rgb(200,20,255); }
H1.HeaderClassName
{
color: #C814FF;
}
.AnyTagClassName
{
color: #C814FF;
}
</style>
background-color css
<style>
a { background-color: #C814FF; }
a { background-color: rgb(200,20,255); }
div.DivClassName
{
background-color: #C814FF;
}
.BgClassName
{
background-color: #C814FF;
}
</style>
border-color css
<style>
span { border-color: #C814FF; }
span { border-color: rgb(200,20,255); }
td.TdClassName
{
border-color: #C814FF;
}
.TagClassName
{
border-color: #C814FF;
}
</style>