Html Css Color HEX #C519EC Electric Purple

📋 copy color: '#C519EC'

red 197 ◦ green 25 ◦ blue 236

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

Shades of Electric Purple #C519EC

Tints of Electric Purple #C519EC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.46%

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

R = 43.01%
G = 5.46%
B = 51.53%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C519EC (or 0xC519EC) is known color: Electric Purple. HEX triplet: C5, 19 and EC. RGB value is (197,25,236). Sum of RGB (Red+Green+Blue) = 197+25+236=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 25 (10.16% from 255 or 5.46% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #C519EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C519EC is #3AE613. Grayscale: #636363. Windows color (decimal): -3859988 or 15473093. OLE color: 15473093.

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

Color convert

RGB 197 25 236 -
CMYK 0.17 0.89 0 0.07
HSL 288.91º 0.85% 0.51% -
HSV(B) 288.91º 0.89% 0.93% -
XYZ 38.51 18.62 80.92 -
YUV 100.48 204.48 196.84 -
System Red Green Blue C M Y K H S L
Decimal 197 25 236 0.17 0.89 0 0.07 288.91 0.85 0.51
Hex C5 19 EC 11 59 0 7 121 55 33
Octal 305 31 354 21 131 0 7 441 125 63
Binary 11000101 11001 11101100 10001 1011001 0 111 100100001 1010101 110011

Color Harmonies of #C519EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519EC

Black with #C519EC

Text Example


Text Example

White with #C519EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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