#C511ED

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

Shades of Electric Purple #C511ED

Tints of Electric Purple #C511ED

Color information

#C511ED (or 0xC511ED) is unknown color: approx Electric Purple. HEX triplet: C5, 11 and ED. RGB value is (197,17,237). Sum of RGB (Red+Green+Blue) = 197+17+237=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 17 (7.03% from 255 or 3.77% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #C511ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C511ED is #3AEE12. Grayscale: #5F5F5F. Windows color (decimal): -3862035 or 15536581. OLE color: 15536581.

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

Color convert

RGB19717237-
CMYK0.170.9300.07
HSL289.09º86.61%49.8%-
HSV(B)289.09º92.83%92.94%-
XYZ38.5118.3981.64-
YUV95.9207.63200.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.68%
GREEN value IS 17 (7.03% from 255) = 3.77%
BLUE value IS 237 (92.97% from 255) = 52.55%
R=43.68%
G=3.77%
B=52.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal197172370.170.9300.07289.0986.6149.8
HexC511ED115D071215732
Octal30521355211350744112762
Binary11000101100011110110110001101110101111001000011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C511ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C511ED; }

 p { color: rgb(197,17,237); }

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

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

 a { background-color: rgb(197,17,237); }

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

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

 span { border-color: rgb(197,17,237); }

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