Html Css Color HEX #C500FD Electric Purple

📋 copy color: '#C500FD'

red 197 ◦ green 0 ◦ blue 253

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

Shades of Electric Purple #C500FD

Tints of Electric Purple #C500FD

RGB

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

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

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

R = 43.78%
G = 0%
B = 56.22%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C500FD (or 0xC500FD) is known color: Electric Purple. HEX triplet: C5, 00 and FD. RGB value is (197,0,253). Sum of RGB (Red+Green+Blue) = 197+0+253=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 0 (0.39% from 255 or 0% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #C500FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C500FD is #3AFF02. Grayscale: #565656. Windows color (decimal): -3866371 or 16580805. OLE color: 16580805.

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

Color convert

RGB 197 0 253 -
CMYK 0.22 1 0 0.01
HSL 286.72º 1% 0.5% -
HSV(B) 286.72º 1% 0.99% -
XYZ 40.76 18.96 94.44 -
YUV 87.75 221.27 205.93 -
System Red Green Blue C M Y K H S L
Decimal 197 0 253 0.22 1 0 0.01 286.72 1 0.5
Hex C5 0 FD 16 64 0 1 11F 64 32
Octal 305 0 375 26 144 0 1 437 144 62
Binary 11000101 0 11111101 10110 1100100 0 1 100011111 1100100 110010

Color Harmonies of #C500FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C500FD

Black with #C500FD

Text Example


Text Example

White with #C500FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C500FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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