#C429FE

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

Shades of Electric Purple #C429FE

Tints of Electric Purple #C429FE

Color information

#C429FE (or 0xC429FE) is unknown color: approx Electric Purple. HEX triplet: C4, 29 and FE. RGB value is (196,41,254). Sum of RGB (Red+Green+Blue) = 196+41+254=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 41 (16.41% from 255 or 8.35% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #C429FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C429FE is #3BD601. Grayscale: #6E6E6E. Windows color (decimal): -3921410 or 16656836. OLE color: 16656836.

HSL color Cylindrical-coordinate representation of color #C429FE: hue angle of 283.66º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C429FE is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19641254-
CMYK0.230.8400.00
HSL283.66º99.07%57.84%-
HSV(B)283.66º83.86%99.61%-
XYZ41.4520.4895.53-
YUV111.63208.35188.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.92%
GREEN value IS 41 (16.41% from 255) = 8.35%
BLUE value IS 254 (99.61% from 255) = 51.73%
R=39.92%
G=8.35%
B=51.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal196412540.230.8400.00283.6699.0757.84
HexC429FE17540011c633a
Octal30451376271240043414372
Binary1100010010100111111110101111010100001000111001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C429FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C429FE; }

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

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

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

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

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

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

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

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