#C611FF

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

Shades of Electric Purple #C611FF

Tints of Electric Purple #C611FF

Color information

#C611FF (or 0xC611FF) is unknown color: approx Electric Purple. HEX triplet: C6, 11 and FF. RGB value is (198,17,255). Sum of RGB (Red+Green+Blue) = 198+17+255=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 17 (7.03% from 255 or 3.62% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #C611FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C611FF is #39EE00. Grayscale: #616161. Windows color (decimal): -3796481 or 16716230. OLE color: 16716230.

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

Color convert

RGB19817255-
CMYK0.220.9300
HSL285.63º100%53.33%-
HSV(B)285.63º93.33%100%-
XYZ41.5419.6396.21-
YUV98.25216.47199.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.13%
GREEN value IS 17 (7.03% from 255) = 3.62%
BLUE value IS 255 (100% from 255) = 54.26%
R=42.13%
G=3.62%
B=54.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal198172550.220.9300285.6310053.33
HexC611FF165D0011e6435
Octal30621377261350043614465
Binary110001101000111111111101101011101001000111101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C611FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C611FF; }

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

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

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

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

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

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

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

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