Html Css Color HEX #C513EF Electric Purple

📋 copy color: '#C513EF'

red 197 ◦ green 19 ◦ blue 239

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

Shades of Electric Purple #C513EF

Tints of Electric Purple #C513EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.53%

R = 43.3%
G = 4.18%
B = 52.53%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C513EF (or 0xC513EF) is known color: Electric Purple. HEX triplet: C5, 13 and EF. RGB value is (197,19,239). Sum of RGB (Red+Green+Blue) = 197+19+239=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 19 (7.81% from 255 or 4.18% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #C513EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C513EF is #3AEC10. Grayscale: #606060. Windows color (decimal): -3861521 or 15668165. OLE color: 15668165.

HSL color Cylindrical-coordinate representation of color #C513EF: hue angle of 288.55º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C513EF is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 19 239 -
CMYK 0.18 0.92 0 0.06
HSL 288.55º 0.87% 0.51% -
HSV(B) 288.55º 0.92% 0.94% -
XYZ 38.84 18.57 83.2 -
YUV 97.3 207.97 199.11 -
System Red Green Blue C M Y K H S L
Decimal 197 19 239 0.18 0.92 0 0.06 288.55 0.87 0.51
Hex C5 13 EF 12 5C 0 6 121 57 33
Octal 305 23 357 22 134 0 6 441 127 63
Binary 11000101 10011 11101111 10010 1011100 0 110 100100001 1010111 110011

Color Harmonies of #C513EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C513EF

Black with #C513EF

Text Example


Text Example

White with #C513EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C513EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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