#c51eec

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

Shades of Electric Purple #C51EEC

Tints of Electric Purple #C51EEC

Color information

#C51EEC (or 0xC51EEC) is unknown color: approx Electric Purple. HEX triplet: C5, 1E and EC. RGB value is (197,30,236). Sum of RGB (Red+Green+Blue) = 197+30+236=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 30 (12.11% from 255 or 6.48% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #C51EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51EEC is #3AE113. Grayscale: #666666. Windows color (decimal): -3858708 or 15474373. OLE color: 15474373.

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

Color convert

RGB19730236-
CMYK0.170.8700.07
HSL288.64º84.43%52.16%-
HSV(B)288.64º87.29%92.55%-
XYZ38.6318.8580.96-
YUV103.42202.83194.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.55%
GREEN value IS 30 (12.11% from 255) = 6.48%
BLUE value IS 236 (92.58% from 255) = 50.97%
R=42.55%
G=6.48%
B=50.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal197302360.170.8700.07288.6484.4352.16
HexC51EEC1157071215434
Octal30536354211270744112464
Binary11000101111101110110010001101011101111001000011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c51eec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c51eec; }

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

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

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

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

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

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

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

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