Html Css Color HEX #C329FD Electric Purple

📋 copy color: '#C329FD'

red 195 ◦ green 41 ◦ blue 253

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

Shades of Electric Purple #C329FD

Tints of Electric Purple #C329FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.74%

R = 39.88%
G = 8.38%
B = 51.74%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C329FD (or 0xC329FD) is known color: Electric Purple. HEX triplet: C3, 29 and FD. RGB value is (195,41,253). Sum of RGB (Red+Green+Blue) = 195+41+253=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 41 (16.41% from 255 or 8.38% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #C329FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C329FD is #3CD602. Grayscale: #6E6E6E. Windows color (decimal): -3986947 or 16591299. OLE color: 16591299.

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

Color convert

RGB 195 41 253 -
CMYK 0.23 0.84 0 0.01
HSL 283.58º 0.98% 0.58% -
HSV(B) 283.58º 0.84% 0.99% -
XYZ 41.03 20.28 94.68 -
YUV 111.21 208.02 187.76 -
System Red Green Blue C M Y K H S L
Decimal 195 41 253 0.23 0.84 0 0.01 283.58 0.98 0.58
Hex C3 29 FD 17 54 0 1 11C 62 3A
Octal 303 51 375 27 124 0 1 434 142 72
Binary 11000011 101001 11111101 10111 1010100 0 1 100011100 1100010 111010

Color Harmonies of #C329FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C329FD

Black with #C329FD

Text Example


Text Example

White with #C329FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C329FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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