Html Css Color HEX #C428FF Electric Purple

📋 copy color: '#C428FF'

red 196 ◦ green 40 ◦ blue 255

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

Shades of Electric Purple #C428FF

Tints of Electric Purple #C428FF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.15%

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

R = 39.92%
G = 8.15%
B = 51.93%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C428FF (or 0xC428FF) is known color: Electric Purple. HEX triplet: C4, 28 and FF. RGB value is (196,40,255). Sum of RGB (Red+Green+Blue) = 196+40+255=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 40 (16.02% from 255 or 8.15% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #C428FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C428FF is #3BD700. Grayscale: #6E6E6E. Windows color (decimal): -3921665 or 16722116. OLE color: 16722116.

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

Color convert

RGB 196 40 255 -
CMYK 0.23 0.84 0 0
HSL 283.53º 1% 0.58% -
HSV(B) 283.53º 0.84% 1% -
XYZ 41.57 20.47 96.37 -
YUV 111.15 209.18 188.52 -
System Red Green Blue C M Y K H S L
Decimal 196 40 255 0.23 0.84 0 0 283.53 1 0.58
Hex C4 28 FF 17 54 0 0 11C 64 3A
Octal 304 50 377 27 124 0 0 434 144 72
Binary 11000100 101000 11111111 10111 1010100 0 0 100011100 1100100 111010

Color Harmonies of #C428FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C428FF

Black with #C428FF

Text Example


Text Example

White with #C428FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C428FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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