#C500FF

Color #C500FF Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C500FF

Tints of Electric Purple #C500FF

Color information

#C500FF (or 0xC500FF) is unknown color: approx Electric Purple. HEX triplet: C5, 00 and FF. RGB value is (197,0,255). Sum of RGB (Red+Green+Blue) = 197+0+255=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 0 (0.39% from 255 or 0% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #C500FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C500FF is #3AFF00. Grayscale: #575757. Windows color (decimal): -3866369 or 16711877. OLE color: 16711877.

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

Color convert

RGB1970255-
CMYK0.23100
HSL286.35º100%50%-
HSV(B)286.35º100%100%-
XYZ41.0819.0996.13-
YUV87.97222.27205.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 56.42%
R=43.58%
G=0%
B=56.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal19702550.23100286.3510050
HexC50FF17640011e6432
Octal3050377271440043614462
Binary11000101011111111101111100100001000111101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C500FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C500FF; }

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

 H1.HeaderClassName
 {
   color: #C500FF;
 }
 .AnyTagClassName
 {
   color: #C500FF;
 }
</style>
background-color css

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

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

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

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

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

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