Html Css Color HEX #CE28FE Electric Purple

📋 copy color: '#CE28FE'

red 206 ◦ green 40 ◦ blue 254

#CE28FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #CE28FE

Tints of Electric Purple #CE28FE

RGB

 RED value IS 206 (80.86% from 255) = 41.2%

 GREEN value IS 40 (16.02% from 255) = 8%

 BLUE value IS 254 (99.61% from 255) = 50.8%

R = 41.2%
G = 8%
B = 50.8%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE28FE (or 0xCE28FE) is known color: Electric Purple. HEX triplet: CE, 28 and FE. RGB value is (206,40,254). Sum of RGB (Red+Green+Blue) = 206+40+254=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 40 (16.02% from 255 or 8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE28FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE28FE is #31D701. Grayscale: #717171. Windows color (decimal): -3266306 or 16656590. OLE color: 16656590.

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

Color convert

RGB 206 40 254 -
CMYK 0.19 0.84 0 0.00
HSL 286.54º 0.99% 0.58% -
HSV(B) 286.54º 0.84% 1% -
XYZ 44.1 21.8 95.65 -
YUV 114.03 207 193.6 -
System Red Green Blue C M Y K H S L
Decimal 206 40 254 0.19 0.84 0 0.00 286.54 0.99 0.58
Hex CE 28 FE 13 54 0 0 11F 63 3A
Octal 316 50 376 23 124 0 0 437 143 72
Binary 11001110 101000 11111110 10011 1010100 0 0 100011111 1100011 111010

Color Harmonies of #CE28FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE28FE

Black with #CE28FE

Text Example


Text Example

White with #CE28FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE28FE; }

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

 H1.HeaderClassName
 {
   color: #CE28FE;
 }
 .AnyTagClassName
 {
   color: #CE28FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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