#CE11FF

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

Shades of Electric Purple #CE11FF

Tints of Electric Purple #CE11FF

Color information

#CE11FF (or 0xCE11FF) is unknown color: approx Electric Purple. HEX triplet: CE, 11 and FF. RGB value is (206,17,255). Sum of RGB (Red+Green+Blue) = 206+17+255=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 17 (7.03% from 255 or 3.56% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE11FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE11FF is #31EE00. Grayscale: #636363. Windows color (decimal): -3272193 or 16716238. OLE color: 16716238.

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

Color convert

RGB20617255-
CMYK0.190.9300
HSL287.65º100%53.33%-
HSV(B)287.65º93.33%100%-
XYZ43.720.7496.31-
YUV100.64215.12203.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.10%
GREEN value IS 17 (7.03% from 255) = 3.56%
BLUE value IS 255 (100% from 255) = 53.35%
R=43.10%
G=3.56%
B=53.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal206172550.190.9300287.6510053.33
HexCE11FF135D001206435
Octal31621377231350044014465
Binary110011101000111111111100111011101001001000001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE11FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE11FF; }

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

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

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

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

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

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

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

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