Html Css Color HEX #C429FA Electric Purple

📋 copy color: '#C429FA'

red 196 ◦ green 41 ◦ blue 250

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

Shades of Electric Purple #C429FA

Tints of Electric Purple #C429FA

RGB

 RED value IS 196 (76.95% from 255) = 40.25%

 GREEN value IS 41 (16.41% from 255) = 8.42%

 BLUE value IS 250 (98.05% from 255) = 51.33%

R = 40.25%
G = 8.42%
B = 51.33%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C429FA (or 0xC429FA) is known color: Electric Purple. HEX triplet: C4, 29 and FA. RGB value is (196,41,250). Sum of RGB (Red+Green+Blue) = 196+41+250=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 41 (16.41% from 255 or 8.42% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #C429FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C429FA is #3BD605. Grayscale: #6E6E6E. Windows color (decimal): -3921414 or 16394692. OLE color: 16394692.

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

Color convert

RGB 196 41 250 -
CMYK 0.22 0.84 0 0.02
HSL 284.5º 0.95% 0.57% -
HSV(B) 284.5º 0.84% 0.98% -
XYZ 40.81 20.22 92.19 -
YUV 111.17 206.35 188.51 -
System Red Green Blue C M Y K H S L
Decimal 196 41 250 0.22 0.84 0 0.02 284.5 0.95 0.57
Hex C4 29 FA 16 54 0 2 11C 5F 39
Octal 304 51 372 26 124 0 2 434 137 71
Binary 11000100 101001 11111010 10110 1010100 0 10 100011100 1011111 111001

Color Harmonies of #C429FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429FA

Black with #C429FA

Text Example


Text Example

White with #C429FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429FA; }

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

 H1.HeaderClassName
 {
   color: #C429FA;
 }
 .AnyTagClassName
 {
   color: #C429FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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