#C323EB

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

Shades of Electric Purple #C323EB

Tints of Electric Purple #C323EB

Color information

#C323EB (or 0xC323EB) is unknown color: approx Electric Purple. HEX triplet: C3, 23 and EB. RGB value is (195,35,235). Sum of RGB (Red+Green+Blue) = 195+35+235=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 35 (14.06% from 255 or 7.53% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #C323EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C323EB is #3CDC14. Grayscale: #696969. Windows color (decimal): -3988501 or 15410115. OLE color: 15410115.

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

Color convert

RGB19535235-
CMYK0.170.8500.08
HSL288º83.33%52.94%-
HSV(B)288º85.11%92.16%-
XYZ38.118.880.22-
YUV105.64201.01191.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.94%
GREEN value IS 35 (14.06% from 255) = 7.53%
BLUE value IS 235 (92.19% from 255) = 50.54%
R=41.94%
G=7.53%
B=50.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal195352350.170.8500.0828883.3352.94
HexC323EB1155081205335
Octal303433532112501044012365
Binary1100001110001111101011100011010101010001001000001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C323EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C323EB; }

 p { color: rgb(195,35,235); }

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

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

 a { background-color: rgb(195,35,235); }

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

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

 span { border-color: rgb(195,35,235); }

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