#C422FF

Color #C422FF Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C422FF

Tints of Electric Purple #C422FF

Color information

#C422FF (or 0xC422FF) is unknown color: approx 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

RGB19634255-
CMYK0.230.8700
HSL283.98º100%56.67%-
HSV(B)283.98º86.67%100%-
XYZ41.3920.196.31-
YUV107.63211.17191.03-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal196342550.230.8700283.9810056.67
HexC422FF17570011c6439
Octal30442377271270043414471
Binary1100010010001011111111101111010111001000111001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C422FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>