Html Css Color HEX #C503FC Electric Purple

📋 copy color: '#C503FC'

red 197 ◦ green 3 ◦ blue 252

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

Shades of Electric Purple #C503FC

Tints of Electric Purple #C503FC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.66%

 BLUE value IS 252 (98.83% from 255) = 55.75%

R = 43.58%
G = 0.66%
B = 55.75%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C503FC (or 0xC503FC) is known color: Electric Purple. HEX triplet: C5, 03 and FC. RGB value is (197,3,252). Sum of RGB (Red+Green+Blue) = 197+3+252=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 3 (1.56% from 255 or 0.66% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #C503FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C503FC is #3AFC03. Grayscale: #585858. Windows color (decimal): -3865604 or 16516037. OLE color: 16516037.

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

Color convert

RGB 197 3 252 -
CMYK 0.22 0.99 0 0.01
HSL 286.75º 0.98% 0.5% -
HSV(B) 286.75º 0.99% 0.99% -
XYZ 40.63 18.96 93.61 -
YUV 89.39 219.77 204.75 -
System Red Green Blue C M Y K H S L
Decimal 197 3 252 0.22 0.99 0 0.01 286.75 0.98 0.5
Hex C5 3 FC 16 63 0 1 11F 62 32
Octal 305 3 374 26 143 0 1 437 142 62
Binary 11000101 11 11111100 10110 1100011 0 1 100011111 1100010 110010

Color Harmonies of #C503FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C503FC

Black with #C503FC

Text Example


Text Example

White with #C503FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C503FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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