Html Css Color HEX #C500FA Electric Purple

📋 copy color: '#C500FA'

red 197 ◦ green 0 ◦ blue 250

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

Shades of Electric Purple #C500FA

Tints of Electric Purple #C500FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.07%
G = 0%
B = 55.93%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C500FA (or 0xC500FA) is known color: Electric Purple. HEX triplet: C5, 00 and FA. RGB value is (197,0,250). Sum of RGB (Red+Green+Blue) = 197+0+250=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #C500FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C500FA is #3AFF05. Grayscale: #565656. Windows color (decimal): -3866374 or 16384197. OLE color: 16384197.

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

Color convert

RGB 197 0 250 -
CMYK 0.21 1 0 0.02
HSL 287.28º 1% 0.49% -
HSV(B) 287.28º 1% 0.98% -
XYZ 40.28 18.77 91.94 -
YUV 87.4 219.77 206.17 -
System Red Green Blue C M Y K H S L
Decimal 197 0 250 0.21 1 0 0.02 287.28 1 0.49
Hex C5 0 FA 15 64 0 2 11F 64 31
Octal 305 0 372 25 144 0 2 437 144 61
Binary 11000101 0 11111010 10101 1100100 0 10 100011111 1100100 110001

Color Harmonies of #C500FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C500FA

Black with #C500FA

Text Example


Text Example

White with #C500FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C500FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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