Html Css Color HEX #C523EB Electric Purple

📋 copy color: '#C523EB'

red 197 ◦ green 35 ◦ blue 235

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

Shades of Electric Purple #C523EB

Tints of Electric Purple #C523EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 42.18%
G = 7.49%
B = 50.32%

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

#C523EB (or 0xC523EB) is known color: Electric Purple. HEX triplet: C5, 23 and EB. RGB value is (197,35,235). Sum of RGB (Red+Green+Blue) = 197+35+235=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 35 (14.06% from 255 or 7.49% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #C523EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C523EB is #3ADC14. Grayscale: #696969. Windows color (decimal): -3857429 or 15410117. OLE color: 15410117.

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

Color convert

RGB 197 35 235 -
CMYK 0.16 0.85 0 0.08
HSL 288.6º 0.83% 0.53% -
HSV(B) 288.6º 0.85% 0.92% -
XYZ 38.62 19.07 80.24 -
YUV 106.24 200.67 192.74 -
System Red Green Blue C M Y K H S L
Decimal 197 35 235 0.16 0.85 0 0.08 288.6 0.83 0.53
Hex C5 23 EB 10 55 0 8 121 53 35
Octal 305 43 353 20 125 0 10 441 123 65
Binary 11000101 100011 11101011 10000 1010101 0 1000 100100001 1010011 110101

Color Harmonies of #C523EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C523EB

Black with #C523EB

Text Example


Text Example

White with #C523EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C523EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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