#C811FA

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

Shades of Electric Purple #C811FA

Tints of Electric Purple #C811FA

Color information

#C811FA (or 0xC811FA) is unknown color: approx Electric Purple. HEX triplet: C8, 11 and FA. RGB value is (200,17,250). Sum of RGB (Red+Green+Blue) = 200+17+250=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 17 (7.03% from 255 or 3.64% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #C811FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C811FA is #37EE05. Grayscale: #616161. Windows color (decimal): -3665414 or 16388552. OLE color: 16388552.

HSL color Cylindrical-coordinate representation of color #C811FA: hue angle of 287.12º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C811FA is Cyan = 0.2, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20017250-
CMYK0.20.9300.02
HSL287.12º95.88%52.35%-
HSV(B)287.12º93.2%98.04%-
XYZ41.2819.5892.05-
YUV98.28213.63200.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 17 (7.03% from 255) = 3.64%
BLUE value IS 250 (98.05% from 255) = 53.53%
R=42.83%
G=3.64%
B=53.53%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal200172500.20.9300.02287.1295.8852.35
HexC811FA145D0211f6034
Octal31021372241350243714064
Binary1100100010001111110101010010111010101000111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C811FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C811FA; }

 p { color: rgb(200,17,250); }

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

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

 a { background-color: rgb(200,17,250); }

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

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

 span { border-color: rgb(200,17,250); }

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