#c82dfe

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

Shades of Electric Purple #C82DFE

Tints of Electric Purple #C82DFE

Color information

#C82DFE (or 0xC82DFE) is unknown color: approx Electric Purple. HEX triplet: C8, 2D and FE. RGB value is (200,45,254). Sum of RGB (Red+Green+Blue) = 200+45+254=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 45 (17.97% from 255 or 9.02% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #C82DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82DFE is #37D201. Grayscale: #727272. Windows color (decimal): -3658242 or 16657864. OLE color: 16657864.

HSL color Cylindrical-coordinate representation of color #C82DFE: hue angle of 284.5º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82DFE is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB20045254-
CMYK0.210.8200.00
HSL284.5º99.05%58.63%-
HSV(B)284.5º82.28%99.61%-
XYZ42.6521.3195.63-
YUV115.17206.35188.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.08%
GREEN value IS 45 (17.97% from 255) = 9.02%
BLUE value IS 254 (99.61% from 255) = 50.90%
R=40.08%
G=9.02%
B=50.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal200452540.210.8200.00284.599.0558.63
HexC82DFE15520011c633b
Octal31055376251220043414373
Binary1100100010110111111110101011010010001000111001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c82dfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c82dfe; }

 p { color: rgb(200,45,254); }

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

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

 a { background-color: rgb(200,45,254); }

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

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

 span { border-color: rgb(200,45,254); }

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