Html Css Color HEX #CE20FE Electric Purple

📋 copy color: '#CE20FE'

red 206 ◦ green 32 ◦ blue 254

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

Shades of Electric Purple #CE20FE

Tints of Electric Purple #CE20FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.63%

R = 41.87%
G = 6.5%
B = 51.63%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE20FE (or 0xCE20FE) is known color: Electric Purple. HEX triplet: CE, 20 and FE. RGB value is (206,32,254). Sum of RGB (Red+Green+Blue) = 206+32+254=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 32 (12.89% from 255 or 6.50% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE20FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE20FE is #31DF01. Grayscale: #6C6C6C. Windows color (decimal): -3268354 or 16654542. OLE color: 16654542.

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

Color convert

RGB 206 32 254 -
CMYK 0.19 0.87 0 0.00
HSL 287.03º 0.99% 0.56% -
HSV(B) 287.03º 0.87% 1% -
XYZ 43.86 21.31 95.57 -
YUV 109.33 209.65 196.95 -
System Red Green Blue C M Y K H S L
Decimal 206 32 254 0.19 0.87 0 0.00 287.03 0.99 0.56
Hex CE 20 FE 13 57 0 0 11F 63 38
Octal 316 40 376 23 127 0 0 437 143 70
Binary 11001110 100000 11111110 10011 1010111 0 0 100011111 1100011 111000

Color Harmonies of #CE20FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE20FE

Black with #CE20FE

Text Example


Text Example

White with #CE20FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE20FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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