#C02EFF

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

Shades of Electric Purple #C02EFF

Tints of Electric Purple #C02EFF

Color information

#C02EFF (or 0xC02EFF) is unknown color: approx Electric Purple. HEX triplet: C0, 2E and FF. RGB value is (192,46,255). Sum of RGB (Red+Green+Blue) = 192+46+255=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 46 (18.36% from 255 or 9.33% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #C02EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02EFF is #3FD100. Grayscale: #707070. Windows color (decimal): -4182273 or 16723648. OLE color: 16723648.

HSL color Cylindrical-coordinate representation of color #C02EFF: hue angle of 281.91º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02EFF is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19246255-
CMYK0.250.8200
HSL281.91º100%59.02%-
HSV(B)281.91º81.96%100%-
XYZ40.7720.3896.39-
YUV113.48207.87184.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 46 (18.36% from 255) = 9.33%
BLUE value IS 255 (100% from 255) = 51.72%
R=38.95%
G=9.33%
B=51.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal192462550.250.8200281.9110059.02
HexC02EFF19520011a643b
Octal30056377311220043214473
Binary1100000010111011111111110011010010001000110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02EFF; }

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

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

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

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

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

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

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

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