#C320FA

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

Shades of Electric Purple #C320FA

Tints of Electric Purple #C320FA

Color information

#C320FA (or 0xC320FA) is unknown color: approx Electric Purple. HEX triplet: C3, 20 and FA. RGB value is (195,32,250). Sum of RGB (Red+Green+Blue) = 195+32+250=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #C320FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C320FA is #3CDF05. Grayscale: #686868. Windows color (decimal): -3989254 or 16392387. OLE color: 16392387.

HSL color Cylindrical-coordinate representation of color #C320FA: hue angle of 284.86º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C320FA is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19532250-
CMYK0.220.8700.02
HSL284.86º95.61%55.29%-
HSV(B)284.86º87.2%98.04%-
XYZ40.2819.5492.09-
YUV105.59209.5191.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.88%
GREEN value IS 32 (12.89% from 255) = 6.71%
BLUE value IS 250 (98.05% from 255) = 52.41%
R=40.88%
G=6.71%
B=52.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal195322500.220.8700.02284.8695.6155.29
HexC320FA16570211d6037
Octal30340372261270243514067
Binary11000011100000111110101011010101110101000111011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C320FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C320FA; }

 p { color: rgb(195,32,250); }

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

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

 a { background-color: rgb(195,32,250); }

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

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

 span { border-color: rgb(195,32,250); }

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