#C318F9

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

Shades of Electric Purple #C318F9

Tints of Electric Purple #C318F9

Color information

#C318F9 (or 0xC318F9) is unknown color: approx Electric Purple. HEX triplet: C3, 18 and F9. RGB value is (195,24,249). Sum of RGB (Red+Green+Blue) = 195+24+249=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 24 (9.77% from 255 or 5.13% from 468); Blue value is 249 (97.66% from 255 or 53.21% from 468); Max value from RGB is 249 - color contains mainly: blue. Hex color #C318F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C318F9 is #3CE706. Grayscale: #646464. Windows color (decimal): -3991303 or 16324803. OLE color: 16324803.

HSL color Cylindrical-coordinate representation of color #C318F9: hue angle of 285.6º degrees, saturation: 0.95, 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 #C318F9 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19524249-
CMYK0.220.9000.02
HSL285.6º94.94%53.53%-
HSV(B)285.6º90.36%97.65%-
XYZ39.9319.0991.2-
YUV100.78211.65195.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 24 (9.77% from 255) = 5.13%
BLUE value IS 249 (97.66% from 255) = 53.21%
R=41.67%
G=5.13%
B=53.21%

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
Decimal195242490.220.9000.02285.694.9453.53
HexC318F9165A0211e5f36
Octal30330371261320243613766
Binary1100001111000111110011011010110100101000111101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C318F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C318F9; }

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

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

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

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

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

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

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

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