#C21DEE

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

Shades of Electric Purple #C21DEE

Tints of Electric Purple #C21DEE

Color information

#C21DEE (or 0xC21DEE) is unknown color: approx Electric Purple. HEX triplet: C2, 1D and EE. RGB value is (194,29,238). Sum of RGB (Red+Green+Blue) = 194+29+238=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #C21DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21DEE is #3DE211. Grayscale: #656565. Windows color (decimal): -4055570 or 15605186. OLE color: 15605186.

HSL color Cylindrical-coordinate representation of color #C21DEE: hue angle of 287.37º degrees, saturation: 0.86, 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 #C21DEE is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19429238-
CMYK0.180.8800.07
HSL287.37º86.01%52.35%-
HSV(B)287.37º87.82%93.33%-
XYZ38.1218.5282.45-
YUV102.16204.66193.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.08%
GREEN value IS 29 (11.72% from 255) = 6.29%
BLUE value IS 238 (93.36% from 255) = 51.63%
R=42.08%
G=6.29%
B=51.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal194292380.180.8800.07287.3786.0152.35
HexC21DEE12580711f5634
Octal30235356221300743712664
Binary11000010111011110111010010101100001111000111111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21DEE; }

 p { color: rgb(194,29,238); }

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

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

 a { background-color: rgb(194,29,238); }

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

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

 span { border-color: rgb(194,29,238); }

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