#C91DEC

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

Shades of Electric Purple #C91DEC

Tints of Electric Purple #C91DEC

Color information

#C91DEC (or 0xC91DEC) is unknown color: approx Electric Purple. HEX triplet: C9, 1D and EC. RGB value is (201,29,236). Sum of RGB (Red+Green+Blue) = 201+29+236=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 29 (11.72% from 255 or 6.22% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #C91DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91DEC is #36E213. Grayscale: #676767. Windows color (decimal): -3596820 or 15474121. OLE color: 15474121.

HSL color Cylindrical-coordinate representation of color #C91DEC: hue angle of 289.86º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91DEC is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20129236-
CMYK0.150.8800.07
HSL289.86º84.49%51.96%-
HSV(B)289.86º87.71%92.55%-
XYZ39.6719.3581-
YUV104.03202.48197.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.13%
GREEN value IS 29 (11.72% from 255) = 6.22%
BLUE value IS 236 (92.58% from 255) = 50.64%
R=43.13%
G=6.22%
B=50.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal201292360.150.8800.07289.8684.4951.96
HexC91DECF58071225434
Octal31135354171300744212464
Binary1100100111101111011001111101100001111001000101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91DEC; }

 p { color: rgb(201,29,236); }

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

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

 a { background-color: rgb(201,29,236); }

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

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

 span { border-color: rgb(201,29,236); }

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