Html Css Color HEX #C524ED Electric Purple

📋 copy color: '#C524ED'

red 197 ◦ green 36 ◦ blue 237

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

Shades of Electric Purple #C524ED

Tints of Electric Purple #C524ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.43%

R = 41.91%
G = 7.66%
B = 50.43%

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

#C524ED (or 0xC524ED) is known color: Electric Purple. HEX triplet: C5, 24 and ED. RGB value is (197,36,237). Sum of RGB (Red+Green+Blue) = 197+36+237=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 36 (14.45% from 255 or 7.66% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #C524ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C524ED is #3ADB12. Grayscale: #6A6A6A. Windows color (decimal): -3857171 or 15541445. OLE color: 15541445.

HSL color Cylindrical-coordinate representation of color #C524ED: hue angle of 288.06º degrees, saturation: 0.85, 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 #C524ED is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 36 237 -
CMYK 0.17 0.85 0 0.07
HSL 288.06º 0.85% 0.54% -
HSV(B) 288.06º 0.85% 0.93% -
XYZ 38.94 19.25 81.78 -
YUV 107.05 201.34 192.16 -
System Red Green Blue C M Y K H S L
Decimal 197 36 237 0.17 0.85 0 0.07 288.06 0.85 0.54
Hex C5 24 ED 11 55 0 7 120 55 36
Octal 305 44 355 21 125 0 7 440 125 66
Binary 11000101 100100 11101101 10001 1010101 0 111 100100000 1010101 110110

Color Harmonies of #C524ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C524ED

Black with #C524ED

Text Example


Text Example

White with #C524ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C524ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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