Html Css Color HEX #CE33FF Electric Purple

📋 copy color: '#CE33FF'

red 206 ◦ green 51 ◦ blue 255

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

Shades of Electric Purple #CE33FF

Tints of Electric Purple #CE33FF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.96%

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

R = 40.23%
G = 9.96%
B = 49.8%

CMYK

 C value IS 0.19

 M value IS 0.8

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE33FF (or 0xCE33FF) is known color: Electric Purple. HEX triplet: CE, 33 and FF. RGB value is (206,51,255). Sum of RGB (Red+Green+Blue) = 206+51+255=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 51 (20.31% from 255 or 9.96% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE33FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE33FF is #31CC00. Grayscale: #777777. Windows color (decimal): -3263489 or 16724942. OLE color: 16724942.

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

Color convert

RGB 206 51 255 -
CMYK 0.19 0.8 0 0
HSL 285.59º 1% 0.6% -
HSV(B) 285.59º 0.8% 1% -
XYZ 44.69 22.71 96.64 -
YUV 120.6 203.85 188.91 -
System Red Green Blue C M Y K H S L
Decimal 206 51 255 0.19 0.8 0 0 285.59 1 0.6
Hex CE 33 FF 13 50 0 0 11E 64 3C
Octal 316 63 377 23 120 0 0 436 144 74
Binary 11001110 110011 11111111 10011 1010000 0 0 100011110 1100100 111100

Color Harmonies of #CE33FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE33FF

Black with #CE33FF

Text Example


Text Example

White with #CE33FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE33FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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