Html Css Color HEX #C329EE Electric Purple

📋 copy color: '#C329EE'

red 195 ◦ green 41 ◦ blue 238

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

Shades of Electric Purple #C329EE

Tints of Electric Purple #C329EE

RGB

 RED value IS 195 (76.56% from 255) = 41.14%

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

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

R = 41.14%
G = 8.65%
B = 50.21%

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

#C329EE (or 0xC329EE) is known color: Electric Purple. HEX triplet: C3, 29 and EE. RGB value is (195,41,238). Sum of RGB (Red+Green+Blue) = 195+41+238=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #C329EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C329EE is #3CD611. Grayscale: #6C6C6C. Windows color (decimal): -3986962 or 15608259. OLE color: 15608259.

HSL color Cylindrical-coordinate representation of color #C329EE: hue angle of 286.9º 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 #C329EE is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 41 238 -
CMYK 0.18 0.83 0 0.07
HSL 286.9º 0.85% 0.55% -
HSV(B) 286.9º 0.83% 0.93% -
XYZ 38.73 19.36 82.58 -
YUV 109.5 200.52 188.98 -
System Red Green Blue C M Y K H S L
Decimal 195 41 238 0.18 0.83 0 0.07 286.9 0.85 0.55
Hex C3 29 EE 12 53 0 7 11F 55 37
Octal 303 51 356 22 123 0 7 437 125 67
Binary 11000011 101001 11101110 10010 1010011 0 111 100011111 1010101 110111

Color Harmonies of #C329EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C329EE

Black with #C329EE

Text Example


Text Example

White with #C329EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C329EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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