Html Css Color HEX #C428EB Electric Purple

📋 copy color: '#C428EB'

red 196 ◦ green 40 ◦ blue 235

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

Shades of Electric Purple #C428EB

Tints of Electric Purple #C428EB

RGB

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

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

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

R = 41.61%
G = 8.49%
B = 49.89%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C428EB (or 0xC428EB) is known color: Electric Purple. HEX triplet: C4, 28 and EB. RGB value is (196,40,235). Sum of RGB (Red+Green+Blue) = 196+40+235=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 40 (16.02% from 255 or 8.49% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #C428EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C428EB is #3BD714. Grayscale: #6C6C6C. Windows color (decimal): -3921685 or 15411396. OLE color: 15411396.

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

Color convert

RGB 196 40 235 -
CMYK 0.17 0.83 0 0.08
HSL 288º 0.83% 0.54% -
HSV(B) 288º 0.83% 0.92% -
XYZ 38.52 19.25 80.28 -
YUV 108.87 199.18 190.14 -
System Red Green Blue C M Y K H S L
Decimal 196 40 235 0.17 0.83 0 0.08 288 0.83 0.54
Hex C4 28 EB 11 53 0 8 120 53 36
Octal 304 50 353 21 123 0 10 440 123 66
Binary 11000100 101000 11101011 10001 1010011 0 1000 100100000 1010011 110110

Color Harmonies of #C428EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C428EB

Black with #C428EB

Text Example


Text Example

White with #C428EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C428EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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