Html Css Color HEX #C519EE Electric Purple

📋 copy color: '#C519EE'

red 197 ◦ green 25 ◦ blue 238

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

Shades of Electric Purple #C519EE

Tints of Electric Purple #C519EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.74%

R = 42.83%
G = 5.43%
B = 51.74%

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

#C519EE (or 0xC519EE) is known color: Electric Purple. HEX triplet: C5, 19 and EE. RGB value is (197,25,238). Sum of RGB (Red+Green+Blue) = 197+25+238=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #C519EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C519EE is #3AE611. Grayscale: #646464. Windows color (decimal): -3859986 or 15604165. OLE color: 15604165.

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

Color convert

RGB 197 25 238 -
CMYK 0.17 0.89 0 0.07
HSL 288.45º 0.86% 0.52% -
HSV(B) 288.45º 0.89% 0.93% -
XYZ 38.81 18.74 82.46 -
YUV 100.71 205.48 196.68 -
System Red Green Blue C M Y K H S L
Decimal 197 25 238 0.17 0.89 0 0.07 288.45 0.86 0.52
Hex C5 19 EE 11 59 0 7 120 56 34
Octal 305 31 356 21 131 0 7 440 126 64
Binary 11000101 11001 11101110 10001 1011001 0 111 100100000 1010110 110100

Color Harmonies of #C519EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519EE

Black with #C519EE

Text Example


Text Example

White with #C519EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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