Html Css Color HEX #C323EC Electric Purple

📋 copy color: '#C323EC'

red 195 ◦ green 35 ◦ blue 236

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

Shades of Electric Purple #C323EC

Tints of Electric Purple #C323EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 41.85%
G = 7.51%
B = 50.64%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C323EC (or 0xC323EC) is known color: Electric Purple. HEX triplet: C3, 23 and EC. RGB value is (195,35,236). Sum of RGB (Red+Green+Blue) = 195+35+236=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 35 (14.06% from 255 or 7.51% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #C323EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C323EC is #3CDC13. Grayscale: #696969. Windows color (decimal): -3988500 or 15475651. OLE color: 15475651.

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

Color convert

RGB 195 35 236 -
CMYK 0.17 0.85 0 0.07
HSL 287.76º 0.84% 0.53% -
HSV(B) 287.76º 0.85% 0.93% -
XYZ 38.25 18.86 80.98 -
YUV 105.75 201.51 191.66 -
System Red Green Blue C M Y K H S L
Decimal 195 35 236 0.17 0.85 0 0.07 287.76 0.84 0.53
Hex C3 23 EC 11 55 0 7 120 54 35
Octal 303 43 354 21 125 0 7 440 124 65
Binary 11000011 100011 11101100 10001 1010101 0 111 100100000 1010100 110101

Color Harmonies of #C323EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C323EC

Black with #C323EC

Text Example


Text Example

White with #C323EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C323EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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