Html Css Color HEX #C531FA Electric Purple

📋 copy color: '#C531FA'

red 197 ◦ green 49 ◦ blue 250

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

Shades of Electric Purple #C531FA

Tints of Electric Purple #C531FA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.88%

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

R = 39.72%
G = 9.88%
B = 50.4%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C531FA (or 0xC531FA) is known color: Electric Purple. HEX triplet: C5, 31 and FA. RGB value is (197,49,250). Sum of RGB (Red+Green+Blue) = 197+49+250=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 49 (19.53% from 255 or 9.88% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #C531FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C531FA is #3ACE05. Grayscale: #737373. Windows color (decimal): -3853830 or 16396741. OLE color: 16396741.

HSL color Cylindrical-coordinate representation of color #C531FA: hue angle of 284.18º 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 #C531FA is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 49 250 -
CMYK 0.21 0.80 0 0.02
HSL 284.18º 0.95% 0.59% -
HSV(B) 284.18º 0.8% 0.98% -
XYZ 41.38 20.97 92.31 -
YUV 116.17 203.53 185.66 -
System Red Green Blue C M Y K H S L
Decimal 197 49 250 0.21 0.80 0 0.02 284.18 0.95 0.59
Hex C5 31 FA 15 50 0 2 11C 5F 3B
Octal 305 61 372 25 120 0 2 434 137 73
Binary 11000101 110001 11111010 10101 1010000 0 10 100011100 1011111 111011

Color Harmonies of #C531FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531FA

Black with #C531FA

Text Example


Text Example

White with #C531FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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