#C226E9

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

Shades of Electric Purple #C226E9

Tints of Electric Purple #C226E9

Color information

#C226E9 (or 0xC226E9) is unknown color: approx Electric Purple. HEX triplet: C2, 26 and E9. RGB value is (194,38,233). Sum of RGB (Red+Green+Blue) = 194+38+233=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 38 (15.23% from 255 or 8.17% from 465); Blue value is 233 (91.41% from 255 or 50.11% from 465); Max value from RGB is 233 - color contains mainly: blue. Hex color #C226E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C226E9 is #3DD916. Grayscale: #6A6A6A. Windows color (decimal): -4053271 or 15279810. OLE color: 15279810.

HSL color Cylindrical-coordinate representation of color #C226E9: hue angle of 288º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C226E9 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19438233-
CMYK0.170.8400.09
HSL288º81.59%53.14%-
HSV(B)288º83.69%91.37%-
XYZ37.6518.7478.72-
YUV106.87199.18190.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 38 (15.23% from 255) = 8.17%
BLUE value IS 233 (91.41% from 255) = 50.11%
R=41.72%
G=8.17%
B=50.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal194382330.170.8400.0928881.5953.14
HexC226E91154091205235
Octal302463512112401144012265
Binary1100001010011011101001100011010100010011001000001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C226E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C226E9; }

 p { color: rgb(194,38,233); }

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

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

 a { background-color: rgb(194,38,233); }

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

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

 span { border-color: rgb(194,38,233); }

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