#c400ed

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

Shades of Electric Purple #C400ED

Tints of Electric Purple #C400ED

Color information

#C400ED (or 0xC400ED) is unknown color: approx Electric Purple. HEX triplet: C4, 00 and ED. RGB value is (196,0,237). Sum of RGB (Red+Green+Blue) = 196+0+237=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #C400ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C400ED is #3BFF12. Grayscale: #545454. Windows color (decimal): -3931923 or 15532228. OLE color: 15532228.

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

Color convert

RGB1960237-
CMYK0.17100.07
HSL289.62º100%46.47%-
HSV(B)289.62º100%92.94%-
XYZ38.0517.8581.56-
YUV85.62213.43206.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 237 (92.97% from 255) = 54.73%
R=45.27%
G=0%
B=54.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal19602370.17100.07289.6210046.47
HexC40ED116407122642e
Octal3040355211440744214456
Binary1100010001110110110001110010001111001000101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c400ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c400ed; }

 p { color: rgb(196,0,237); }

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

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

 a { background-color: rgb(196,0,237); }

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

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

 span { border-color: rgb(196,0,237); }

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