Html Css Color HEX #C425FC Electric Purple

📋 copy color: '#C425FC'

red 196 ◦ green 37 ◦ blue 252

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

Shades of Electric Purple #C425FC

Tints of Electric Purple #C425FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.96%

R = 40.41%
G = 7.63%
B = 51.96%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C425FC (or 0xC425FC) is known color: Electric Purple. HEX triplet: C4, 25 and FC. RGB value is (196,37,252). Sum of RGB (Red+Green+Blue) = 196+37+252=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #C425FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C425FC is #3BDA03. Grayscale: #6C6C6C. Windows color (decimal): -3922436 or 16524740. OLE color: 16524740.

HSL color Cylindrical-coordinate representation of color #C425FC: hue angle of 284.37º degrees, saturation: 0.97, 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 #C425FC is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 37 252 -
CMYK 0.22 0.85 0 0.01
HSL 284.37º 0.97% 0.57% -
HSV(B) 284.37º 0.85% 0.99% -
XYZ 41 20.09 93.81 -
YUV 109.05 208.68 190.02 -
System Red Green Blue C M Y K H S L
Decimal 196 37 252 0.22 0.85 0 0.01 284.37 0.97 0.57
Hex C4 25 FC 16 55 0 1 11C 61 39
Octal 304 45 374 26 125 0 1 434 141 71
Binary 11000100 100101 11111100 10110 1010101 0 1 100011100 1100001 111001

Color Harmonies of #C425FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C425FC

Black with #C425FC

Text Example


Text Example

White with #C425FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C425FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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