#C318FA

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

Shades of Electric Purple #C318FA

Tints of Electric Purple #C318FA

Color information

#C318FA (or 0xC318FA) is unknown color: approx Electric Purple. HEX triplet: C3, 18 and FA. RGB value is (195,24,250). Sum of RGB (Red+Green+Blue) = 195+24+250=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 24 (9.77% from 255 or 5.12% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #C318FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C318FA is #3CE705. Grayscale: #646464. Windows color (decimal): -3991302 or 16390339. OLE color: 16390339.

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

Color convert

RGB19524250-
CMYK0.220.9000.02
HSL285.4º95.76%53.73%-
HSV(B)285.4º90.4%98.04%-
XYZ40.0919.1692.03-
YUV100.89212.15195.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 24 (9.77% from 255) = 5.12%
BLUE value IS 250 (98.05% from 255) = 53.30%
R=41.58%
G=5.12%
B=53.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal195242500.220.9000.02285.495.7653.73
HexC318FA165A0211d6036
Octal30330372261320243514066
Binary1100001111000111110101011010110100101000111011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C318FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C318FA; }

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

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

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

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

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

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

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

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