#C216EF

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

Shades of Electric Purple #C216EF

Tints of Electric Purple #C216EF

Color information

#C216EF (or 0xC216EF) is unknown color: approx Electric Purple. HEX triplet: C2, 16 and EF. RGB value is (194,22,239). Sum of RGB (Red+Green+Blue) = 194+22+239=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #C216EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C216EF is #3DE910. Grayscale: #616161. Windows color (decimal): -4057361 or 15668930. OLE color: 15668930.

HSL color Cylindrical-coordinate representation of color #C216EF: hue angle of 287.56º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C216EF is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19422239-
CMYK0.190.9100.06
HSL287.56º87.15%51.18%-
HSV(B)287.56º90.79%93.73%-
XYZ38.1218.2883.18-
YUV98.17207.48196.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 22 (8.98% from 255) = 4.84%
BLUE value IS 239 (93.75% from 255) = 52.53%
R=42.64%
G=4.84%
B=52.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal194222390.190.9100.06287.5687.1551.18
HexC216EF135B061205733
Octal30226357231330644012763
Binary11000010101101110111110011101101101101001000001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C216EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C216EF; }

 p { color: rgb(194,22,239); }

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

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

 a { background-color: rgb(194,22,239); }

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

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

 span { border-color: rgb(194,22,239); }

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