#C81EF0

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

Shades of Electric Purple #C81EF0

Tints of Electric Purple #C81EF0

Color information

#C81EF0 (or 0xC81EF0) is unknown color: approx Electric Purple. HEX triplet: C8, 1E and F0. RGB value is (200,30,240). Sum of RGB (Red+Green+Blue) = 200+30+240=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 30 (12.11% from 255 or 6.38% from 470); Blue value is 240 (94.14% from 255 or 51.06% from 470); Max value from RGB is 240 - color contains mainly: blue. Hex color #C81EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81EF0 is #37E10F. Grayscale: #686868. Windows color (decimal): -3662096 or 15736520. OLE color: 15736520.

HSL color Cylindrical-coordinate representation of color #C81EF0: hue angle of 288.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81EF0 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20030240-
CMYK0.170.8700.06
HSL288.57º87.5%52.94%-
HSV(B)288.57º87.5%94.12%-
XYZ40.0119.584.09-
YUV104.77204.32195.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.55%
GREEN value IS 30 (12.11% from 255) = 6.38%
BLUE value IS 240 (94.14% from 255) = 51.06%
R=42.55%
G=6.38%
B=51.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal200302400.170.8700.06288.5787.552.94
HexC81EF01157061215835
Octal31036360211270644113065
Binary11001000111101111000010001101011101101001000011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81EF0; }

 p { color: rgb(200,30,240); }

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

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

 a { background-color: rgb(200,30,240); }

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

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

 span { border-color: rgb(200,30,240); }

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