Html Css Color HEX #C429FE Electric Purple

📋 copy color: '#C429FE'

red 196 ◦ green 41 ◦ blue 254

#C429FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #C429FE

Tints of Electric Purple #C429FE

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 value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C429FE (or 0xC429FE) is known color: 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

RGB 196 41 254 -
CMYK 0.23 0.84 0 0.00
HSL 283.66º 0.99% 0.58% -
HSV(B) 283.66º 0.84% 1% -
XYZ 41.45 20.48 95.53 -
YUV 111.63 208.35 188.18 -
System Red Green Blue C M Y K H S L
Decimal 196 41 254 0.23 0.84 0 0.00 283.66 0.99 0.58
Hex C4 29 FE 17 54 0 0 11C 63 3A
Octal 304 51 376 27 124 0 0 434 143 72
Binary 11000100 101001 11111110 10111 1010100 0 0 100011100 1100011 111010

Color Harmonies of #C429FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429FE

Black with #C429FE

Text Example


Text Example

White with #C429FE

Text Example


Text Example

HTML Codes & Css Web 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>