Html Css Color HEX #C424FD Electric Purple

📋 copy color: '#C424FD'

red 196 ◦ green 36 ◦ blue 253

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

Shades of Electric Purple #C424FD

Tints of Electric Purple #C424FD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.42%

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

R = 40.41%
G = 7.42%
B = 52.16%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C424FD (or 0xC424FD) is known color: Electric Purple. HEX triplet: C4, 24 and FD. RGB value is (196,36,253). Sum of RGB (Red+Green+Blue) = 196+36+253=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 36 (14.45% from 255 or 7.42% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #C424FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C424FD is #3BDB02. Grayscale: #6B6B6B. Windows color (decimal): -3922691 or 16590020. OLE color: 16590020.

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

Color convert

RGB 196 36 253 -
CMYK 0.23 0.86 0 0.01
HSL 284.24º 0.98% 0.57% -
HSV(B) 284.24º 0.86% 0.99% -
XYZ 41.13 20.09 94.64 -
YUV 108.58 209.51 190.36 -
System Red Green Blue C M Y K H S L
Decimal 196 36 253 0.23 0.86 0 0.01 284.24 0.98 0.57
Hex C4 24 FD 17 56 0 1 11C 62 39
Octal 304 44 375 27 126 0 1 434 142 71
Binary 11000100 100100 11111101 10111 1010110 0 1 100011100 1100010 111001

Color Harmonies of #C424FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C424FD

Black with #C424FD

Text Example


Text Example

White with #C424FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C424FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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