Html Css Color HEX #C425FF Electric Purple

📋 copy color: '#C425FF'

red 196 ◦ green 37 ◦ blue 255

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

Shades of Electric Purple #C425FF

Tints of Electric Purple #C425FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.25%

R = 40.16%
G = 7.58%
B = 52.25%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C425FF (or 0xC425FF) is known color: Electric Purple. HEX triplet: C4, 25 and FF. RGB value is (196,37,255). Sum of RGB (Red+Green+Blue) = 196+37+255=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #C425FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C425FF is #3BDA00. Grayscale: #6C6C6C. Windows color (decimal): -3922433 or 16721348. OLE color: 16721348.

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

Color convert

RGB 196 37 255 -
CMYK 0.23 0.85 0 0
HSL 283.76º 1% 0.57% -
HSV(B) 283.76º 0.85% 1% -
XYZ 41.48 20.28 96.34 -
YUV 109.39 210.18 189.77 -
System Red Green Blue C M Y K H S L
Decimal 196 37 255 0.23 0.85 0 0 283.76 1 0.57
Hex C4 25 FF 17 55 0 0 11C 64 39
Octal 304 45 377 27 125 0 0 434 144 71
Binary 11000100 100101 11111111 10111 1010101 0 0 100011100 1100100 111001

Color Harmonies of #C425FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C425FF

Black with #C425FF

Text Example


Text Example

White with #C425FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C425FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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