Html Css Color HEX #C532FA Electric Purple

📋 copy color: '#C532FA'

red 197 ◦ green 50 ◦ blue 250

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

Shades of Electric Purple #C532FA

Tints of Electric Purple #C532FA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.06%

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

R = 39.64%
G = 10.06%
B = 50.3%

CMYK

 C value IS 0.21

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C532FA (or 0xC532FA) is known color: Electric Purple. HEX triplet: C5, 32 and FA. RGB value is (197,50,250). Sum of RGB (Red+Green+Blue) = 197+50+250=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 50 (19.92% from 255 or 10.06% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #C532FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C532FA is #3ACD05. Grayscale: #747474. Windows color (decimal): -3853574 or 16396997. OLE color: 16396997.

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

Color convert

RGB 197 50 250 -
CMYK 0.21 0.8 0 0.02
HSL 284.1º 0.95% 0.59% -
HSV(B) 284.1º 0.8% 0.98% -
XYZ 41.42 21.05 92.32 -
YUV 116.75 203.2 185.24 -
System Red Green Blue C M Y K H S L
Decimal 197 50 250 0.21 0.8 0 0.02 284.1 0.95 0.59
Hex C5 32 FA 15 50 0 2 11C 5F 3B
Octal 305 62 372 25 120 0 2 434 137 73
Binary 11000101 110010 11111010 10101 1010000 0 10 100011100 1011111 111011

Color Harmonies of #C532FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C532FA

Black with #C532FA

Text Example


Text Example

White with #C532FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C532FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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