Html Css Color HEX #C425EE Electric Purple

📋 copy color: '#C425EE'

red 196 ◦ green 37 ◦ blue 238

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

Shades of Electric Purple #C425EE

Tints of Electric Purple #C425EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.53%

R = 41.61%
G = 7.86%
B = 50.53%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C425EE (or 0xC425EE) is known color: Electric Purple. HEX triplet: C4, 25 and EE. RGB value is (196,37,238). Sum of RGB (Red+Green+Blue) = 196+37+238=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 37 (14.84% from 255 or 7.86% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #C425EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C425EE is #3BDA11. Grayscale: #6A6A6A. Windows color (decimal): -3922450 or 15607236. OLE color: 15607236.

HSL color Cylindrical-coordinate representation of color #C425EE: hue angle of 287.46º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C425EE is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 37 238 -
CMYK 0.18 0.84 0 0.07
HSL 287.46º 0.86% 0.54% -
HSV(B) 287.46º 0.84% 0.93% -
XYZ 38.86 19.23 82.55 -
YUV 107.46 201.68 191.16 -
System Red Green Blue C M Y K H S L
Decimal 196 37 238 0.18 0.84 0 0.07 287.46 0.86 0.54
Hex C4 25 EE 12 54 0 7 11F 56 36
Octal 304 45 356 22 124 0 7 437 126 66
Binary 11000100 100101 11101110 10010 1010100 0 111 100011111 1010110 110110

Color Harmonies of #C425EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C425EE

Black with #C425EE

Text Example


Text Example

White with #C425EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C425EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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