#C518F2

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

Shades of Electric Purple #C518F2

Tints of Electric Purple #C518F2

Color information

#C518F2 (or 0xC518F2) is unknown color: approx Electric Purple. HEX triplet: C5, 18 and F2. RGB value is (197,24,242). Sum of RGB (Red+Green+Blue) = 197+24+242=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 24 (9.77% from 255 or 5.18% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #C518F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C518F2 is #3AE70D. Grayscale: #636363. Windows color (decimal): -3860238 or 15866053. OLE color: 15866053.

HSL color Cylindrical-coordinate representation of color #C518F2: hue angle of 287.61º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C518F2 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19724242-
CMYK0.190.9000.05
HSL287.61º89.34%52.16%-
HSV(B)287.61º90.08%94.9%-
XYZ39.3818.9385.58-
YUV100.58207.81196.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.55%
GREEN value IS 24 (9.77% from 255) = 5.18%
BLUE value IS 242 (94.92% from 255) = 52.27%
R=42.55%
G=5.18%
B=52.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal197242420.190.9000.05287.6189.3452.16
HexC518F2135A051205934
Octal30530362231320544013164
Binary11000101110001111001010011101101001011001000001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C518F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C518F2; }

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

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

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

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

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

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

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

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