Html Css Color HEX #CE06FF Electric Purple

📋 copy color: '#CE06FF'

red 206 ◦ green 6 ◦ blue 255

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

Shades of Electric Purple #CE06FF

Tints of Electric Purple #CE06FF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.28%

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

R = 44.11%
G = 1.28%
B = 54.6%

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

#CE06FF (or 0xCE06FF) is known color: Electric Purple. HEX triplet: CE, 06 and FF. RGB value is (206,6,255). Sum of RGB (Red+Green+Blue) = 206+6+255=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 6 (2.73% from 255 or 1.28% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE06FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE06FF is #31F900. Grayscale: #5D5D5D. Windows color (decimal): -3275009 or 16713422. OLE color: 16713422.

HSL color Cylindrical-coordinate representation of color #CE06FF: hue angle of 288.19º 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 #CE06FF is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 206 6 255 -
CMYK 0.19 0.98 0 0
HSL 288.19º 1% 0.51% -
HSV(B) 288.19º 0.98% 1% -
XYZ 43.57 20.47 96.26 -
YUV 94.19 218.76 207.75 -
System Red Green Blue C M Y K H S L
Decimal 206 6 255 0.19 0.98 0 0 288.19 1 0.51
Hex CE 6 FF 13 62 0 0 120 64 33
Octal 316 6 377 23 142 0 0 440 144 63
Binary 11001110 110 11111111 10011 1100010 0 0 100100000 1100100 110011

Color Harmonies of #CE06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE06FF

Black with #CE06FF

Text Example


Text Example

White with #CE06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE06FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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