#c50eec

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

Shades of Electric Purple #C50EEC

Tints of Electric Purple #C50EEC

Color information

#C50EEC (or 0xC50EEC) is unknown color: approx Electric Purple. HEX triplet: C5, 0E and EC. RGB value is (197,14,236). Sum of RGB (Red+Green+Blue) = 197+14+236=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 14 (5.86% from 255 or 3.13% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #C50EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50EEC is #3AF113. Grayscale: #5D5D5D. Windows color (decimal): -3862804 or 15470277. OLE color: 15470277.

HSL color Cylindrical-coordinate representation of color #C50EEC: hue angle of 289.46º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50EEC is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19714236-
CMYK0.170.9400.07
HSL289.46º88.8%49.02%-
HSV(B)289.46º94.07%92.55%-
XYZ38.3218.2480.86-
YUV94.02208.13201.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.07%
GREEN value IS 14 (5.86% from 255) = 3.13%
BLUE value IS 236 (92.58% from 255) = 52.80%
R=44.07%
G=3.13%
B=52.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal197142360.170.9400.07289.4688.849.02
HexC5EEC115E071215931
Octal30516354211360744113161
Binary1100010111101110110010001101111001111001000011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c50eec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c50eec; }

 p { color: rgb(197,14,236); }

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

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

 a { background-color: rgb(197,14,236); }

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

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

 span { border-color: rgb(197,14,236); }

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