#c811ff

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

Shades of Electric Purple #C811FF

Tints of Electric Purple #C811FF

Color information

#C811FF (or 0xC811FF) is unknown color: approx Electric Purple. HEX triplet: C8, 11 and FF. RGB value is (200,17,255). Sum of RGB (Red+Green+Blue) = 200+17+255=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 17 (7.03% from 255 or 3.60% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #C811FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C811FF is #37EE00. Grayscale: #626262. Windows color (decimal): -3665409 or 16716232. OLE color: 16716232.

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

Color convert

RGB20017255-
CMYK0.220.9300
HSL286.13º100%53.33%-
HSV(B)286.13º93.33%100%-
XYZ42.0719.996.23-
YUV98.85216.13200.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.37%
GREEN value IS 17 (7.03% from 255) = 3.60%
BLUE value IS 255 (100% from 255) = 54.03%
R=42.37%
G=3.60%
B=54.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal200172550.220.9300286.1310053.33
HexC811FF165D0011e6435
Octal31021377261350043614465
Binary110010001000111111111101101011101001000111101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c811ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c811ff; }

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

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

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

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

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

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

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

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