Html Css Color HEX #CE2AFF Electric Purple

📋 copy color: '#CE2AFF'

red 206 ◦ green 42 ◦ blue 255

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

Shades of Electric Purple #CE2AFF

Tints of Electric Purple #CE2AFF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.35%

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

R = 40.95%
G = 8.35%
B = 50.7%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE2AFF (or 0xCE2AFF) is known color: Electric Purple. HEX triplet: CE, 2A and FF. RGB value is (206,42,255). Sum of RGB (Red+Green+Blue) = 206+42+255=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 42 (16.80% from 255 or 8.35% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE2AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2AFF is #31D500. Grayscale: #727272. Windows color (decimal): -3265793 or 16722638. OLE color: 16722638.

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

Color convert

RGB 206 42 255 -
CMYK 0.19 0.84 0 0
HSL 286.2º 1% 0.58% -
HSV(B) 286.2º 0.84% 1% -
XYZ 44.33 22 96.52 -
YUV 115.32 206.83 192.68 -
System Red Green Blue C M Y K H S L
Decimal 206 42 255 0.19 0.84 0 0 286.2 1 0.58
Hex CE 2A FF 13 54 0 0 11E 64 3A
Octal 316 52 377 23 124 0 0 436 144 72
Binary 11001110 101010 11111111 10011 1010100 0 0 100011110 1100100 111010

Color Harmonies of #CE2AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2AFF

Black with #CE2AFF

Text Example


Text Example

White with #CE2AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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