#C20DE5

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

Shades of Electric Purple #C20DE5

Tints of Electric Purple #C20DE5

Color information

#C20DE5 (or 0xC20DE5) is unknown color: approx Electric Purple. HEX triplet: C2, 0D and E5. RGB value is (194,13,229). Sum of RGB (Red+Green+Blue) = 194+13+229=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #C20DE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20DE5 is #3DF21A. Grayscale: #5B5B5B. Windows color (decimal): -4059675 or 15011266. OLE color: 15011266.

HSL color Cylindrical-coordinate representation of color #C20DE5: hue angle of 290.28º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20DE5 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19413229-
CMYK0.150.9400.10
HSL290.28º89.26%47.45%-
HSV(B)290.28º94.32%89.8%-
XYZ36.5317.4175.56-
YUV91.74205.47200.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 13 (5.47% from 255) = 2.98%
BLUE value IS 229 (89.84% from 255) = 52.52%
R=44.50%
G=2.98%
B=52.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal194132290.150.9400.10290.2889.2647.45
HexC2DE5F5E0A122592f
Octal302153451713601244213157
Binary1100001011011110010111111011110010101001000101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20DE5; }

 p { color: rgb(194,13,229); }

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

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

 a { background-color: rgb(194,13,229); }

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

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

 span { border-color: rgb(194,13,229); }

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