Html Css Color HEX #CE03FF Electric Purple

📋 copy color: '#CE03FF'

red 206 ◦ green 3 ◦ blue 255

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

Shades of Electric Purple #CE03FF

Tints of Electric Purple #CE03FF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.65%

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

R = 44.4%
G = 0.65%
B = 54.96%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE03FF (or 0xCE03FF) is known color: Electric Purple. HEX triplet: CE, 03 and FF. RGB value is (206,3,255). Sum of RGB (Red+Green+Blue) = 206+3+255=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 3 (1.56% from 255 or 0.65% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE03FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE03FF is #31FC00. Grayscale: #5B5B5B. Windows color (decimal): -3275777 or 16712654. OLE color: 16712654.

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

Color convert

RGB 206 3 255 -
CMYK 0.19 0.99 0 0
HSL 288.33º 1% 0.51% -
HSV(B) 288.33º 0.99% 1% -
XYZ 43.54 20.41 96.25 -
YUV 92.43 219.75 209.01 -
System Red Green Blue C M Y K H S L
Decimal 206 3 255 0.19 0.99 0 0 288.33 1 0.51
Hex CE 3 FF 13 63 0 0 120 64 33
Octal 316 3 377 23 143 0 0 440 144 63
Binary 11001110 11 11111111 10011 1100011 0 0 100100000 1100100 110011

Color Harmonies of #CE03FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE03FF

Black with #CE03FF

Text Example


Text Example

White with #CE03FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE03FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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