#C918EC

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

Shades of Electric Purple #C918EC

Tints of Electric Purple #C918EC

Color information

#C918EC (or 0xC918EC) is unknown color: approx Electric Purple. HEX triplet: C9, 18 and EC. RGB value is (201,24,236). Sum of RGB (Red+Green+Blue) = 201+24+236=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 24 (9.77% from 255 or 5.21% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #C918EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C918EC is #36E713. Grayscale: #646464. Windows color (decimal): -3598100 or 15472841. OLE color: 15472841.

HSL color Cylindrical-coordinate representation of color #C918EC: hue angle of 290.09º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C918EC is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20124236-
CMYK0.150.9000.07
HSL290.09º84.8%50.98%-
HSV(B)290.09º89.83%92.55%-
XYZ39.5519.1380.96-
YUV101.09204.14199.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.60%
GREEN value IS 24 (9.77% from 255) = 5.21%
BLUE value IS 236 (92.58% from 255) = 51.19%
R=43.60%
G=5.21%
B=51.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal201242360.150.9000.07290.0984.850.98
HexC918ECF5A071225533
Octal31130354171320744212563
Binary1100100111000111011001111101101001111001000101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C918EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C918EC; }

 p { color: rgb(201,24,236); }

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

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

 a { background-color: rgb(201,24,236); }

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

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

 span { border-color: rgb(201,24,236); }

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