Html Css Color HEX #CE05FF Electric Purple

📋 copy color: '#CE05FF'

red 206 ◦ green 5 ◦ blue 255

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

Shades of Electric Purple #CE05FF

Tints of Electric Purple #CE05FF

RGB

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

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

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

R = 44.21%
G = 1.07%
B = 54.72%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE05FF (or 0xCE05FF) is known color: Electric Purple. HEX triplet: CE, 05 and FF. RGB value is (206,5,255). Sum of RGB (Red+Green+Blue) = 206+5+255=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 5 (2.34% from 255 or 1.07% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE05FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE05FF is #31FA00. Grayscale: #5C5C5C. Windows color (decimal): -3275265 or 16713166. OLE color: 16713166.

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

Color convert

RGB 206 5 255 -
CMYK 0.19 0.98 0 0
HSL 288.24º 1% 0.51% -
HSV(B) 288.24º 0.98% 1% -
XYZ 43.56 20.45 96.26 -
YUV 93.6 219.09 208.17 -
System Red Green Blue C M Y K H S L
Decimal 206 5 255 0.19 0.98 0 0 288.24 1 0.51
Hex CE 5 FF 13 62 0 0 120 64 33
Octal 316 5 377 23 142 0 0 440 144 63
Binary 11001110 101 11111111 10011 1100010 0 0 100100000 1100100 110011

Color Harmonies of #CE05FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE05FF

Black with #CE05FF

Text Example


Text Example

White with #CE05FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE05FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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