Html Css Color HEX #C519FE Electric Purple

📋 copy color: '#C519FE'

red 197 ◦ green 25 ◦ blue 254

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

Shades of Electric Purple #C519FE

Tints of Electric Purple #C519FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.36%

R = 41.39%
G = 5.25%
B = 53.36%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C519FE (or 0xC519FE) is known color: Electric Purple. HEX triplet: C5, 19 and FE. RGB value is (197,25,254). Sum of RGB (Red+Green+Blue) = 197+25+254=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 25 (10.16% from 255 or 5.25% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #C519FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C519FE is #3AE601. Grayscale: #656565. Windows color (decimal): -3859970 or 16652741. OLE color: 16652741.

HSL color Cylindrical-coordinate representation of color #C519FE: hue angle of 285.07º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C519FE is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 25 254 -
CMYK 0.22 0.90 0 0.00
HSL 285.07º 0.99% 0.55% -
HSV(B) 285.07º 0.9% 1% -
XYZ 41.26 19.72 95.4 -
YUV 102.53 213.48 195.38 -
System Red Green Blue C M Y K H S L
Decimal 197 25 254 0.22 0.90 0 0.00 285.07 0.99 0.55
Hex C5 19 FE 16 5A 0 0 11D 63 37
Octal 305 31 376 26 132 0 0 435 143 67
Binary 11000101 11001 11111110 10110 1011010 0 0 100011101 1100011 110111

Color Harmonies of #C519FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519FE

Black with #C519FE

Text Example


Text Example

White with #C519FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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