Html Css Color HEX #C428E5 Electric Purple

📋 copy color: '#C428E5'

red 196 ◦ green 40 ◦ blue 229

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

Shades of Electric Purple #C428E5

Tints of Electric Purple #C428E5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.6%

 BLUE value IS 229 (89.84% from 255) = 49.25%

R = 42.15%
G = 8.6%
B = 49.25%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C428E5 (or 0xC428E5) is known color: Electric Purple. HEX triplet: C4, 28 and E5. RGB value is (196,40,229). Sum of RGB (Red+Green+Blue) = 196+40+229=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #C428E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C428E5 is #3BD71A. Grayscale: #6B6B6B. Windows color (decimal): -3921691 or 15018180. OLE color: 15018180.

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

Color convert

RGB 196 40 229 -
CMYK 0.14 0.83 0 0.10
HSL 289.52º 0.78% 0.53% -
HSV(B) 289.52º 0.83% 0.9% -
XYZ 37.67 18.91 75.79 -
YUV 108.19 196.18 190.63 -
System Red Green Blue C M Y K H S L
Decimal 196 40 229 0.14 0.83 0 0.10 289.52 0.78 0.53
Hex C4 28 E5 E 53 0 A 122 4E 35
Octal 304 50 345 16 123 0 12 442 116 65
Binary 11000100 101000 11100101 1110 1010011 0 1010 100100010 1001110 110101

Color Harmonies of #C428E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C428E5

Black with #C428E5

Text Example


Text Example

White with #C428E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C428E5; }

 p { color: rgb(196,40,229); }

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

background-color css

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

 a { background-color: rgb(196,40,229); }

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

border-color css

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

 span { border-color: rgb(196,40,229); }

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