#C503FF

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

Shades of Electric Purple #C503FF

Tints of Electric Purple #C503FF

Color information

#C503FF (or 0xC503FF) is unknown color: approx Electric Purple. HEX triplet: C5, 03 and FF. RGB value is (197,3,255). Sum of RGB (Red+Green+Blue) = 197+3+255=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 3 (1.56% from 255 or 0.66% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #C503FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C503FF is #3AFC00. Grayscale: #585858. Windows color (decimal): -3865601 or 16712645. OLE color: 16712645.

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

Color convert

RGB1973255-
CMYK0.230.9900
HSL286.19º100%50.59%-
HSV(B)286.19º98.82%100%-
XYZ41.1119.1696.14-
YUV89.73221.27204.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 3 (1.56% from 255) = 0.66%
BLUE value IS 255 (100% from 255) = 56.04%
R=43.30%
G=0.66%
B=56.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal19732550.230.9900286.1910050.59
HexC53FF17630011e6433
Octal3053377271430043614463
Binary110001011111111111101111100011001000111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C503FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C503FF; }

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

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

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

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

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

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

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

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