#C802ED

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

Shades of Electric Purple #C802ED

Tints of Electric Purple #C802ED

Color information

#C802ED (or 0xC802ED) is unknown color: approx Electric Purple. HEX triplet: C8, 02 and ED. RGB value is (200,2,237). Sum of RGB (Red+Green+Blue) = 200+2+237=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 2 (1.17% from 255 or 0.46% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #C802ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C802ED is #37FD12. Grayscale: #575757. Windows color (decimal): -3669267 or 15532744. OLE color: 15532744.

HSL color Cylindrical-coordinate representation of color #C802ED: hue angle of 290.55º 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 #C802ED is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2002237-
CMYK0.160.9900.07
HSL290.55º98.33%46.86%-
HSV(B)290.55º99.16%92.94%-
XYZ39.1318.4481.62-
YUV87.99212.1207.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.56%
GREEN value IS 2 (1.17% from 255) = 0.46%
BLUE value IS 237 (92.97% from 255) = 53.99%
R=45.56%
G=0.46%
B=53.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal20022370.160.9900.07290.5598.3346.86
HexC82ED106307123622f
Octal3102355201430744314257
Binary11001000101110110110000110001101111001000111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C802ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C802ED; }

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

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

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

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

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

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

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

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