Html Css Color HEX #C329EB Electric Purple

📋 copy color: '#C329EB'

red 195 ◦ green 41 ◦ blue 235

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

Shades of Electric Purple #C329EB

Tints of Electric Purple #C329EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.89%

R = 41.4%
G = 8.7%
B = 49.89%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C329EB (or 0xC329EB) is known color: Electric Purple. HEX triplet: C3, 29 and EB. RGB value is (195,41,235). Sum of RGB (Red+Green+Blue) = 195+41+235=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 41 (16.41% from 255 or 8.70% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #C329EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C329EB is #3CD614. Grayscale: #6C6C6C. Windows color (decimal): -3986965 or 15411651. OLE color: 15411651.

HSL color Cylindrical-coordinate representation of color #C329EB: hue angle of 287.63º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C329EB is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 41 235 -
CMYK 0.17 0.83 0 0.08
HSL 287.63º 0.83% 0.54% -
HSV(B) 287.63º 0.83% 0.92% -
XYZ 38.29 19.19 80.28 -
YUV 109.16 199.02 189.23 -
System Red Green Blue C M Y K H S L
Decimal 195 41 235 0.17 0.83 0 0.08 287.63 0.83 0.54
Hex C3 29 EB 11 53 0 8 120 53 36
Octal 303 51 353 21 123 0 10 440 123 66
Binary 11000011 101001 11101011 10001 1010011 0 1000 100100000 1010011 110110

Color Harmonies of #C329EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C329EB

Black with #C329EB

Text Example


Text Example

White with #C329EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C329EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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