Html Css Color HEX #C524FA Electric Purple

📋 copy color: '#C524FA'

red 197 ◦ green 36 ◦ blue 250

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

Shades of Electric Purple #C524FA

Tints of Electric Purple #C524FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.76%

R = 40.79%
G = 7.45%
B = 51.76%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C524FA (or 0xC524FA) is known color: Electric Purple. HEX triplet: C5, 24 and FA. RGB value is (197,36,250). Sum of RGB (Red+Green+Blue) = 197+36+250=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 36 (14.45% from 255 or 7.45% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #C524FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C524FA is #3ADB05. Grayscale: #6B6B6B. Windows color (decimal): -3857158 or 16393413. OLE color: 16393413.

HSL color Cylindrical-coordinate representation of color #C524FA: hue angle of 285.14º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C524FA is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 36 250 -
CMYK 0.21 0.86 0 0.02
HSL 285.14º 0.96% 0.56% -
HSV(B) 285.14º 0.86% 0.98% -
XYZ 40.91 20.03 92.15 -
YUV 108.54 207.84 191.1 -
System Red Green Blue C M Y K H S L
Decimal 197 36 250 0.21 0.86 0 0.02 285.14 0.96 0.56
Hex C5 24 FA 15 56 0 2 11D 60 38
Octal 305 44 372 25 126 0 2 435 140 70
Binary 11000101 100100 11111010 10101 1010110 0 10 100011101 1100000 111000

Color Harmonies of #C524FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C524FA

Black with #C524FA

Text Example


Text Example

White with #C524FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C524FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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