Html Css Color HEX #C429E6 Electric Purple

📋 copy color: '#C429E6'

red 196 ◦ green 41 ◦ blue 230

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

Shades of Electric Purple #C429E6

Tints of Electric Purple #C429E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.25%

R = 41.97%
G = 8.78%
B = 49.25%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C429E6 (or 0xC429E6) is known color: Electric Purple. HEX triplet: C4, 29 and E6. RGB value is (196,41,230). Sum of RGB (Red+Green+Blue) = 196+41+230=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 230 (90.23% from 255 or 49.25% from 467); Max value from RGB is 230 - color contains mainly: blue. Hex color #C429E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C429E6 is #3BD619. Grayscale: #6C6C6C. Windows color (decimal): -3921434 or 15083972. OLE color: 15083972.

HSL color Cylindrical-coordinate representation of color #C429E6: hue angle of 289.21º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C429E6 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 41 230 -
CMYK 0.15 0.82 0 0.10
HSL 289.21º 0.79% 0.53% -
HSV(B) 289.21º 0.82% 0.9% -
XYZ 37.84 19.03 76.54 -
YUV 108.89 196.35 190.13 -
System Red Green Blue C M Y K H S L
Decimal 196 41 230 0.15 0.82 0 0.10 289.21 0.79 0.53
Hex C4 29 E6 F 52 0 A 121 4F 35
Octal 304 51 346 17 122 0 12 441 117 65
Binary 11000100 101001 11100110 1111 1010010 0 1010 100100001 1001111 110101

Color Harmonies of #C429E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429E6

Black with #C429E6

Text Example


Text Example

White with #C429E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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