#ce23fb

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

Shades of Electric Purple #CE23FB

Tints of Electric Purple #CE23FB

Color information

#CE23FB (or 0xCE23FB) is unknown color: approx Electric Purple. HEX triplet: CE, 23 and FB. RGB value is (206,35,251). Sum of RGB (Red+Green+Blue) = 206+35+251=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 35 (14.06% from 255 or 7.11% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE23FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE23FB is #31DC04. Grayscale: #6E6E6E. Windows color (decimal): -3267589 or 16458702. OLE color: 16458702.

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

Color convert

RGB20635251-
CMYK0.180.8600.02
HSL287.5º96.43%56.08%-
HSV(B)287.5º86.06%98.43%-
XYZ43.4721.2993.08-
YUV110.75207.15195.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.87%
GREEN value IS 35 (14.06% from 255) = 7.11%
BLUE value IS 251 (98.44% from 255) = 51.02%
R=41.87%
G=7.11%
B=51.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal206352510.180.8600.02287.596.4356.08
HexCE23FB1256021206038
Octal31643373221260244014070
Binary11001110100011111110111001010101100101001000001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce23fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce23fb; }

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

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

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

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

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

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

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

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