Shades of Electric Purple #C814FC
Tints of Electric Purple #C814FC
RGB
CMYK
RGB Variations
Color information
#C814FC (or 0xC814FC) is known color: Electric Purple. HEX triplet: C8, 14 and FC. RGB value is (200,20,252). Sum of RGB (Red+Green+Blue) = 200+20+252=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 20 (8.20% from 255 or 4.24% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #C814FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C814FC is #37EB03. Grayscale: #636363. Windows color (decimal): -3664644 or 16520392. OLE color: 16520392.
HSL color Cylindrical-coordinate representation of color #C814FC: hue angle of 286.55º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C814FC is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 20 | 252 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.01 |
| HSL | 286.55º | 0.97% | 0.53% | - |
| HSV(B) | 286.55º | 0.92% | 0.99% | - |
| XYZ | 41.64 | 19.81 | 93.72 | - |
| YUV | 100.27 | 213.63 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 252 | 0.21 | 0.92 | 0 | 0.01 | 286.55 | 0.97 | 0.53 |
| Hex | C8 | 14 | FC | 15 | 5C | 0 | 1 | 11F | 61 | 35 |
| Octal | 310 | 24 | 374 | 25 | 134 | 0 | 1 | 437 | 141 | 65 |
| Binary | 11001000 | 10100 | 11111100 | 10101 | 1011100 | 0 | 1 | 100011111 | 1100001 | 110101 |
Color Harmonies of #C814FC
Complementary color
Monochromatic Colors of #C814FC
Black with #C814FC
Text Example
Text Example
White with #C814FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C814FC; }
p { color: rgb(200,20,252); }
H1.HeaderClassName
{
color: #C814FC;
}
.AnyTagClassName
{
color: #C814FC;
}
</style>
background-color css
<style>
a { background-color: #C814FC; }
a { background-color: rgb(200,20,252); }
div.DivClassName
{
background-color: #C814FC;
}
.BgClassName
{
background-color: #C814FC;
}
</style>
border-color css
<style>
span { border-color: #C814FC; }
span { border-color: rgb(200,20,252); }
td.TdClassName
{
border-color: #C814FC;
}
.TagClassName
{
border-color: #C814FC;
}
</style>