Html Css Color HEX #C503FD Electric Purple

📋 copy color: '#C503FD'

red 197 ◦ green 3 ◦ blue 253

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

Shades of Electric Purple #C503FD

Tints of Electric Purple #C503FD

RGB

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

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

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

R = 43.49%
G = 0.66%
B = 55.85%

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

#C503FD (or 0xC503FD) is known color: Electric Purple. HEX triplet: C5, 03 and FD. RGB value is (197,3,253). Sum of RGB (Red+Green+Blue) = 197+3+253=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 3 (1.56% from 255 or 0.66% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #C503FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C503FD is #3AFC02. Grayscale: #585858. Windows color (decimal): -3865603 or 16581573. OLE color: 16581573.

HSL color Cylindrical-coordinate representation of color #C503FD: hue angle of 286.56º 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 #C503FD is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 3 253 -
CMYK 0.22 0.99 0 0.01
HSL 286.56º 0.98% 0.5% -
HSV(B) 286.56º 0.99% 0.99% -
XYZ 40.79 19.03 94.45 -
YUV 89.51 220.27 204.67 -
System Red Green Blue C M Y K H S L
Decimal 197 3 253 0.22 0.99 0 0.01 286.56 0.98 0.5
Hex C5 3 FD 16 63 0 1 11F 62 32
Octal 305 3 375 26 143 0 1 437 142 62
Binary 11000101 11 11111101 10110 1100011 0 1 100011111 1100010 110010

Color Harmonies of #C503FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C503FD

Black with #C503FD

Text Example


Text Example

White with #C503FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C503FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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