#c102ed

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

Shades of Electric Purple #C102ED

Tints of Electric Purple #C102ED

Color information

#C102ED (or 0xC102ED) is unknown color: approx Electric Purple. HEX triplet: C1, 02 and ED. RGB value is (193,2,237). Sum of RGB (Red+Green+Blue) = 193+2+237=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 2 (1.17% from 255 or 0.46% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #C102ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C102ED is #3EFD12. Grayscale: #555555. Windows color (decimal): -4128019 or 15532737. OLE color: 15532737.

HSL color Cylindrical-coordinate representation of color #C102ED: hue angle of 288.77º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C102ED is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1932237-
CMYK0.190.9900.07
HSL288.77º98.33%46.86%-
HSV(B)288.77º99.16%92.94%-
XYZ37.317.581.53-
YUV85.9213.28204.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.68%
GREEN value IS 2 (1.17% from 255) = 0.46%
BLUE value IS 237 (92.97% from 255) = 54.86%
R=44.68%
G=0.46%
B=54.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal19322370.190.9900.07288.7798.3346.86
HexC12ED136307121622f
Octal3012355231430744114257
Binary11000001101110110110011110001101111001000011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c102ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c102ed; }

 p { color: rgb(193,2,237); }

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

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

 a { background-color: rgb(193,2,237); }

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

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

 span { border-color: rgb(193,2,237); }

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