#C329FE

Color #C329FE Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C329FE

Tints of Electric Purple #C329FE

Color information

#C329FE (or 0xC329FE) is unknown color: approx 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

RGB19541254-
CMYK0.230.8400.00
HSL283.38º99.07%57.84%-
HSV(B)283.38º83.86%99.61%-
XYZ41.1920.3495.52-
YUV111.33208.52187.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.80%
GREEN value IS 41 (16.41% from 255) = 8.37%
BLUE value IS 254 (99.61% from 255) = 51.84%
R=39.80%
G=8.37%
B=51.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal195412540.230.8400.00283.3899.0757.84
HexC329FE17540011b633a
Octal30351376271240043314372
Binary1100001110100111111110101111010100001000110111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C329FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>