#C507FC

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

Shades of Electric Purple #C507FC

Tints of Electric Purple #C507FC

Color information

#C507FC (or 0xC507FC) is unknown color: approx Electric Purple. HEX triplet: C5, 07 and FC. RGB value is (197,7,252). Sum of RGB (Red+Green+Blue) = 197+7+252=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #C507FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C507FC is #3AF803. Grayscale: #5A5A5A. Windows color (decimal): -3864580 or 16517061. OLE color: 16517061.

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

Color convert

RGB1977252-
CMYK0.220.9700.01
HSL286.53º97.61%50.78%-
HSV(B)286.53º97.22%98.82%-
XYZ40.6719.0593.63-
YUV91.74218.45203.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.20%
GREEN value IS 7 (3.12% from 255) = 1.54%
BLUE value IS 252 (98.83% from 255) = 55.26%
R=43.20%
G=1.54%
B=55.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal19772520.220.9700.01286.5397.6150.78
HexC57FC16610111f6233
Octal3057374261410143714263
Binary1100010111111111100101101100001011000111111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C507FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C507FC; }

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

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

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

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

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

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

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

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