Html Css Color HEX #C500EC Electric Purple

📋 copy color: '#C500EC'

red 197 ◦ green 0 ◦ blue 236

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

Shades of Electric Purple #C500EC

Tints of Electric Purple #C500EC

RGB

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

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

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

R = 45.5%
G = 0%
B = 54.5%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C500EC (or 0xC500EC) is known color: Electric Purple. HEX triplet: C5, 00 and EC. RGB value is (197,0,236). Sum of RGB (Red+Green+Blue) = 197+0+236=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #C500EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C500EC is #3AFF13. Grayscale: #555555. Windows color (decimal): -3866388 or 15466693. OLE color: 15466693.

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

Color convert

RGB 197 0 236 -
CMYK 0.17 1 0 0.07
HSL 290.08º 1% 0.46% -
HSV(B) 290.08º 1% 0.93% -
XYZ 38.17 17.93 80.81 -
YUV 85.81 212.77 207.31 -
System Red Green Blue C M Y K H S L
Decimal 197 0 236 0.17 1 0 0.07 290.08 1 0.46
Hex C5 0 EC 11 64 0 7 122 64 2E
Octal 305 0 354 21 144 0 7 442 144 56
Binary 11000101 0 11101100 10001 1100100 0 111 100100010 1100100 101110

Color Harmonies of #C500EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C500EC

Black with #C500EC

Text Example


Text Example

White with #C500EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C500EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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