#c02ef5

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

Shades of Electric Purple #C02EF5

Tints of Electric Purple #C02EF5

Color information

#C02EF5 (or 0xC02EF5) is unknown color: approx Electric Purple. HEX triplet: C0, 2E and F5. RGB value is (192,46,245). Sum of RGB (Red+Green+Blue) = 192+46+245=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 46 (18.36% from 255 or 9.52% from 483); Blue value is 245 (96.09% from 255 or 50.72% from 483); Max value from RGB is 245 - color contains mainly: blue. Hex color #C02EF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02EF5 is #3FD10A. Grayscale: #6F6F6F. Windows color (decimal): -4182283 or 16068288. OLE color: 16068288.

HSL color Cylindrical-coordinate representation of color #C02EF5: hue angle of 284.02º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02EF5 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19246245-
CMYK0.220.8100.04
HSL284.02º90.87%57.06%-
HSV(B)284.02º81.22%96.08%-
XYZ39.219.7588.13-
YUV112.34202.87184.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.75%
GREEN value IS 46 (18.36% from 255) = 9.52%
BLUE value IS 245 (96.09% from 255) = 50.72%
R=39.75%
G=9.52%
B=50.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal192462450.220.8100.04284.0290.8757.06
HexC02EF516510411c5b39
Octal30056365261210443413371
Binary110000001011101111010110110101000101001000111001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c02ef5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c02ef5; }

 p { color: rgb(192,46,245); }

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

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

 a { background-color: rgb(192,46,245); }

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

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

 span { border-color: rgb(192,46,245); }

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