#C324FE

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

Shades of Electric Purple #C324FE

Tints of Electric Purple #C324FE

Color information

#C324FE (or 0xC324FE) is unknown color: approx Electric Purple. HEX triplet: C3, 24 and FE. RGB value is (195,36,254). Sum of RGB (Red+Green+Blue) = 195+36+254=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 36 (14.45% from 255 or 7.42% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #C324FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C324FE is #3CDB01. Grayscale: #6B6B6B. Windows color (decimal): -3988226 or 16655555. OLE color: 16655555.

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

Color convert

RGB19536254-
CMYK0.230.8600.00
HSL283.76º99.09%56.86%-
HSV(B)283.76º85.83%99.61%-
XYZ41.0320.0295.47-
YUV108.39210.18189.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.21%
GREEN value IS 36 (14.45% from 255) = 7.42%
BLUE value IS 254 (99.61% from 255) = 52.37%
R=40.21%
G=7.42%
B=52.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal195362540.230.8600.00283.7699.0956.86
HexC324FE17560011c6339
Octal30344376271260043414371
Binary1100001110010011111110101111010110001000111001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C324FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C324FE; }

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

 H1.HeaderClassName
 {
   color: #C324FE;
 }
 .AnyTagClassName
 {
   color: #C324FE;
 }
</style>
background-color css

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

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

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

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

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

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