#C510FE

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

Shades of Electric Purple #C510FE

Tints of Electric Purple #C510FE

Color information

#C510FE (or 0xC510FE) is unknown color: approx Electric Purple. HEX triplet: C5, 10 and FE. RGB value is (197,16,254). Sum of RGB (Red+Green+Blue) = 197+16+254=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 16 (6.64% from 255 or 3.43% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #C510FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C510FE is #3AEF01. Grayscale: #606060. Windows color (decimal): -3862274 or 16650437. OLE color: 16650437.

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

Color convert

RGB19716254-
CMYK0.220.9400.00
HSL285.63º99.17%52.94%-
HSV(B)285.63º93.7%99.61%-
XYZ41.119.495.34-
YUV97.25216.47199.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.18%
GREEN value IS 16 (6.64% from 255) = 3.43%
BLUE value IS 254 (99.61% from 255) = 54.39%
R=42.18%
G=3.43%
B=54.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal197162540.220.9400.00285.6399.1752.94
HexC510FE165E0011e6335
Octal30520376261360043614365
Binary110001011000011111110101101011110001000111101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C510FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C510FE; }

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

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

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

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

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

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

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

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