#C210EF

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

Shades of Electric Purple #C210EF

Tints of Electric Purple #C210EF

Color information

#C210EF (or 0xC210EF) is unknown color: approx Electric Purple. HEX triplet: C2, 10 and EF. RGB value is (194,16,239). Sum of RGB (Red+Green+Blue) = 194+16+239=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 16 (6.64% from 255 or 3.56% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #C210EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C210EF is #3DEF10. Grayscale: #5D5D5D. Windows color (decimal): -4058897 or 15667394. OLE color: 15667394.

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

Color convert

RGB19416239-
CMYK0.190.9300.06
HSL287.89º87.45%50%-
HSV(B)287.89º93.31%93.73%-
XYZ38.0118.0783.15-
YUV94.64209.47198.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.21%
GREEN value IS 16 (6.64% from 255) = 3.56%
BLUE value IS 239 (93.75% from 255) = 53.23%
R=43.21%
G=3.56%
B=53.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal194162390.190.9300.06287.8987.4550
HexC210EF135D061205732
Octal30220357231350644012762
Binary11000010100001110111110011101110101101001000001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C210EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C210EF; }

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

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

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

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

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

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

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

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