Html Css Color HEX #C422EB Electric Purple

📋 copy color: '#C422EB'

red 196 ◦ green 34 ◦ blue 235

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

Shades of Electric Purple #C422EB

Tints of Electric Purple #C422EB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.31%

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

R = 42.15%
G = 7.31%
B = 50.54%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C422EB (or 0xC422EB) is known color: Electric Purple. HEX triplet: C4, 22 and EB. RGB value is (196,34,235). Sum of RGB (Red+Green+Blue) = 196+34+235=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 34 (13.67% from 255 or 7.31% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #C422EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C422EB is #3BDD14. Grayscale: #686868. Windows color (decimal): -3923221 or 15409860. OLE color: 15409860.

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

Color convert

RGB 196 34 235 -
CMYK 0.17 0.86 0 0.08
HSL 288.36º 0.83% 0.53% -
HSV(B) 288.36º 0.86% 0.92% -
XYZ 38.33 18.88 80.22 -
YUV 105.35 201.17 192.66 -
System Red Green Blue C M Y K H S L
Decimal 196 34 235 0.17 0.86 0 0.08 288.36 0.83 0.53
Hex C4 22 EB 11 56 0 8 120 53 35
Octal 304 42 353 21 126 0 10 440 123 65
Binary 11000100 100010 11101011 10001 1010110 0 1000 100100000 1010011 110101

Color Harmonies of #C422EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C422EB

Black with #C422EB

Text Example


Text Example

White with #C422EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C422EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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