#C326E9

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

Shades of Electric Purple #C326E9

Tints of Electric Purple #C326E9

Color information

#C326E9 (or 0xC326E9) is unknown color: approx Electric Purple. HEX triplet: C3, 26 and E9. RGB value is (195,38,233). Sum of RGB (Red+Green+Blue) = 195+38+233=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 38 (15.23% from 255 or 8.15% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #C326E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C326E9 is #3CD916. Grayscale: #6A6A6A. Windows color (decimal): -3987735 or 15279811. OLE color: 15279811.

HSL color Cylindrical-coordinate representation of color #C326E9: hue angle of 288.31º 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 #C326E9 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19538233-
CMYK0.160.8400.09
HSL288.31º81.59%53.14%-
HSV(B)288.31º83.69%91.37%-
XYZ37.9118.8778.74-
YUV107.17199.01190.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.85%
GREEN value IS 38 (15.23% from 255) = 8.15%
BLUE value IS 233 (91.41% from 255) = 50%
R=41.85%
G=8.15%
B=50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal195382330.160.8400.09288.3181.5953.14
HexC326E91054091205235
Octal303463512012401144012265
Binary1100001110011011101001100001010100010011001000001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C326E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C326E9; }

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

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

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

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

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

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

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

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