#C822EF

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

Shades of Electric Purple #C822EF

Tints of Electric Purple #C822EF

Color information

#C822EF (or 0xC822EF) is unknown color: approx Electric Purple. HEX triplet: C8, 22 and EF. RGB value is (200,34,239). Sum of RGB (Red+Green+Blue) = 200+34+239=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 34 (13.67% from 255 or 7.19% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #C822EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C822EF is #37DD10. Grayscale: #6A6A6A. Windows color (decimal): -3661073 or 15672008. OLE color: 15672008.

HSL color Cylindrical-coordinate representation of color #C822EF: hue angle of 288.59º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C822EF is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20034239-
CMYK0.160.8600.06
HSL288.59º86.5%53.53%-
HSV(B)288.59º85.77%93.73%-
XYZ39.9719.6683.35-
YUV107202.5194.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.28%
GREEN value IS 34 (13.67% from 255) = 7.19%
BLUE value IS 239 (93.75% from 255) = 50.53%
R=42.28%
G=7.19%
B=50.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal200342390.160.8600.06288.5986.553.53
HexC822EF1056061215636
Octal31042357201260644112666
Binary110010001000101110111110000101011001101001000011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C822EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C822EF; }

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

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

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

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

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

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

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

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