#c916ef

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

Shades of Electric Purple #C916EF

Tints of Electric Purple #C916EF

Color information

#C916EF (or 0xC916EF) is unknown color: approx Electric Purple. HEX triplet: C9, 16 and EF. RGB value is (201,22,239). Sum of RGB (Red+Green+Blue) = 201+22+239=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 22 (8.98% from 255 or 4.76% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #C916EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C916EF is #36E910. Grayscale: #636363. Windows color (decimal): -3598609 or 15668937. OLE color: 15668937.

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

Color convert

RGB20122239-
CMYK0.160.9100.06
HSL289.49º87.15%51.18%-
HSV(B)289.49º90.79%93.73%-
XYZ39.9519.2283.27-
YUV100.26206.3199.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.51%
GREEN value IS 22 (8.98% from 255) = 4.76%
BLUE value IS 239 (93.75% from 255) = 51.73%
R=43.51%
G=4.76%
B=51.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal201222390.160.9100.06289.4987.1551.18
HexC916EF105B061215733
Octal31126357201330644112763
Binary11001001101101110111110000101101101101001000011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c916ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c916ef; }

 p { color: rgb(201,22,239); }

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

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

 a { background-color: rgb(201,22,239); }

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

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

 span { border-color: rgb(201,22,239); }

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