#C30AE4

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

Shades of Electric Purple #C30AE4

Tints of Electric Purple #C30AE4

Color information

#C30AE4 (or 0xC30AE4) is unknown color: approx Electric Purple. HEX triplet: C3, 0A and E4. RGB value is (195,10,228). Sum of RGB (Red+Green+Blue) = 195+10+228=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 228 (89.45% from 255 or 52.66% from 433); Max value from RGB is 228 - color contains mainly: blue. Hex color #C30AE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30AE4 is #3CF51B. Grayscale: #595959. Windows color (decimal): -3994908 or 14944963. OLE color: 14944963.

HSL color Cylindrical-coordinate representation of color #C30AE4: hue angle of 290.92º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30AE4 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19510228-
CMYK0.140.9600.11
HSL290.92º91.6%46.67%-
HSV(B)290.92º95.61%89.41%-
XYZ36.6217.4274.83-
YUV90.17205.79202.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.03%
GREEN value IS 10 (4.30% from 255) = 2.31%
BLUE value IS 228 (89.45% from 255) = 52.66%
R=45.03%
G=2.31%
B=52.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal195102280.140.9600.11290.9291.646.67
HexC3AE4E600B1235c2f
Octal303123441614001344313457
Binary1100001110101110010011101100000010111001000111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30AE4; }

 p { color: rgb(195,10,228); }

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

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

 a { background-color: rgb(195,10,228); }

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

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

 span { border-color: rgb(195,10,228); }

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