#CE30FA

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

Shades of Electric Purple #CE30FA

Tints of Electric Purple #CE30FA

Color information

#CE30FA (or 0xCE30FA) is unknown color: approx Electric Purple. HEX triplet: CE, 30 and FA. RGB value is (206,48,250). Sum of RGB (Red+Green+Blue) = 206+48+250=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 48 (19.14% from 255 or 9.52% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE30FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE30FA is #31CF05. Grayscale: #757575. Windows color (decimal): -3264262 or 16396494. OLE color: 16396494.

HSL color Cylindrical-coordinate representation of color #CE30FA: hue angle of 286.93º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE30FA is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20648250-
CMYK0.180.8100.02
HSL286.93º95.28%58.43%-
HSV(B)286.93º80.8%98.04%-
XYZ43.7722.1492.41-
YUV118.27202.35190.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.87%
GREEN value IS 48 (19.14% from 255) = 9.52%
BLUE value IS 250 (98.05% from 255) = 49.60%
R=40.87%
G=9.52%
B=49.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal206482500.180.8100.02286.9395.2858.43
HexCE30FA12510211f5f3a
Octal31660372221210243713772
Binary11001110110000111110101001010100010101000111111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE30FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE30FA; }

 p { color: rgb(206,48,250); }

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

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

 a { background-color: rgb(206,48,250); }

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

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

 span { border-color: rgb(206,48,250); }

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