Html Css Color HEX #C329ED Electric Purple

📋 copy color: '#C329ED'

red 195 ◦ green 41 ◦ blue 237

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

Shades of Electric Purple #C329ED

Tints of Electric Purple #C329ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.11%

R = 41.23%
G = 8.67%
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

#C329ED (or 0xC329ED) is known color: Electric Purple. HEX triplet: C3, 29 and ED. RGB value is (195,41,237). Sum of RGB (Red+Green+Blue) = 195+41+237=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 41 (16.41% from 255 or 8.67% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #C329ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C329ED is #3CD612. Grayscale: #6C6C6C. Windows color (decimal): -3986963 or 15542723. OLE color: 15542723.

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

Color convert

RGB 195 41 237 -
CMYK 0.18 0.83 0 0.07
HSL 287.14º 0.84% 0.55% -
HSV(B) 287.14º 0.83% 0.93% -
XYZ 38.58 19.3 81.81 -
YUV 109.39 200.02 189.06 -
System Red Green Blue C M Y K H S L
Decimal 195 41 237 0.18 0.83 0 0.07 287.14 0.84 0.55
Hex C3 29 ED 12 53 0 7 11F 54 37
Octal 303 51 355 22 123 0 7 437 124 67
Binary 11000011 101001 11101101 10010 1010011 0 111 100011111 1010100 110111

Color Harmonies of #C329ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C329ED

Black with #C329ED

Text Example


Text Example

White with #C329ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C329ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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