Html Css Color HEX #CE29FF Electric Purple

📋 copy color: '#CE29FF'

red 206 ◦ green 41 ◦ blue 255

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

Shades of Electric Purple #CE29FF

Tints of Electric Purple #CE29FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.8%

R = 41.04%
G = 8.17%
B = 50.8%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE29FF (or 0xCE29FF) is known color: Electric Purple. HEX triplet: CE, 29 and FF. RGB value is (206,41,255). Sum of RGB (Red+Green+Blue) = 206+41+255=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 41 (16.41% from 255 or 8.17% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE29FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE29FF is #31D600. Grayscale: #727272. Windows color (decimal): -3266049 or 16722382. OLE color: 16722382.

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

Color convert

RGB 206 41 255 -
CMYK 0.19 0.84 0 0
HSL 286.26º 1% 0.58% -
HSV(B) 286.26º 0.84% 1% -
XYZ 44.3 21.93 96.51 -
YUV 114.73 207.16 193.1 -
System Red Green Blue C M Y K H S L
Decimal 206 41 255 0.19 0.84 0 0 286.26 1 0.58
Hex CE 29 FF 13 54 0 0 11E 64 3A
Octal 316 51 377 23 124 0 0 436 144 72
Binary 11001110 101001 11111111 10011 1010100 0 0 100011110 1100100 111010

Color Harmonies of #CE29FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29FF

Black with #CE29FF

Text Example


Text Example

White with #CE29FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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