Html Css Color HEX #C501FC Electric Purple

📋 copy color: '#C501FC'

red 197 ◦ green 1 ◦ blue 252

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

Shades of Electric Purple #C501FC

Tints of Electric Purple #C501FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56%

R = 43.78%
G = 0.22%
B = 56%

CMYK

 C value IS 0.22

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C501FC (or 0xC501FC) is known color: Electric Purple. HEX triplet: C5, 01 and FC. RGB value is (197,1,252). Sum of RGB (Red+Green+Blue) = 197+1+252=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 1 (0.78% from 255 or 0.22% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #C501FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C501FC is #3AFE03. Grayscale: #575757. Windows color (decimal): -3866116 or 16515525. OLE color: 16515525.

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

Color convert

RGB 197 1 252 -
CMYK 0.22 1.00 0 0.01
HSL 286.85º 0.99% 0.5% -
HSV(B) 286.85º 1% 0.99% -
XYZ 40.61 18.92 93.61 -
YUV 88.22 220.43 205.59 -
System Red Green Blue C M Y K H S L
Decimal 197 1 252 0.22 1.00 0 0.01 286.85 0.99 0.5
Hex C5 1 FC 16 64 0 1 11F 63 32
Octal 305 1 374 26 144 0 1 437 143 62
Binary 11000101 1 11111100 10110 1100100 0 1 100011111 1100011 110010

Color Harmonies of #C501FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C501FC

Black with #C501FC

Text Example


Text Example

White with #C501FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C501FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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