Html Css Color HEX #C524EB Electric Purple

📋 copy color: '#C524EB'

red 197 ◦ green 36 ◦ blue 235

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

Shades of Electric Purple #C524EB

Tints of Electric Purple #C524EB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.69%

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

R = 42.09%
G = 7.69%
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

#C524EB (or 0xC524EB) is known color: Electric Purple. HEX triplet: C5, 24 and EB. RGB value is (197,36,235). Sum of RGB (Red+Green+Blue) = 197+36+235=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #C524EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C524EB is #3ADB14. Grayscale: #6A6A6A. Windows color (decimal): -3857173 or 15410373. OLE color: 15410373.

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

Color convert

RGB 197 36 235 -
CMYK 0.16 0.85 0 0.08
HSL 288.54º 0.83% 0.53% -
HSV(B) 288.54º 0.85% 0.92% -
XYZ 38.65 19.13 80.25 -
YUV 106.83 200.34 192.32 -
System Red Green Blue C M Y K H S L
Decimal 197 36 235 0.16 0.85 0 0.08 288.54 0.83 0.53
Hex C5 24 EB 10 55 0 8 121 53 35
Octal 305 44 353 20 125 0 10 441 123 65
Binary 11000101 100100 11101011 10000 1010101 0 1000 100100001 1010011 110101

Color Harmonies of #C524EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C524EB

Black with #C524EB

Text Example


Text Example

White with #C524EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C524EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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