#C82BFF

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

Shades of Electric Purple #C82BFF

Tints of Electric Purple #C82BFF

Color information

#C82BFF (or 0xC82BFF) is unknown color: approx Electric Purple. HEX triplet: C8, 2B and FF. RGB value is (200,43,255). Sum of RGB (Red+Green+Blue) = 200+43+255=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 43 (17.19% from 255 or 8.63% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #C82BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82BFF is #37D400. Grayscale: #717171. Windows color (decimal): -3658753 or 16722888. OLE color: 16722888.

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

Color convert

RGB20043255-
CMYK0.220.8300
HSL284.43º100%58.43%-
HSV(B)284.43º83.14%100%-
XYZ42.7321.2396.45-
YUV114.11207.51189.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.16%
GREEN value IS 43 (17.19% from 255) = 8.63%
BLUE value IS 255 (100% from 255) = 51.20%
R=40.16%
G=8.63%
B=51.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal200432550.220.8300284.4310058.43
HexC82BFF16530011c643a
Octal31053377261230043414472
Binary1100100010101111111111101101010011001000111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82BFF; }

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

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

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

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

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

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

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

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