Html Css Color HEX #CE29FC Electric Purple

📋 copy color: '#CE29FC'

red 206 ◦ green 41 ◦ blue 252

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

Shades of Electric Purple #CE29FC

Tints of Electric Purple #CE29FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.5%

R = 41.28%
G = 8.22%
B = 50.5%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE29FC (or 0xCE29FC) is known color: Electric Purple. HEX triplet: CE, 29 and FC. RGB value is (206,41,252). Sum of RGB (Red+Green+Blue) = 206+41+252=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 41 (16.41% from 255 or 8.22% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE29FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE29FC is #31D603. Grayscale: #717171. Windows color (decimal): -3266052 or 16525774. OLE color: 16525774.

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

Color convert

RGB 206 41 252 -
CMYK 0.18 0.84 0 0.01
HSL 286.92º 0.97% 0.57% -
HSV(B) 286.92º 0.84% 0.99% -
XYZ 43.82 21.74 93.98 -
YUV 114.39 205.66 193.34 -
System Red Green Blue C M Y K H S L
Decimal 206 41 252 0.18 0.84 0 0.01 286.92 0.97 0.57
Hex CE 29 FC 12 54 0 1 11F 61 39
Octal 316 51 374 22 124 0 1 437 141 71
Binary 11001110 101001 11111100 10010 1010100 0 1 100011111 1100001 111001

Color Harmonies of #CE29FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29FC

Black with #CE29FC

Text Example


Text Example

White with #CE29FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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