#C311EE

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

Shades of Electric Purple #C311EE

Tints of Electric Purple #C311EE

Color information

#C311EE (or 0xC311EE) is unknown color: approx Electric Purple. HEX triplet: C3, 11 and EE. RGB value is (195,17,238). Sum of RGB (Red+Green+Blue) = 195+17+238=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #C311EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C311EE is #3CEE11. Grayscale: #5E5E5E. Windows color (decimal): -3993106 or 15602115. OLE color: 15602115.

HSL color Cylindrical-coordinate representation of color #C311EE: hue angle of 288.33º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C311EE is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19517238-
CMYK0.180.9300.07
HSL288.33º86.67%50%-
HSV(B)288.33º92.86%93.33%-
XYZ38.1418.1882.39-
YUV95.42208.47199.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.33%
GREEN value IS 17 (7.03% from 255) = 3.78%
BLUE value IS 238 (93.36% from 255) = 52.89%
R=43.33%
G=3.78%
B=52.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal195172380.180.9300.07288.3386.6750
HexC311EE125D071205732
Octal30321356221350744012762
Binary11000011100011110111010010101110101111001000001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C311EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C311EE; }

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

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

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

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

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

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

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

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