#C611FE

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

Shades of Electric Purple #C611FE

Tints of Electric Purple #C611FE

Color information

#C611FE (or 0xC611FE) is unknown color: approx Electric Purple. HEX triplet: C6, 11 and FE. RGB value is (198,17,254). Sum of RGB (Red+Green+Blue) = 198+17+254=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 17 (7.03% from 255 or 3.62% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #C611FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C611FE is #39EE01. Grayscale: #616161. Windows color (decimal): -3796482 or 16650694. OLE color: 16650694.

HSL color Cylindrical-coordinate representation of color #C611FE: hue angle of 285.82º 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 #C611FE is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19817254-
CMYK0.220.9300.00
HSL285.82º99.16%53.14%-
HSV(B)285.82º93.31%99.61%-
XYZ41.3819.5695.36-
YUV98.14215.97199.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.22%
GREEN value IS 17 (7.03% from 255) = 3.62%
BLUE value IS 254 (99.61% from 255) = 54.16%
R=42.22%
G=3.62%
B=54.16%

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
Decimal198172540.220.9300.00285.8299.1653.14
HexC611FE165D0011e6335
Octal30621376261350043614365
Binary110001101000111111110101101011101001000111101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C611FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C611FE; }

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

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

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

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

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

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

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

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