#c500e9

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

Shades of Electric Purple #C500E9

Tints of Electric Purple #C500E9

Color information

#C500E9 (or 0xC500E9) is unknown color: approx Electric Purple. HEX triplet: C5, 00 and E9. RGB value is (197,0,233). Sum of RGB (Red+Green+Blue) = 197+0+233=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 233 (91.41% from 255 or 54.19% from 430); Max value from RGB is 233 - color contains mainly: blue. Hex color #C500E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C500E9 is #3AFF16. Grayscale: #545454. Windows color (decimal): -3866391 or 15270085. OLE color: 15270085.

HSL color Cylindrical-coordinate representation of color #C500E9: hue angle of 290.73º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C500E9 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1970233-
CMYK0.15100.09
HSL290.73º100%45.69%-
HSV(B)290.73º100%91.37%-
XYZ37.7317.7578.53-
YUV85.46211.27207.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 233 (91.41% from 255) = 54.19%
R=45.81%
G=0%
B=54.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal19702330.15100.09290.7310045.69
HexC50E9F6409123642e
Octal30503511714401144314456
Binary1100010101110100111111100100010011001000111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c500e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c500e9; }

 p { color: rgb(197,0,233); }

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

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

 a { background-color: rgb(197,0,233); }

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

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

 span { border-color: rgb(197,0,233); }

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