#C420FA

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

Shades of Electric Purple #C420FA

Tints of Electric Purple #C420FA

Color information

#C420FA (or 0xC420FA) is unknown color: approx Electric Purple. HEX triplet: C4, 20 and FA. RGB value is (196,32,250). Sum of RGB (Red+Green+Blue) = 196+32+250=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #C420FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C420FA is #3BDF05. Grayscale: #696969. Windows color (decimal): -3923718 or 16392388. OLE color: 16392388.

HSL color Cylindrical-coordinate representation of color #C420FA: hue angle of 285.14º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C420FA is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19632250-
CMYK0.220.8700.02
HSL285.14º95.61%55.29%-
HSV(B)285.14º87.2%98.04%-
XYZ40.5419.6792.1-
YUV105.89209.33192.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.00%
GREEN value IS 32 (12.89% from 255) = 6.69%
BLUE value IS 250 (98.05% from 255) = 52.30%
R=41.00%
G=6.69%
B=52.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal196322500.220.8700.02285.1495.6155.29
HexC420FA16570211d6037
Octal30440372261270243514067
Binary11000100100000111110101011010101110101000111011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C420FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C420FA; }

 p { color: rgb(196,32,250); }

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

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

 a { background-color: rgb(196,32,250); }

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

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

 span { border-color: rgb(196,32,250); }

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