#C911F7

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

Shades of Electric Purple #C911F7

Tints of Electric Purple #C911F7

Color information

#C911F7 (or 0xC911F7) is unknown color: approx Electric Purple. HEX triplet: C9, 11 and F7. RGB value is (201,17,247). Sum of RGB (Red+Green+Blue) = 201+17+247=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 17 (7.03% from 255 or 3.66% from 465); Blue value is 247 (96.88% from 255 or 53.12% from 465); Max value from RGB is 247 - color contains mainly: blue. Hex color #C911F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C911F7 is #36EE08. Grayscale: #616161. Windows color (decimal): -3599881 or 16191945. OLE color: 16191945.

HSL color Cylindrical-coordinate representation of color #C911F7: hue angle of 288º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C911F7 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20117247-
CMYK0.190.9300.03
HSL288º93.5%51.76%-
HSV(B)288º93.12%96.86%-
XYZ41.0819.5389.6-
YUV98.24211.96201.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.23%
GREEN value IS 17 (7.03% from 255) = 3.66%
BLUE value IS 247 (96.88% from 255) = 53.12%
R=43.23%
G=3.66%
B=53.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal201172470.190.9300.0328893.551.76
HexC911F7135D031205d34
Octal31121367231350344013564
Binary1100100110001111101111001110111010111001000001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C911F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C911F7; }

 p { color: rgb(201,17,247); }

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

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

 a { background-color: rgb(201,17,247); }

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

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

 span { border-color: rgb(201,17,247); }

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