#C518FE

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

Shades of Electric Purple #C518FE

Tints of Electric Purple #C518FE

Color information

#C518FE (or 0xC518FE) is unknown color: approx Electric Purple. HEX triplet: C5, 18 and FE. RGB value is (197,24,254). Sum of RGB (Red+Green+Blue) = 197+24+254=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 24 (9.77% from 255 or 5.05% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #C518FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C518FE is #3AE701. Grayscale: #656565. Windows color (decimal): -3860226 or 16652485. OLE color: 16652485.

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

Color convert

RGB19724254-
CMYK0.220.9100.00
HSL285.13º99.14%54.51%-
HSV(B)285.13º90.55%99.61%-
XYZ41.2419.6895.39-
YUV101.95213.81195.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.47%
GREEN value IS 24 (9.77% from 255) = 5.05%
BLUE value IS 254 (99.61% from 255) = 53.47%
R=41.47%
G=5.05%
B=53.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal197242540.220.9100.00285.1399.1454.51
HexC518FE165B0011d6337
Octal30530376261330043514367
Binary110001011100011111110101101011011001000111011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C518FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C518FE; }

 p { color: rgb(197,24,254); }

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

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

 a { background-color: rgb(197,24,254); }

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

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

 span { border-color: rgb(197,24,254); }

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