Html Css Color HEX #C414FD Electric Purple

📋 copy color: '#C414FD'

red 196 ◦ green 20 ◦ blue 253

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

Shades of Electric Purple #C414FD

Tints of Electric Purple #C414FD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.26%

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

R = 41.79%
G = 4.26%
B = 53.94%

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

#C414FD (or 0xC414FD) is known color: Electric Purple. HEX triplet: C4, 14 and FD. RGB value is (196,20,253). Sum of RGB (Red+Green+Blue) = 196+20+253=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 20 (8.20% from 255 or 4.26% 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 #C414FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C414FD is #3BEB02. Grayscale: #626262. Windows color (decimal): -3926787 or 16585924. OLE color: 16585924.

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

Color convert

RGB 196 20 253 -
CMYK 0.23 0.92 0 0.01
HSL 285.32º 0.98% 0.54% -
HSV(B) 285.32º 0.92% 0.99% -
XYZ 40.74 19.33 94.51 -
YUV 99.19 214.81 197.05 -
System Red Green Blue C M Y K H S L
Decimal 196 20 253 0.23 0.92 0 0.01 285.32 0.98 0.54
Hex C4 14 FD 17 5C 0 1 11D 62 36
Octal 304 24 375 27 134 0 1 435 142 66
Binary 11000100 10100 11111101 10111 1011100 0 1 100011101 1100010 110110

Color Harmonies of #C414FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C414FD

Black with #C414FD

Text Example


Text Example

White with #C414FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C414FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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