Html Css Color HEX #C329FF Electric Purple

📋 copy color: '#C329FF'

red 195 ◦ green 41 ◦ blue 255

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

Shades of Electric Purple #C329FF

Tints of Electric Purple #C329FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.93%

R = 39.71%
G = 8.35%
B = 51.93%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C329FF (or 0xC329FF) is known color: Electric Purple. HEX triplet: C3, 29 and FF. RGB value is (195,41,255). Sum of RGB (Red+Green+Blue) = 195+41+255=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 41 (16.41% from 255 or 8.35% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #C329FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C329FF is #3CD600. Grayscale: #6E6E6E. Windows color (decimal): -3986945 or 16722371. OLE color: 16722371.

HSL color Cylindrical-coordinate representation of color #C329FF: hue angle of 283.18º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C329FF is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 41 255 -
CMYK 0.24 0.84 0 0
HSL 283.18º 1% 0.58% -
HSV(B) 283.18º 0.84% 1% -
XYZ 41.35 20.41 96.37 -
YUV 111.44 209.02 187.6 -
System Red Green Blue C M Y K H S L
Decimal 195 41 255 0.24 0.84 0 0 283.18 1 0.58
Hex C3 29 FF 18 54 0 0 11B 64 3A
Octal 303 51 377 30 124 0 0 433 144 72
Binary 11000011 101001 11111111 11000 1010100 0 0 100011011 1100100 111010

Color Harmonies of #C329FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C329FF

Black with #C329FF

Text Example


Text Example

White with #C329FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C329FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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