Html Css Color HEX #C425FE Electric Purple

📋 copy color: '#C425FE'

red 196 ◦ green 37 ◦ blue 254

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

Shades of Electric Purple #C425FE

Tints of Electric Purple #C425FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.16%

R = 40.25%
G = 7.6%
B = 52.16%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C425FE (or 0xC425FE) is known color: Electric Purple. HEX triplet: C4, 25 and FE. RGB value is (196,37,254). Sum of RGB (Red+Green+Blue) = 196+37+254=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 37 (14.84% from 255 or 7.60% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #C425FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C425FE is #3BDA01. Grayscale: #6C6C6C. Windows color (decimal): -3922434 or 16655812. OLE color: 16655812.

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

Color convert

RGB 196 37 254 -
CMYK 0.23 0.85 0 0.00
HSL 283.96º 0.99% 0.57% -
HSV(B) 283.96º 0.85% 1% -
XYZ 41.32 20.21 95.49 -
YUV 109.28 209.68 189.86 -
System Red Green Blue C M Y K H S L
Decimal 196 37 254 0.23 0.85 0 0.00 283.96 0.99 0.57
Hex C4 25 FE 17 55 0 0 11C 63 39
Octal 304 45 376 27 125 0 0 434 143 71
Binary 11000100 100101 11111110 10111 1010101 0 0 100011100 1100011 111001

Color Harmonies of #C425FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C425FE

Black with #C425FE

Text Example


Text Example

White with #C425FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C425FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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