Html Css Color HEX #C429EE Electric Purple

📋 copy color: '#C429EE'

red 196 ◦ green 41 ◦ blue 238

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

Shades of Electric Purple #C429EE

Tints of Electric Purple #C429EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 41.26%
G = 8.63%
B = 50.11%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C429EE (or 0xC429EE) is known color: Electric Purple. HEX triplet: C4, 29 and EE. RGB value is (196,41,238). Sum of RGB (Red+Green+Blue) = 196+41+238=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #C429EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C429EE is #3BD611. Grayscale: #6D6D6D. Windows color (decimal): -3921426 or 15608260. OLE color: 15608260.

HSL color Cylindrical-coordinate representation of color #C429EE: hue angle of 287.21º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C429EE is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 41 238 -
CMYK 0.18 0.83 0 0.07
HSL 287.21º 0.85% 0.55% -
HSV(B) 287.21º 0.83% 0.93% -
XYZ 38.99 19.49 82.6 -
YUV 109.8 200.35 189.48 -
System Red Green Blue C M Y K H S L
Decimal 196 41 238 0.18 0.83 0 0.07 287.21 0.85 0.55
Hex C4 29 EE 12 53 0 7 11F 55 37
Octal 304 51 356 22 123 0 7 437 125 67
Binary 11000100 101001 11101110 10010 1010011 0 111 100011111 1010101 110111

Color Harmonies of #C429EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429EE

Black with #C429EE

Text Example


Text Example

White with #C429EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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