#C40DED

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

Shades of Electric Purple #C40DED

Tints of Electric Purple #C40DED

Color information

#C40DED (or 0xC40DED) is unknown color: approx Electric Purple. HEX triplet: C4, 0D and ED. RGB value is (196,13,237). Sum of RGB (Red+Green+Blue) = 196+13+237=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #C40DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40DED is #3BF212. Grayscale: #5C5C5C. Windows color (decimal): -3928595 or 15535556. OLE color: 15535556.

HSL color Cylindrical-coordinate representation of color #C40DED: hue angle of 289.02º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40DED is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19613237-
CMYK0.170.9500.07
HSL289.02º89.6%49.02%-
HSV(B)289.02º94.51%92.94%-
XYZ38.1918.1481.61-
YUV93.25209.13201.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.95%
GREEN value IS 13 (5.47% from 255) = 2.91%
BLUE value IS 237 (92.97% from 255) = 53.14%
R=43.95%
G=2.91%
B=53.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal196132370.170.9500.07289.0289.649.02
HexC4DED115F071215a31
Octal30415355211370744113261
Binary1100010011011110110110001101111101111001000011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40DED; }

 p { color: rgb(196,13,237); }

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

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

 a { background-color: rgb(196,13,237); }

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

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

 span { border-color: rgb(196,13,237); }

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