Html Css Color HEX #CE28FA Electric Purple

📋 copy color: '#CE28FA'

red 206 ◦ green 40 ◦ blue 250

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

Shades of Electric Purple #CE28FA

Tints of Electric Purple #CE28FA

RGB

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

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

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

R = 41.53%
G = 8.06%
B = 50.4%

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

#CE28FA (or 0xCE28FA) is known color: Electric Purple. HEX triplet: CE, 28 and FA. RGB value is (206,40,250). Sum of RGB (Red+Green+Blue) = 206+40+250=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 40 (16.02% from 255 or 8.06% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE28FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE28FA is #31D705. Grayscale: #707070. Windows color (decimal): -3266310 or 16394446. OLE color: 16394446.

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

Color convert

RGB 206 40 250 -
CMYK 0.18 0.84 0 0.02
HSL 287.43º 0.95% 0.57% -
HSV(B) 287.43º 0.84% 0.98% -
XYZ 43.47 21.54 92.31 -
YUV 113.57 205 193.92 -
System Red Green Blue C M Y K H S L
Decimal 206 40 250 0.18 0.84 0 0.02 287.43 0.95 0.57
Hex CE 28 FA 12 54 0 2 11F 5F 39
Octal 316 50 372 22 124 0 2 437 137 71
Binary 11001110 101000 11111010 10010 1010100 0 10 100011111 1011111 111001

Color Harmonies of #CE28FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE28FA

Black with #CE28FA

Text Example


Text Example

White with #CE28FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE28FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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