Html Css Color HEX #C523EA Electric Purple

📋 copy color: '#C523EA'

red 197 ◦ green 35 ◦ blue 234

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

Shades of Electric Purple #C523EA

Tints of Electric Purple #C523EA

RGB

 RED value IS 197 (77.34% from 255) = 42.27%

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

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

R = 42.27%
G = 7.51%
B = 50.21%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C523EA (or 0xC523EA) is known color: Electric Purple. HEX triplet: C5, 23 and EA. RGB value is (197,35,234). Sum of RGB (Red+Green+Blue) = 197+35+234=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 35 (14.06% from 255 or 7.51% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #C523EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C523EA is #3ADC15. Grayscale: #696969. Windows color (decimal): -3857430 or 15344581. OLE color: 15344581.

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

Color convert

RGB 197 35 234 -
CMYK 0.16 0.85 0 0.08
HSL 288.84º 0.83% 0.53% -
HSV(B) 288.84º 0.85% 0.92% -
XYZ 38.48 19.01 79.48 -
YUV 106.12 200.17 192.82 -
System Red Green Blue C M Y K H S L
Decimal 197 35 234 0.16 0.85 0 0.08 288.84 0.83 0.53
Hex C5 23 EA 10 55 0 8 121 53 35
Octal 305 43 352 20 125 0 10 441 123 65
Binary 11000101 100011 11101010 10000 1010101 0 1000 100100001 1010011 110101

Color Harmonies of #C523EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C523EA

Black with #C523EA

Text Example


Text Example

White with #C523EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C523EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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