Html Css Color HEX #C501FA Electric Purple

📋 copy color: '#C501FA'

red 197 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #C501FA

Tints of Electric Purple #C501FA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 43.97%
G = 0.22%
B = 55.8%

CMYK

 C value IS 0.21

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C501FA (or 0xC501FA) is known color: Electric Purple. HEX triplet: C5, 01 and FA. RGB value is (197,1,250). Sum of RGB (Red+Green+Blue) = 197+1+250=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 1 (0.78% from 255 or 0.22% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #C501FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C501FA is #3AFE05. Grayscale: #575757. Windows color (decimal): -3866118 or 16384453. OLE color: 16384453.

HSL color Cylindrical-coordinate representation of color #C501FA: hue angle of 287.23º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C501FA is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 1 250 -
CMYK 0.21 1.00 0 0.02
HSL 287.23º 0.99% 0.49% -
HSV(B) 287.23º 1% 0.98% -
XYZ 40.29 18.79 91.95 -
YUV 87.99 219.43 205.75 -
System Red Green Blue C M Y K H S L
Decimal 197 1 250 0.21 1.00 0 0.02 287.23 0.99 0.49
Hex C5 1 FA 15 64 0 2 11F 63 31
Octal 305 1 372 25 144 0 2 437 143 61
Binary 11000101 1 11111010 10101 1100100 0 10 100011111 1100011 110001

Color Harmonies of #C501FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C501FA

Black with #C501FA

Text Example


Text Example

White with #C501FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C501FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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