Html Css Color HEX #C513FD Electric Purple

📋 copy color: '#C513FD'

red 197 ◦ green 19 ◦ blue 253

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

Shades of Electric Purple #C513FD

Tints of Electric Purple #C513FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.94%

R = 42%
G = 4.05%
B = 53.94%

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

#C513FD (or 0xC513FD) is known color: Electric Purple. HEX triplet: C5, 13 and FD. RGB value is (197,19,253). Sum of RGB (Red+Green+Blue) = 197+19+253=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 19 (7.81% from 255 or 4.05% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #C513FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C513FD is #3AEC02. Grayscale: #626262. Windows color (decimal): -3861507 or 16585669. OLE color: 16585669.

HSL color Cylindrical-coordinate representation of color #C513FD: hue angle of 285.64º degrees, saturation: 0.98, 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 #C513FD is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 19 253 -
CMYK 0.22 0.92 0 0.01
HSL 285.64º 0.98% 0.53% -
HSV(B) 285.64º 0.92% 0.99% -
XYZ 40.99 19.43 94.52 -
YUV 98.9 214.97 197.97 -
System Red Green Blue C M Y K H S L
Decimal 197 19 253 0.22 0.92 0 0.01 285.64 0.98 0.53
Hex C5 13 FD 16 5C 0 1 11E 62 35
Octal 305 23 375 26 134 0 1 436 142 65
Binary 11000101 10011 11111101 10110 1011100 0 1 100011110 1100010 110101

Color Harmonies of #C513FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C513FD

Black with #C513FD

Text Example


Text Example

White with #C513FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C513FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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