Html Css Color HEX #C425ED Electric Purple

📋 copy color: '#C425ED'

red 196 ◦ green 37 ◦ blue 237

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

Shades of Electric Purple #C425ED

Tints of Electric Purple #C425ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.43%

R = 41.7%
G = 7.87%
B = 50.43%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C425ED (or 0xC425ED) is known color: Electric Purple. HEX triplet: C4, 25 and ED. RGB value is (196,37,237). Sum of RGB (Red+Green+Blue) = 196+37+237=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #C425ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C425ED is #3BDA12. Grayscale: #6A6A6A. Windows color (decimal): -3922451 or 15541700. OLE color: 15541700.

HSL color Cylindrical-coordinate representation of color #C425ED: hue angle of 287.7º degrees, saturation: 0.85, 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 #C425ED is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 37 237 -
CMYK 0.17 0.84 0 0.07
HSL 287.7º 0.85% 0.54% -
HSV(B) 287.7º 0.84% 0.93% -
XYZ 38.71 19.17 81.78 -
YUV 107.34 201.18 191.24 -
System Red Green Blue C M Y K H S L
Decimal 196 37 237 0.17 0.84 0 0.07 287.7 0.85 0.54
Hex C4 25 ED 11 54 0 7 120 55 36
Octal 304 45 355 21 124 0 7 440 125 66
Binary 11000100 100101 11101101 10001 1010100 0 111 100100000 1010101 110110

Color Harmonies of #C425ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C425ED

Black with #C425ED

Text Example


Text Example

White with #C425ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C425ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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