Html Css Color HEX #C425FD Electric Purple

📋 copy color: '#C425FD'

red 196 ◦ green 37 ◦ blue 253

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

Shades of Electric Purple #C425FD

Tints of Electric Purple #C425FD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.61%

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

R = 40.33%
G = 7.61%
B = 52.06%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C425FD (or 0xC425FD) is known color: Electric Purple. HEX triplet: C4, 25 and FD. RGB value is (196,37,253). Sum of RGB (Red+Green+Blue) = 196+37+253=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 37 (14.84% from 255 or 7.61% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #C425FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C425FD is #3BDA02. Grayscale: #6C6C6C. Windows color (decimal): -3922435 or 16590276. OLE color: 16590276.

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

Color convert

RGB 196 37 253 -
CMYK 0.23 0.85 0 0.01
HSL 284.17º 0.98% 0.57% -
HSV(B) 284.17º 0.85% 0.99% -
XYZ 41.16 20.15 94.65 -
YUV 109.17 209.18 189.94 -
System Red Green Blue C M Y K H S L
Decimal 196 37 253 0.23 0.85 0 0.01 284.17 0.98 0.57
Hex C4 25 FD 17 55 0 1 11C 62 39
Octal 304 45 375 27 125 0 1 434 142 71
Binary 11000100 100101 11111101 10111 1010101 0 1 100011100 1100010 111001

Color Harmonies of #C425FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C425FD

Black with #C425FD

Text Example


Text Example

White with #C425FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C425FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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