Html Css Color HEX #C329FE Electric Purple

📋 copy color: '#C329FE'

red 195 ◦ green 41 ◦ blue 254

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

Shades of Electric Purple #C329FE

Tints of Electric Purple #C329FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.84%

R = 39.8%
G = 8.37%
B = 51.84%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C329FE (or 0xC329FE) is known color: Electric Purple. HEX triplet: C3, 29 and FE. RGB value is (195,41,254). Sum of RGB (Red+Green+Blue) = 195+41+254=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #C329FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C329FE is #3CD601. Grayscale: #6E6E6E. Windows color (decimal): -3986946 or 16656835. OLE color: 16656835.

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

Color convert

RGB 195 41 254 -
CMYK 0.23 0.84 0 0.00
HSL 283.38º 0.99% 0.58% -
HSV(B) 283.38º 0.84% 1% -
XYZ 41.19 20.34 95.52 -
YUV 111.33 208.52 187.68 -
System Red Green Blue C M Y K H S L
Decimal 195 41 254 0.23 0.84 0 0.00 283.38 0.99 0.58
Hex C3 29 FE 17 54 0 0 11B 63 3A
Octal 303 51 376 27 124 0 0 433 143 72
Binary 11000011 101001 11111110 10111 1010100 0 0 100011011 1100011 111010

Color Harmonies of #C329FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C329FE

Black with #C329FE

Text Example


Text Example

White with #C329FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C329FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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