Html Css Color HEX #CE20FA Electric Purple

📋 copy color: '#CE20FA'

red 206 ◦ green 32 ◦ blue 250

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

Shades of Electric Purple #CE20FA

Tints of Electric Purple #CE20FA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.56%

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

R = 42.21%
G = 6.56%
B = 51.23%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE20FA (or 0xCE20FA) is known color: Electric Purple. HEX triplet: CE, 20 and FA. RGB value is (206,32,250). Sum of RGB (Red+Green+Blue) = 206+32+250=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 32 (12.89% from 255 or 6.56% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE20FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE20FA is #31DF05. Grayscale: #6C6C6C. Windows color (decimal): -3268358 or 16392398. OLE color: 16392398.

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

Color convert

RGB 206 32 250 -
CMYK 0.18 0.87 0 0.02
HSL 287.89º 0.96% 0.55% -
HSV(B) 287.89º 0.87% 0.98% -
XYZ 43.23 21.06 92.23 -
YUV 108.88 207.65 197.27 -
System Red Green Blue C M Y K H S L
Decimal 206 32 250 0.18 0.87 0 0.02 287.89 0.96 0.55
Hex CE 20 FA 12 57 0 2 120 60 37
Octal 316 40 372 22 127 0 2 440 140 67
Binary 11001110 100000 11111010 10010 1010111 0 10 100100000 1100000 110111

Color Harmonies of #CE20FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE20FA

Black with #CE20FA

Text Example


Text Example

White with #CE20FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE20FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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