Html Css Color HEX #CE1AFE Electric Purple

📋 copy color: '#CE1AFE'

red 206 ◦ green 26 ◦ blue 254

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

Shades of Electric Purple #CE1AFE

Tints of Electric Purple #CE1AFE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.35%

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

R = 42.39%
G = 5.35%
B = 52.26%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE1AFE (or 0xCE1AFE) is known color: Electric Purple. HEX triplet: CE, 1A and FE. RGB value is (206,26,254). Sum of RGB (Red+Green+Blue) = 206+26+254=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 26 (10.55% from 255 or 5.35% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE1AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1AFE is #31E501. Grayscale: #696969. Windows color (decimal): -3269890 or 16653006. OLE color: 16653006.

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

Color convert

RGB 206 26 254 -
CMYK 0.19 0.90 0 0.00
HSL 287.37º 0.99% 0.55% -
HSV(B) 287.37º 0.9% 1% -
XYZ 43.71 21.02 95.52 -
YUV 105.81 211.63 199.46 -
System Red Green Blue C M Y K H S L
Decimal 206 26 254 0.19 0.90 0 0.00 287.37 0.99 0.55
Hex CE 1A FE 13 5A 0 0 11F 63 37
Octal 316 32 376 23 132 0 0 437 143 67
Binary 11001110 11010 11111110 10011 1011010 0 0 100011111 1100011 110111

Color Harmonies of #CE1AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1AFE

Black with #CE1AFE

Text Example


Text Example

White with #CE1AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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