#C511FE

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

Shades of Electric Purple #C511FE

Tints of Electric Purple #C511FE

Color information

#C511FE (or 0xC511FE) is unknown color: approx Electric Purple. HEX triplet: C5, 11 and FE. RGB value is (197,17,254). Sum of RGB (Red+Green+Blue) = 197+17+254=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 17 (7.03% from 255 or 3.63% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #C511FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C511FE is #3AEE01. Grayscale: #616161. Windows color (decimal): -3862018 or 16650693. OLE color: 16650693.

HSL color Cylindrical-coordinate representation of color #C511FE: hue angle of 285.57º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C511FE is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19717254-
CMYK0.220.9300.00
HSL285.57º99.16%53.14%-
HSV(B)285.57º93.31%99.61%-
XYZ41.1219.4395.35-
YUV97.84216.13198.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.09%
GREEN value IS 17 (7.03% from 255) = 3.63%
BLUE value IS 254 (99.61% from 255) = 54.27%
R=42.09%
G=3.63%
B=54.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal197172540.220.9300.00285.5799.1653.14
HexC511FE165D0011e6335
Octal30521376261350043614365
Binary110001011000111111110101101011101001000111101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C511FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C511FE; }

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

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

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

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

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

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

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

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