#C50EE6

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

Shades of Electric Purple #C50EE6

Tints of Electric Purple #C50EE6

Color information

#C50EE6 (or 0xC50EE6) is unknown color: approx Electric Purple. HEX triplet: C5, 0E and E6. RGB value is (197,14,230). Sum of RGB (Red+Green+Blue) = 197+14+230=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #C50EE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50EE6 is #3AF119. Grayscale: #5C5C5C. Windows color (decimal): -3862810 or 15077061. OLE color: 15077061.

HSL color Cylindrical-coordinate representation of color #C50EE6: hue angle of 290.83º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50EE6 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19714230-
CMYK0.140.9400.10
HSL290.83º88.52%47.84%-
HSV(B)290.83º93.91%90.2%-
XYZ37.4717.976.34-
YUV93.34205.13201.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.67%
GREEN value IS 14 (5.86% from 255) = 3.17%
BLUE value IS 230 (90.23% from 255) = 52.15%
R=44.67%
G=3.17%
B=52.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal197142300.140.9400.10290.8388.5247.84
HexC5EE6E5E0A1235930
Octal305163461613601244313160
Binary1100010111101110011011101011110010101001000111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50EE6; }

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

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

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

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

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

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

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

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