Html Css Color HEX #C503EC Electric Purple

📋 copy color: '#C503EC'

red 197 ◦ green 3 ◦ blue 236

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

Shades of Electric Purple #C503EC

Tints of Electric Purple #C503EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.13%

R = 45.18%
G = 0.69%
B = 54.13%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C503EC (or 0xC503EC) is known color: Electric Purple. HEX triplet: C5, 03 and EC. RGB value is (197,3,236). Sum of RGB (Red+Green+Blue) = 197+3+236=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 3 (1.56% from 255 or 0.69% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #C503EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C503EC is #3AFC13. Grayscale: #565656. Windows color (decimal): -3865620 or 15467461. OLE color: 15467461.

HSL color Cylindrical-coordinate representation of color #C503EC: hue angle of 289.96º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C503EC is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 3 236 -
CMYK 0.17 0.99 0 0.07
HSL 289.96º 0.97% 0.47% -
HSV(B) 289.96º 0.99% 0.93% -
XYZ 38.2 17.99 80.82 -
YUV 87.57 211.77 206.05 -
System Red Green Blue C M Y K H S L
Decimal 197 3 236 0.17 0.99 0 0.07 289.96 0.97 0.47
Hex C5 3 EC 11 63 0 7 122 61 2F
Octal 305 3 354 21 143 0 7 442 141 57
Binary 11000101 11 11101100 10001 1100011 0 111 100100010 1100001 101111

Color Harmonies of #C503EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C503EC

Black with #C503EC

Text Example


Text Example

White with #C503EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C503EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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