Html Css Color HEX #C523EF Electric Purple

📋 copy color: '#C523EF'

red 197 ◦ green 35 ◦ blue 239

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

Shades of Electric Purple #C523EF

Tints of Electric Purple #C523EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 41.83%
G = 7.43%
B = 50.74%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C523EF (or 0xC523EF) is known color: Electric Purple. HEX triplet: C5, 23 and EF. RGB value is (197,35,239). Sum of RGB (Red+Green+Blue) = 197+35+239=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 35 (14.06% from 255 or 7.43% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #C523EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C523EF is #3ADC10. Grayscale: #6A6A6A. Windows color (decimal): -3857425 or 15672261. OLE color: 15672261.

HSL color Cylindrical-coordinate representation of color #C523EF: hue angle of 287.65º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C523EF is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 35 239 -
CMYK 0.18 0.85 0 0.06
HSL 287.65º 0.86% 0.54% -
HSV(B) 287.65º 0.85% 0.94% -
XYZ 39.21 19.3 83.32 -
YUV 106.69 202.67 192.41 -
System Red Green Blue C M Y K H S L
Decimal 197 35 239 0.18 0.85 0 0.06 287.65 0.86 0.54
Hex C5 23 EF 12 55 0 6 120 56 36
Octal 305 43 357 22 125 0 6 440 126 66
Binary 11000101 100011 11101111 10010 1010101 0 110 100100000 1010110 110110

Color Harmonies of #C523EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C523EF

Black with #C523EF

Text Example


Text Example

White with #C523EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C523EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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