#C311FF

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

Shades of Electric Purple #C311FF

Tints of Electric Purple #C311FF

Color information

#C311FF (or 0xC311FF) is unknown color: approx Electric Purple. HEX triplet: C3, 11 and FF. RGB value is (195,17,255). Sum of RGB (Red+Green+Blue) = 195+17+255=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 17 (7.03% from 255 or 3.64% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #C311FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C311FF is #3CEE00. Grayscale: #606060. Windows color (decimal): -3993089 or 16716227. OLE color: 16716227.

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

Color convert

RGB19517255-
CMYK0.240.9300
HSL284.87º100%53.33%-
HSV(B)284.87º93.33%100%-
XYZ40.7619.2296.17-
YUV97.35216.97197.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.76%
GREEN value IS 17 (7.03% from 255) = 3.64%
BLUE value IS 255 (100% from 255) = 54.60%
R=41.76%
G=3.64%
B=54.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal195172550.240.9300284.8710053.33
HexC311FF185D0011d6435
Octal30321377301350043514465
Binary110000111000111111111110001011101001000111011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C311FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C311FF; }

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

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

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

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

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

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

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

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