Html Css Color HEX #CE29FE Electric Purple

📋 copy color: '#CE29FE'

red 206 ◦ green 41 ◦ blue 254

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

Shades of Electric Purple #CE29FE

Tints of Electric Purple #CE29FE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.18%

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

R = 41.12%
G = 8.18%
B = 50.7%

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

#CE29FE (or 0xCE29FE) is known color: Electric Purple. HEX triplet: CE, 29 and FE. RGB value is (206,41,254). Sum of RGB (Red+Green+Blue) = 206+41+254=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 41 (16.41% from 255 or 8.18% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE29FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE29FE is #31D601. Grayscale: #717171. Windows color (decimal): -3266050 or 16656846. OLE color: 16656846.

HSL color Cylindrical-coordinate representation of color #CE29FE: hue angle of 286.48º 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 #CE29FE is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 41 254 -
CMYK 0.19 0.84 0 0.00
HSL 286.48º 0.99% 0.58% -
HSV(B) 286.48º 0.84% 1% -
XYZ 44.14 21.86 95.66 -
YUV 114.62 206.66 193.18 -
System Red Green Blue C M Y K H S L
Decimal 206 41 254 0.19 0.84 0 0.00 286.48 0.99 0.58
Hex CE 29 FE 13 54 0 0 11E 63 3A
Octal 316 51 376 23 124 0 0 436 143 72
Binary 11001110 101001 11111110 10011 1010100 0 0 100011110 1100011 111010

Color Harmonies of #CE29FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29FE

Black with #CE29FE

Text Example


Text Example

White with #CE29FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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