Html Css Color HEX #C513FC Electric Purple

📋 copy color: '#C513FC'

red 197 ◦ green 19 ◦ blue 252

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

Shades of Electric Purple #C513FC

Tints of Electric Purple #C513FC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.06%

 BLUE value IS 252 (98.83% from 255) = 53.85%

R = 42.09%
G = 4.06%
B = 53.85%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C513FC (or 0xC513FC) is known color: Electric Purple. HEX triplet: C5, 13 and FC. RGB value is (197,19,252). Sum of RGB (Red+Green+Blue) = 197+19+252=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 19 (7.81% from 255 or 4.06% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #C513FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C513FC is #3AEC03. Grayscale: #626262. Windows color (decimal): -3861508 or 16520133. OLE color: 16520133.

HSL color Cylindrical-coordinate representation of color #C513FC: hue angle of 285.84º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C513FC is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 19 252 -
CMYK 0.22 0.92 0 0.01
HSL 285.84º 0.97% 0.53% -
HSV(B) 285.84º 0.92% 0.99% -
XYZ 40.83 19.36 93.68 -
YUV 98.78 214.47 198.05 -
System Red Green Blue C M Y K H S L
Decimal 197 19 252 0.22 0.92 0 0.01 285.84 0.97 0.53
Hex C5 13 FC 16 5C 0 1 11E 61 35
Octal 305 23 374 26 134 0 1 436 141 65
Binary 11000101 10011 11111100 10110 1011100 0 1 100011110 1100001 110101

Color Harmonies of #C513FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C513FC

Black with #C513FC

Text Example


Text Example

White with #C513FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C513FC; }

 p { color: rgb(197,19,252); }

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

background-color css

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

 a { background-color: rgb(197,19,252); }

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

border-color css

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

 span { border-color: rgb(197,19,252); }

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