#C116E4

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

Shades of Electric Purple #C116E4

Tints of Electric Purple #C116E4

Color information

#C116E4 (or 0xC116E4) is unknown color: approx Electric Purple. HEX triplet: C1, 16 and E4. RGB value is (193,22,228). Sum of RGB (Red+Green+Blue) = 193+22+228=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 22 (8.98% from 255 or 4.97% from 443); Blue value is 228 (89.45% from 255 or 51.47% from 443); Max value from RGB is 228 - color contains mainly: blue. Hex color #C116E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C116E4 is #3EE91B. Grayscale: #5F5F5F. Windows color (decimal): -4122908 or 14948033. OLE color: 14948033.

HSL color Cylindrical-coordinate representation of color #C116E4: hue angle of 289.81º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C116E4 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19322228-
CMYK0.150.9000.11
HSL289.81º82.4%49.02%-
HSV(B)289.81º90.35%89.41%-
XYZ36.2817.5174.87-
YUV96.61202.15196.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.57%
GREEN value IS 22 (8.98% from 255) = 4.97%
BLUE value IS 228 (89.45% from 255) = 51.47%
R=43.57%
G=4.97%
B=51.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal193222280.150.9000.11289.8182.449.02
HexC116E4F5A0B1225231
Octal301263441713201344212261
Binary11000001101101110010011111011010010111001000101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C116E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C116E4; }

 p { color: rgb(193,22,228); }

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

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

 a { background-color: rgb(193,22,228); }

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

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

 span { border-color: rgb(193,22,228); }

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