Html Css Color HEX #C425EB Electric Purple

📋 copy color: '#C425EB'

red 196 ◦ green 37 ◦ blue 235

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

Shades of Electric Purple #C425EB

Tints of Electric Purple #C425EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.21%

R = 41.88%
G = 7.91%
B = 50.21%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C425EB (or 0xC425EB) is known color: Electric Purple. HEX triplet: C4, 25 and EB. RGB value is (196,37,235). Sum of RGB (Red+Green+Blue) = 196+37+235=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #C425EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C425EB is #3BDA14. Grayscale: #6A6A6A. Windows color (decimal): -3922453 or 15410628. OLE color: 15410628.

HSL color Cylindrical-coordinate representation of color #C425EB: hue angle of 288.18º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C425EB is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 37 235 -
CMYK 0.17 0.84 0 0.08
HSL 288.18º 0.83% 0.53% -
HSV(B) 288.18º 0.84% 0.92% -
XYZ 38.42 19.06 80.25 -
YUV 107.11 200.18 191.4 -
System Red Green Blue C M Y K H S L
Decimal 196 37 235 0.17 0.84 0 0.08 288.18 0.83 0.53
Hex C4 25 EB 11 54 0 8 120 53 35
Octal 304 45 353 21 124 0 10 440 123 65
Binary 11000100 100101 11101011 10001 1010100 0 1000 100100000 1010011 110101

Color Harmonies of #C425EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C425EB

Black with #C425EB

Text Example


Text Example

White with #C425EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C425EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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