Html Css Color HEX #C524FD Electric Purple

📋 copy color: '#C524FD'

red 197 ◦ green 36 ◦ blue 253

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

Shades of Electric Purple #C524FD

Tints of Electric Purple #C524FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.06%

R = 40.53%
G = 7.41%
B = 52.06%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C524FD (or 0xC524FD) is known color: Electric Purple. HEX triplet: C5, 24 and FD. RGB value is (197,36,253). Sum of RGB (Red+Green+Blue) = 197+36+253=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 36 (14.45% from 255 or 7.41% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #C524FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C524FD is #3ADB02. Grayscale: #6C6C6C. Windows color (decimal): -3857155 or 16590021. OLE color: 16590021.

HSL color Cylindrical-coordinate representation of color #C524FD: hue angle of 284.52º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C524FD is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 36 253 -
CMYK 0.22 0.86 0 0.01
HSL 284.52º 0.98% 0.57% -
HSV(B) 284.52º 0.86% 0.99% -
XYZ 41.39 20.22 94.65 -
YUV 108.88 209.34 190.86 -
System Red Green Blue C M Y K H S L
Decimal 197 36 253 0.22 0.86 0 0.01 284.52 0.98 0.57
Hex C5 24 FD 16 56 0 1 11D 62 39
Octal 305 44 375 26 126 0 1 435 142 71
Binary 11000101 100100 11111101 10110 1010110 0 1 100011101 1100010 111001

Color Harmonies of #C524FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C524FD

Black with #C524FD

Text Example


Text Example

White with #C524FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C524FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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