#CE27FD

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

Shades of Electric Purple #CE27FD

Tints of Electric Purple #CE27FD

Color information

#CE27FD (or 0xCE27FD) is unknown color: approx Electric Purple. HEX triplet: CE, 27 and FD. RGB value is (206,39,253). Sum of RGB (Red+Green+Blue) = 206+39+253=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 39 (15.62% from 255 or 7.83% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE27FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE27FD is #31D802. Grayscale: #707070. Windows color (decimal): -3266563 or 16590798. OLE color: 16590798.

HSL color Cylindrical-coordinate representation of color #CE27FD: hue angle of 286.82º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE27FD is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20639253-
CMYK0.190.8500.01
HSL286.82º98.17%57.25%-
HSV(B)286.82º84.58%99.22%-
XYZ43.9121.6694.8-
YUV113.33206.83194.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.37%
GREEN value IS 39 (15.62% from 255) = 7.83%
BLUE value IS 253 (99.22% from 255) = 50.80%
R=41.37%
G=7.83%
B=50.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal206392530.190.8500.01286.8298.1757.25
HexCE27FD13550111f6239
Octal31647375231250143714271
Binary1100111010011111111101100111010101011000111111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE27FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE27FD; }

 p { color: rgb(206,39,253); }

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

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

 a { background-color: rgb(206,39,253); }

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

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

 span { border-color: rgb(206,39,253); }

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