#CE28FB

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

Shades of Electric Purple #CE28FB

Tints of Electric Purple #CE28FB

Color information

#CE28FB (or 0xCE28FB) is unknown color: approx Electric Purple. HEX triplet: CE, 28 and FB. RGB value is (206,40,251). Sum of RGB (Red+Green+Blue) = 206+40+251=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 40 (16.02% from 255 or 8.05% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE28FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE28FB is #31D704. Grayscale: #717171. Windows color (decimal): -3266309 or 16459982. OLE color: 16459982.

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

Color convert

RGB20640251-
CMYK0.180.8400.02
HSL287.2º96.35%57.06%-
HSV(B)287.2º84.06%98.43%-
XYZ43.6221.693.14-
YUV113.69205.5193.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.45%
GREEN value IS 40 (16.02% from 255) = 8.05%
BLUE value IS 251 (98.44% from 255) = 50.50%
R=41.45%
G=8.05%
B=50.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal206402510.180.8400.02287.296.3557.06
HexCE28FB12540211f6039
Octal31650373221240243714071
Binary11001110101000111110111001010101000101000111111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE28FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE28FB; }

 p { color: rgb(206,40,251); }

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

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

 a { background-color: rgb(206,40,251); }

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

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

 span { border-color: rgb(206,40,251); }

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