#C229EA

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

Shades of Electric Purple #C229EA

Tints of Electric Purple #C229EA

Color information

#C229EA (or 0xC229EA) is unknown color: approx Electric Purple. HEX triplet: C2, 29 and EA. RGB value is (194,41,234). Sum of RGB (Red+Green+Blue) = 194+41+234=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 41 (16.41% from 255 or 8.74% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #C229EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C229EA is #3DD615. Grayscale: #6C6C6C. Windows color (decimal): -4052502 or 15346114. OLE color: 15346114.

HSL color Cylindrical-coordinate representation of color #C229EA: hue angle of 287.56º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C229EA is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19441234-
CMYK0.170.8200.08
HSL287.56º82.13%53.92%-
HSV(B)287.56º82.48%91.76%-
XYZ37.891979.51-
YUV108.75198.69188.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 41 (16.41% from 255) = 8.74%
BLUE value IS 234 (91.80% from 255) = 49.89%
R=41.36%
G=8.74%
B=49.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal194412340.170.8200.08287.5682.1353.92
HexC229EA1152081205236
Octal302513522112201044012266
Binary1100001010100111101010100011010010010001001000001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C229EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C229EA; }

 p { color: rgb(194,41,234); }

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

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

 a { background-color: rgb(194,41,234); }

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

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

 span { border-color: rgb(194,41,234); }

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