Html Css Color HEX #C323EA Electric Purple

📋 copy color: '#C323EA'

red 195 ◦ green 35 ◦ blue 234

#C323EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #C323EA

Tints of Electric Purple #C323EA

RGB

 RED value IS 195 (76.56% from 255) = 42.03%

 GREEN value IS 35 (14.06% from 255) = 7.54%

 BLUE value IS 234 (91.8% from 255) = 50.43%

R = 42.03%
G = 7.54%
B = 50.43%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C323EA (or 0xC323EA) is known color: Electric Purple. HEX triplet: C3, 23 and EA. RGB value is (195,35,234). Sum of RGB (Red+Green+Blue) = 195+35+234=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 35 (14.06% from 255 or 7.54% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #C323EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C323EA is #3CDC15. Grayscale: #686868. Windows color (decimal): -3988502 or 15344579. OLE color: 15344579.

HSL color Cylindrical-coordinate representation of color #C323EA: hue angle of 288.24º 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 #C323EA is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 35 234 -
CMYK 0.17 0.85 0 0.08
HSL 288.24º 0.83% 0.53% -
HSV(B) 288.24º 0.85% 0.92% -
XYZ 37.96 18.74 79.46 -
YUV 105.53 200.51 191.82 -
System Red Green Blue C M Y K H S L
Decimal 195 35 234 0.17 0.85 0 0.08 288.24 0.83 0.53
Hex C3 23 EA 11 55 0 8 120 53 35
Octal 303 43 352 21 125 0 10 440 123 65
Binary 11000011 100011 11101010 10001 1010101 0 1000 100100000 1010011 110101

Color Harmonies of #C323EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C323EA

Black with #C323EA

Text Example


Text Example

White with #C323EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C323EA; }

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

 H1.HeaderClassName
 {
   color: #C323EA;
 }
 .AnyTagClassName
 {
   color: #C323EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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