Html Css Color HEX #CE11FE Electric Purple

📋 copy color: '#CE11FE'

red 206 ◦ green 17 ◦ blue 254

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

Shades of Electric Purple #CE11FE

Tints of Electric Purple #CE11FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.56%

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

R = 43.19%
G = 3.56%
B = 53.25%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE11FE (or 0xCE11FE) is known color: Electric Purple. HEX triplet: CE, 11 and FE. RGB value is (206,17,254). Sum of RGB (Red+Green+Blue) = 206+17+254=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 17 (7.03% from 255 or 3.56% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE11FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE11FE is #31EE01. Grayscale: #636363. Windows color (decimal): -3272194 or 16650702. OLE color: 16650702.

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

Color convert

RGB 206 17 254 -
CMYK 0.19 0.93 0 0.00
HSL 287.85º 0.99% 0.53% -
HSV(B) 287.85º 0.93% 1% -
XYZ 43.54 20.68 95.46 -
YUV 100.53 214.62 203.23 -
System Red Green Blue C M Y K H S L
Decimal 206 17 254 0.19 0.93 0 0.00 287.85 0.99 0.53
Hex CE 11 FE 13 5D 0 0 120 63 35
Octal 316 21 376 23 135 0 0 440 143 65
Binary 11001110 10001 11111110 10011 1011101 0 0 100100000 1100011 110101

Color Harmonies of #CE11FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE11FE

Black with #CE11FE

Text Example


Text Example

White with #CE11FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE11FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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