#CE00FF

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

Shades of Electric Purple #CE00FF

Tints of Electric Purple #CE00FF

Color information

#CE00FF (or 0xCE00FF) is unknown color: approx Electric Purple. HEX triplet: CE, 00 and FF. RGB value is (206,0,255). Sum of RGB (Red+Green+Blue) = 206+0+255=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 0 (0.39% from 255 or 0% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE00FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE00FF is #31FF00. Grayscale: #595959. Windows color (decimal): -3276545 or 16711886. OLE color: 16711886.

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

Color convert

RGB2060255-
CMYK0.19100
HSL288.47º100%50%-
HSV(B)288.47º100%100%-
XYZ43.520.3496.24-
YUV90.66220.75210.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 55.31%
R=44.69%
G=0%
B=55.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal20602550.19100288.4710050
HexCE0FF1364001206432
Octal3160377231440044014462
Binary11001110011111111100111100100001001000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE00FF; }

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

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

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

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

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

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

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

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