Html Css Color HEX #C422FF Electric Purple

📋 copy color: '#C422FF'

red 196 ◦ green 34 ◦ blue 255

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

Shades of Electric Purple #C422FF

Tints of Electric Purple #C422FF

RGB

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

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

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

R = 40.41%
G = 7.01%
B = 52.58%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C422FF (or 0xC422FF) is known color: Electric Purple. HEX triplet: C4, 22 and FF. RGB value is (196,34,255). Sum of RGB (Red+Green+Blue) = 196+34+255=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 34 (13.67% from 255 or 7.01% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #C422FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C422FF is #3BDD00. Grayscale: #6A6A6A. Windows color (decimal): -3923201 or 16720580. OLE color: 16720580.

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

Color convert

RGB 196 34 255 -
CMYK 0.23 0.87 0 0
HSL 283.98º 1% 0.57% -
HSV(B) 283.98º 0.87% 1% -
XYZ 41.39 20.1 96.31 -
YUV 107.63 211.17 191.03 -
System Red Green Blue C M Y K H S L
Decimal 196 34 255 0.23 0.87 0 0 283.98 1 0.57
Hex C4 22 FF 17 57 0 0 11C 64 39
Octal 304 42 377 27 127 0 0 434 144 71
Binary 11000100 100010 11111111 10111 1010111 0 0 100011100 1100100 111001

Color Harmonies of #C422FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C422FF

Black with #C422FF

Text Example


Text Example

White with #C422FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C422FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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