Html Css Color HEX #CE15FE Electric Purple

📋 copy color: '#CE15FE'

red 206 ◦ green 21 ◦ blue 254

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

Shades of Electric Purple #CE15FE

Tints of Electric Purple #CE15FE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.37%

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

R = 42.83%
G = 4.37%
B = 52.81%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE15FE (or 0xCE15FE) is known color: Electric Purple. HEX triplet: CE, 15 and FE. RGB value is (206,21,254). Sum of RGB (Red+Green+Blue) = 206+21+254=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 21 (8.59% from 255 or 4.37% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE15FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE15FE is #31EA01. Grayscale: #666666. Windows color (decimal): -3271170 or 16651726. OLE color: 16651726.

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

Color convert

RGB 206 21 254 -
CMYK 0.19 0.92 0 0.00
HSL 287.64º 0.99% 0.54% -
HSV(B) 287.64º 0.92% 1% -
XYZ 43.61 20.81 95.48 -
YUV 102.88 213.29 201.55 -
System Red Green Blue C M Y K H S L
Decimal 206 21 254 0.19 0.92 0 0.00 287.64 0.99 0.54
Hex CE 15 FE 13 5C 0 0 120 63 36
Octal 316 25 376 23 134 0 0 440 143 66
Binary 11001110 10101 11111110 10011 1011100 0 0 100100000 1100011 110110

Color Harmonies of #CE15FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE15FE

Black with #CE15FE

Text Example


Text Example

White with #CE15FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE15FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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