#C822FF

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

Shades of Electric Purple #C822FF

Tints of Electric Purple #C822FF

Color information

#C822FF (or 0xC822FF) is unknown color: approx Electric Purple. HEX triplet: C8, 22 and FF. RGB value is (200,34,255). Sum of RGB (Red+Green+Blue) = 200+34+255=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 34 (13.67% from 255 or 6.95% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #C822FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C822FF is #37DD00. Grayscale: #6C6C6C. Windows color (decimal): -3661057 or 16720584. OLE color: 16720584.

HSL color Cylindrical-coordinate representation of color #C822FF: hue angle of 285.07º 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 #C822FF is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20034255-
CMYK0.220.8700
HSL285.07º100%56.67%-
HSV(B)285.07º86.67%100%-
XYZ42.4420.6496.36-
YUV108.83210.5193.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.90%
GREEN value IS 34 (13.67% from 255) = 6.95%
BLUE value IS 255 (100% from 255) = 52.15%
R=40.90%
G=6.95%
B=52.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal200342550.220.8700285.0710056.67
HexC822FF16570011d6439
Octal31042377261270043514471
Binary1100100010001011111111101101010111001000111011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C822FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C822FF; }

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

 H1.HeaderClassName
 {
   color: #C822FF;
 }
 .AnyTagClassName
 {
   color: #C822FF;
 }
</style>
background-color css

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

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

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

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

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

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