Html Css Color HEX #C524EE Electric Purple

📋 copy color: '#C524EE'

red 197 ◦ green 36 ◦ blue 238

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

Shades of Electric Purple #C524EE

Tints of Electric Purple #C524EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.53%

R = 41.83%
G = 7.64%
B = 50.53%

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

#C524EE (or 0xC524EE) is known color: Electric Purple. HEX triplet: C5, 24 and EE. RGB value is (197,36,238). Sum of RGB (Red+Green+Blue) = 197+36+238=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 36 (14.45% from 255 or 7.64% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #C524EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C524EE is #3ADB11. Grayscale: #6A6A6A. Windows color (decimal): -3857170 or 15606981. OLE color: 15606981.

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

Color convert

RGB 197 36 238 -
CMYK 0.17 0.85 0 0.07
HSL 287.82º 0.86% 0.54% -
HSV(B) 287.82º 0.85% 0.93% -
XYZ 39.09 19.31 82.55 -
YUV 107.17 201.84 192.07 -
System Red Green Blue C M Y K H S L
Decimal 197 36 238 0.17 0.85 0 0.07 287.82 0.86 0.54
Hex C5 24 EE 11 55 0 7 120 56 36
Octal 305 44 356 21 125 0 7 440 126 66
Binary 11000101 100100 11101110 10001 1010101 0 111 100100000 1010110 110110

Color Harmonies of #C524EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C524EE

Black with #C524EE

Text Example


Text Example

White with #C524EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C524EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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