#CE32FF

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

Shades of Electric Purple #CE32FF

Tints of Electric Purple #CE32FF

Color information

#CE32FF (or 0xCE32FF) is unknown color: approx Electric Purple. HEX triplet: CE, 32 and FF. RGB value is (206,50,255). Sum of RGB (Red+Green+Blue) = 206+50+255=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 50 (19.92% from 255 or 9.78% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE32FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE32FF is #31CD00. Grayscale: #777777. Windows color (decimal): -3263745 or 16724686. OLE color: 16724686.

HSL color Cylindrical-coordinate representation of color #CE32FF: hue angle of 285.66º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE32FF is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20650255-
CMYK0.190.8000
HSL285.66º100%59.8%-
HSV(B)285.66º80.39%100%-
XYZ44.6422.6296.62-
YUV120.01204.18189.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.31%
GREEN value IS 50 (19.92% from 255) = 9.78%
BLUE value IS 255 (100% from 255) = 49.90%
R=40.31%
G=9.78%
B=49.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal206502550.190.8000285.6610059.8
HexCE32FF13500011e643c
Octal31662377231200043614474
Binary1100111011001011111111100111010000001000111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE32FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE32FF; }

 p { color: rgb(206,50,255); }

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

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

 a { background-color: rgb(206,50,255); }

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

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

 span { border-color: rgb(206,50,255); }

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