Html Css Color HEX #CE05FE Electric Purple

📋 copy color: '#CE05FE'

red 206 ◦ green 5 ◦ blue 254

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

Shades of Electric Purple #CE05FE

Tints of Electric Purple #CE05FE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.08%

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

R = 44.3%
G = 1.08%
B = 54.62%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE05FE (or 0xCE05FE) is known color: Electric Purple. HEX triplet: CE, 05 and FE. RGB value is (206,5,254). Sum of RGB (Red+Green+Blue) = 206+5+254=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 5 (2.34% from 255 or 1.08% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE05FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE05FE is #31FA01. Grayscale: #5C5C5C. Windows color (decimal): -3275266 or 16647630. OLE color: 16647630.

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

Color convert

RGB 206 5 254 -
CMYK 0.19 0.98 0 0.00
HSL 288.43º 0.99% 0.51% -
HSV(B) 288.43º 0.98% 1% -
XYZ 43.4 20.39 95.41 -
YUV 93.49 218.59 208.25 -
System Red Green Blue C M Y K H S L
Decimal 206 5 254 0.19 0.98 0 0.00 288.43 0.99 0.51
Hex CE 5 FE 13 62 0 0 120 63 33
Octal 316 5 376 23 142 0 0 440 143 63
Binary 11001110 101 11111110 10011 1100010 0 0 100100000 1100011 110011

Color Harmonies of #CE05FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE05FE

Black with #CE05FE

Text Example


Text Example

White with #CE05FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE05FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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