Html Css Color HEX #C531FD Electric Purple

📋 copy color: '#C531FD'

red 197 ◦ green 49 ◦ blue 253

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

Shades of Electric Purple #C531FD

Tints of Electric Purple #C531FD

RGB

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

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

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

R = 39.48%
G = 9.82%
B = 50.7%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C531FD (or 0xC531FD) is known color: Electric Purple. HEX triplet: C5, 31 and FD. RGB value is (197,49,253). Sum of RGB (Red+Green+Blue) = 197+49+253=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 49 (19.53% from 255 or 9.82% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #C531FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C531FD is #3ACE02. Grayscale: #737373. Windows color (decimal): -3853827 or 16593349. OLE color: 16593349.

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

Color convert

RGB 197 49 253 -
CMYK 0.22 0.81 0 0.01
HSL 283.53º 0.98% 0.59% -
HSV(B) 283.53º 0.81% 0.99% -
XYZ 41.85 21.16 94.81 -
YUV 116.51 205.03 185.41 -
System Red Green Blue C M Y K H S L
Decimal 197 49 253 0.22 0.81 0 0.01 283.53 0.98 0.59
Hex C5 31 FD 16 51 0 1 11C 62 3B
Octal 305 61 375 26 121 0 1 434 142 73
Binary 11000101 110001 11111101 10110 1010001 0 1 100011100 1100010 111011

Color Harmonies of #C531FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531FD

Black with #C531FD

Text Example


Text Example

White with #C531FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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