Html Css Color HEX #CE29FA Electric Purple

📋 copy color: '#CE29FA'

red 206 ◦ green 41 ◦ blue 250

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

Shades of Electric Purple #CE29FA

Tints of Electric Purple #CE29FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.3%

R = 41.45%
G = 8.25%
B = 50.3%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE29FA (or 0xCE29FA) is known color: Electric Purple. HEX triplet: CE, 29 and FA. RGB value is (206,41,250). Sum of RGB (Red+Green+Blue) = 206+41+250=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 41 (16.41% from 255 or 8.25% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE29FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE29FA is #31D605. Grayscale: #717171. Windows color (decimal): -3266054 or 16394702. OLE color: 16394702.

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

Color convert

RGB 206 41 250 -
CMYK 0.18 0.84 0 0.02
HSL 287.37º 0.95% 0.57% -
HSV(B) 287.37º 0.84% 0.98% -
XYZ 43.5 21.61 92.32 -
YUV 114.16 204.66 193.51 -
System Red Green Blue C M Y K H S L
Decimal 206 41 250 0.18 0.84 0 0.02 287.37 0.95 0.57
Hex CE 29 FA 12 54 0 2 11F 5F 39
Octal 316 51 372 22 124 0 2 437 137 71
Binary 11001110 101001 11111010 10010 1010100 0 10 100011111 1011111 111001

Color Harmonies of #CE29FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29FA

Black with #CE29FA

Text Example


Text Example

White with #CE29FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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