Html Css Color HEX #C503ED Electric Purple

📋 copy color: '#C503ED'

red 197 ◦ green 3 ◦ blue 237

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

Shades of Electric Purple #C503ED

Tints of Electric Purple #C503ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.23%

R = 45.08%
G = 0.69%
B = 54.23%

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

#C503ED (or 0xC503ED) is known color: Electric Purple. HEX triplet: C5, 03 and ED. RGB value is (197,3,237). Sum of RGB (Red+Green+Blue) = 197+3+237=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 3 (1.56% from 255 or 0.69% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #C503ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C503ED is #3AFC12. Grayscale: #565656. Windows color (decimal): -3865619 or 15532997. OLE color: 15532997.

HSL color Cylindrical-coordinate representation of color #C503ED: hue angle of 289.74º degrees, saturation: 0.98, 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 #C503ED is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 3 237 -
CMYK 0.17 0.99 0 0.07
HSL 289.74º 0.98% 0.47% -
HSV(B) 289.74º 0.99% 0.93% -
XYZ 38.34 18.05 81.58 -
YUV 87.68 212.27 205.97 -
System Red Green Blue C M Y K H S L
Decimal 197 3 237 0.17 0.99 0 0.07 289.74 0.98 0.47
Hex C5 3 ED 11 63 0 7 122 62 2F
Octal 305 3 355 21 143 0 7 442 142 57
Binary 11000101 11 11101101 10001 1100011 0 111 100100010 1100010 101111

Color Harmonies of #C503ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C503ED

Black with #C503ED

Text Example


Text Example

White with #C503ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C503ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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