Html Css Color HEX #CE20FF Electric Purple

📋 copy color: '#CE20FF'

red 206 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #CE20FF

Tints of Electric Purple #CE20FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.72%

R = 41.78%
G = 6.49%
B = 51.72%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE20FF (or 0xCE20FF) is known color: Electric Purple. HEX triplet: CE, 20 and FF. RGB value is (206,32,255). Sum of RGB (Red+Green+Blue) = 206+32+255=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 32 (12.89% from 255 or 6.49% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE20FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE20FF is #31DF00. Grayscale: #6C6C6C. Windows color (decimal): -3268353 or 16720078. OLE color: 16720078.

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

Color convert

RGB 206 32 255 -
CMYK 0.19 0.87 0 0
HSL 286.82º 1% 0.56% -
HSV(B) 286.82º 0.87% 1% -
XYZ 44.02 21.37 96.41 -
YUV 109.45 210.15 196.87 -
System Red Green Blue C M Y K H S L
Decimal 206 32 255 0.19 0.87 0 0 286.82 1 0.56
Hex CE 20 FF 13 57 0 0 11F 64 38
Octal 316 40 377 23 127 0 0 437 144 70
Binary 11001110 100000 11111111 10011 1010111 0 0 100011111 1100100 111000

Color Harmonies of #CE20FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE20FF

Black with #CE20FF

Text Example


Text Example

White with #CE20FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE20FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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