Html Css Color HEX #C519FB Electric Purple

📋 copy color: '#C519FB'

red 197 ◦ green 25 ◦ blue 251

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

Shades of Electric Purple #C519FB

Tints of Electric Purple #C519FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.07%

R = 41.65%
G = 5.29%
B = 53.07%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C519FB (or 0xC519FB) is known color: Electric Purple. HEX triplet: C5, 19 and FB. RGB value is (197,25,251). Sum of RGB (Red+Green+Blue) = 197+25+251=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 25 (10.16% from 255 or 5.29% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #C519FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C519FB is #3AE604. Grayscale: #656565. Windows color (decimal): -3859973 or 16456133. OLE color: 16456133.

HSL color Cylindrical-coordinate representation of color #C519FB: hue angle of 285.66º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C519FB is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 25 251 -
CMYK 0.22 0.90 0 0.02
HSL 285.66º 0.97% 0.54% -
HSV(B) 285.66º 0.9% 0.98% -
XYZ 40.79 19.53 92.89 -
YUV 102.19 211.98 195.62 -
System Red Green Blue C M Y K H S L
Decimal 197 25 251 0.22 0.90 0 0.02 285.66 0.97 0.54
Hex C5 19 FB 16 5A 0 2 11E 61 36
Octal 305 31 373 26 132 0 2 436 141 66
Binary 11000101 11001 11111011 10110 1011010 0 10 100011110 1100001 110110

Color Harmonies of #C519FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519FB

Black with #C519FB

Text Example


Text Example

White with #C519FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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