Html Css Color HEX #C413FD Electric Purple

📋 copy color: '#C413FD'

red 196 ◦ green 19 ◦ blue 253

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

Shades of Electric Purple #C413FD

Tints of Electric Purple #C413FD

RGB

 RED value IS 196 (76.95% from 255) = 41.88%

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

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

R = 41.88%
G = 4.06%
B = 54.06%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C413FD (or 0xC413FD) is known color: Electric Purple. HEX triplet: C4, 13 and FD. RGB value is (196,19,253). Sum of RGB (Red+Green+Blue) = 196+19+253=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 19 (7.81% from 255 or 4.06% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #C413FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C413FD is #3BEC02. Grayscale: #616161. Windows color (decimal): -3927043 or 16585668. OLE color: 16585668.

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

Color convert

RGB 196 19 253 -
CMYK 0.23 0.92 0 0.01
HSL 285.38º 0.98% 0.53% -
HSV(B) 285.38º 0.92% 0.99% -
XYZ 40.73 19.29 94.51 -
YUV 98.6 215.14 197.47 -
System Red Green Blue C M Y K H S L
Decimal 196 19 253 0.23 0.92 0 0.01 285.38 0.98 0.53
Hex C4 13 FD 17 5C 0 1 11D 62 35
Octal 304 23 375 27 134 0 1 435 142 65
Binary 11000100 10011 11111101 10111 1011100 0 1 100011101 1100010 110101

Color Harmonies of #C413FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C413FD

Black with #C413FD

Text Example


Text Example

White with #C413FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C413FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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