Html Css Color HEX #C531FE Electric Purple

📋 copy color: '#C531FE'

red 197 ◦ green 49 ◦ blue 254

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

Shades of Electric Purple #C531FE

Tints of Electric Purple #C531FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.8%

R = 39.4%
G = 9.8%
B = 50.8%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C531FE (or 0xC531FE) is known color: Electric Purple. HEX triplet: C5, 31 and FE. RGB value is (197,49,254). Sum of RGB (Red+Green+Blue) = 197+49+254=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 49 (19.53% from 255 or 9.8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #C531FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C531FE is #3ACE01. Grayscale: #737373. Windows color (decimal): -3853826 or 16658885. OLE color: 16658885.

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

Color convert

RGB 197 49 254 -
CMYK 0.22 0.81 0 0.00
HSL 283.32º 0.99% 0.59% -
HSV(B) 283.32º 0.81% 1% -
XYZ 42.01 21.22 95.65 -
YUV 116.62 205.53 185.33 -
System Red Green Blue C M Y K H S L
Decimal 197 49 254 0.22 0.81 0 0.00 283.32 0.99 0.59
Hex C5 31 FE 16 51 0 0 11B 63 3B
Octal 305 61 376 26 121 0 0 433 143 73
Binary 11000101 110001 11111110 10110 1010001 0 0 100011011 1100011 111011

Color Harmonies of #C531FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531FE

Black with #C531FE

Text Example


Text Example

White with #C531FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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