#C418FE

Color #C418FE Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C418FE

Tints of Electric Purple #C418FE

Color information

#C418FE (or 0xC418FE) is unknown color: approx Electric Purple. HEX triplet: C4, 18 and FE. RGB value is (196,24,254). Sum of RGB (Red+Green+Blue) = 196+24+254=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 24 (9.77% from 255 or 5.06% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #C418FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C418FE is #3BE701. Grayscale: #646464. Windows color (decimal): -3925762 or 16652484. OLE color: 16652484.

HSL color Cylindrical-coordinate representation of color #C418FE: hue angle of 284.87º 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 #C418FE is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19624254-
CMYK0.230.9100.00
HSL284.87º99.14%54.51%-
HSV(B)284.87º90.55%99.61%-
XYZ40.9819.5495.38-
YUV101.65213.98195.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 41.35%
GREEN value IS 24 (9.77% from 255) = 5.06%
BLUE value IS 254 (99.61% from 255) = 53.59%
R=41.35%
G=5.06%
B=53.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal196242540.230.9100.00284.8799.1454.51
HexC418FE175B0011d6337
Octal30430376271330043514367
Binary110001001100011111110101111011011001000111011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C418FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C418FE; }

 p { color: rgb(196,24,254); }

 H1.HeaderClassName
 {
   color: #C418FE;
 }
 .AnyTagClassName
 {
   color: #C418FE;
 }
</style>
background-color css

<style>
 a { background-color: #C418FE; }

 a { background-color: rgb(196,24,254); }

 div.DivClassName
 {
   background-color: #C418FE;
 }
 .BgClassName
 {
   background-color: #C418FE;
 }
</style>
border-color css

<style>
 span { border-color: #C418FE; }

 span { border-color: rgb(196,24,254); }

 td.TdClassName
 {
   border-color: #C418FE;
 }
 .TagClassName
 {
   border-color: #C418FE;
 }
</style>