Html Css Color HEX #C519EB Electric Purple

📋 copy color: '#C519EB'

red 197 ◦ green 25 ◦ blue 235

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

Shades of Electric Purple #C519EB

Tints of Electric Purple #C519EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.42%

R = 43.11%
G = 5.47%
B = 51.42%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C519EB (or 0xC519EB) is known color: Electric Purple. HEX triplet: C5, 19 and EB. RGB value is (197,25,235). Sum of RGB (Red+Green+Blue) = 197+25+235=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 25 (10.16% from 255 or 5.47% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #C519EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C519EB is #3AE614. Grayscale: #636363. Windows color (decimal): -3859989 or 15407557. OLE color: 15407557.

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

Color convert

RGB 197 25 235 -
CMYK 0.16 0.89 0 0.08
HSL 289.14º 0.84% 0.51% -
HSV(B) 289.14º 0.89% 0.92% -
XYZ 38.37 18.56 80.16 -
YUV 100.37 203.98 196.92 -
System Red Green Blue C M Y K H S L
Decimal 197 25 235 0.16 0.89 0 0.08 289.14 0.84 0.51
Hex C5 19 EB 10 59 0 8 121 54 33
Octal 305 31 353 20 131 0 10 441 124 63
Binary 11000101 11001 11101011 10000 1011001 0 1000 100100001 1010100 110011

Color Harmonies of #C519EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519EB

Black with #C519EB

Text Example


Text Example

White with #C519EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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