Html Css Color HEX #C500EA Electric Purple

📋 copy color: '#C500EA'

red 197 ◦ green 0 ◦ blue 234

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

Shades of Electric Purple #C500EA

Tints of Electric Purple #C500EA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 234 (91.8% from 255) = 54.29%

R = 45.71%
G = 0%
B = 54.29%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C500EA (or 0xC500EA) is known color: Electric Purple. HEX triplet: C5, 00 and EA. RGB value is (197,0,234). Sum of RGB (Red+Green+Blue) = 197+0+234=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #C500EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C500EA is #3AFF15. Grayscale: #545454. Windows color (decimal): -3866390 or 15335621. OLE color: 15335621.

HSL color Cylindrical-coordinate representation of color #C500EA: hue angle of 290.51º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C500EA is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 0 234 -
CMYK 0.16 1 0 0.08
HSL 290.51º 1% 0.46% -
HSV(B) 290.51º 1% 0.92% -
XYZ 37.88 17.81 79.28 -
YUV 85.58 211.77 207.47 -
System Red Green Blue C M Y K H S L
Decimal 197 0 234 0.16 1 0 0.08 290.51 1 0.46
Hex C5 0 EA 10 64 0 8 123 64 2E
Octal 305 0 352 20 144 0 10 443 144 56
Binary 11000101 0 11101010 10000 1100100 0 1000 100100011 1100100 101110

Color Harmonies of #C500EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C500EA

Black with #C500EA

Text Example


Text Example

White with #C500EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C500EA; }

 p { color: rgb(197,0,234); }

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

background-color css

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

 a { background-color: rgb(197,0,234); }

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

border-color css

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

 span { border-color: rgb(197,0,234); }

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