Html Css Color HEX #C503E6 Electric Purple

📋 copy color: '#C503E6'

red 197 ◦ green 3 ◦ blue 230

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

Shades of Electric Purple #C503E6

Tints of Electric Purple #C503E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.49%

R = 45.81%
G = 0.7%
B = 53.49%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C503E6 (or 0xC503E6) is known color: Electric Purple. HEX triplet: C5, 03 and E6. RGB value is (197,3,230). Sum of RGB (Red+Green+Blue) = 197+3+230=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 230 (90.23% from 255 or 53.49% from 430); Max value from RGB is 230 - color contains mainly: blue. Hex color #C503E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C503E6 is #3AFC19. Grayscale: #565656. Windows color (decimal): -3865626 or 15074245. OLE color: 15074245.

HSL color Cylindrical-coordinate representation of color #C503E6: hue angle of 291.28º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C503E6 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 3 230 -
CMYK 0.14 0.99 0 0.10
HSL 291.28º 0.97% 0.46% -
HSV(B) 291.28º 0.99% 0.9% -
XYZ 37.34 17.65 76.3 -
YUV 86.88 208.77 206.54 -
System Red Green Blue C M Y K H S L
Decimal 197 3 230 0.14 0.99 0 0.10 291.28 0.97 0.46
Hex C5 3 E6 E 63 0 A 123 61 2E
Octal 305 3 346 16 143 0 12 443 141 56
Binary 11000101 11 11100110 1110 1100011 0 1010 100100011 1100001 101110

Color Harmonies of #C503E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C503E6

Black with #C503E6

Text Example


Text Example

White with #C503E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C503E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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