Html Css Color HEX #CE08FF Electric Purple

📋 copy color: '#CE08FF'

red 206 ◦ green 8 ◦ blue 255

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

Shades of Electric Purple #CE08FF

Tints of Electric Purple #CE08FF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.71%

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

R = 43.92%
G = 1.71%
B = 54.37%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE08FF (or 0xCE08FF) is known color: Electric Purple. HEX triplet: CE, 08 and FF. RGB value is (206,8,255). Sum of RGB (Red+Green+Blue) = 206+8+255=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 8 (3.52% from 255 or 1.71% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE08FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE08FF is #31F700. Grayscale: #5E5E5E. Windows color (decimal): -3274497 or 16713934. OLE color: 16713934.

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

Color convert

RGB 206 8 255 -
CMYK 0.19 0.97 0 0
HSL 288.1º 1% 0.52% -
HSV(B) 288.1º 0.97% 1% -
XYZ 43.59 20.52 96.27 -
YUV 95.36 218.1 206.92 -
System Red Green Blue C M Y K H S L
Decimal 206 8 255 0.19 0.97 0 0 288.1 1 0.52
Hex CE 8 FF 13 61 0 0 120 64 34
Octal 316 10 377 23 141 0 0 440 144 64
Binary 11001110 1000 11111111 10011 1100001 0 0 100100000 1100100 110100

Color Harmonies of #CE08FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE08FF

Black with #CE08FF

Text Example


Text Example

White with #CE08FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE08FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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