Html Css Color HEX #C422ED Electric Purple

📋 copy color: '#C422ED'

red 196 ◦ green 34 ◦ blue 237

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

Shades of Electric Purple #C422ED

Tints of Electric Purple #C422ED

RGB

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

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

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

R = 41.97%
G = 7.28%
B = 50.75%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C422ED (or 0xC422ED) is known color: Electric Purple. HEX triplet: C4, 22 and ED. RGB value is (196,34,237). Sum of RGB (Red+Green+Blue) = 196+34+237=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 34 (13.67% from 255 or 7.28% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #C422ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C422ED is #3BDD12. Grayscale: #686868. Windows color (decimal): -3923219 or 15540932. OLE color: 15540932.

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

Color convert

RGB 196 34 237 -
CMYK 0.17 0.86 0 0.07
HSL 287.88º 0.85% 0.53% -
HSV(B) 287.88º 0.86% 0.93% -
XYZ 38.62 18.99 81.75 -
YUV 105.58 202.17 192.49 -
System Red Green Blue C M Y K H S L
Decimal 196 34 237 0.17 0.86 0 0.07 287.88 0.85 0.53
Hex C4 22 ED 11 56 0 7 120 55 35
Octal 304 42 355 21 126 0 7 440 125 65
Binary 11000100 100010 11101101 10001 1010110 0 111 100100000 1010101 110101

Color Harmonies of #C422ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C422ED

Black with #C422ED

Text Example


Text Example

White with #C422ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C422ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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