Html Css Color HEX #CE33FC Electric Purple

📋 copy color: '#CE33FC'

red 206 ◦ green 51 ◦ blue 252

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

Shades of Electric Purple #CE33FC

Tints of Electric Purple #CE33FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 40.47%
G = 10.02%
B = 49.51%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE33FC (or 0xCE33FC) is known color: Electric Purple. HEX triplet: CE, 33 and FC. RGB value is (206,51,252). Sum of RGB (Red+Green+Blue) = 206+51+252=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 51 (20.31% from 255 or 10.02% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE33FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE33FC is #31CC03. Grayscale: #777777. Windows color (decimal): -3263492 or 16528334. OLE color: 16528334.

HSL color Cylindrical-coordinate representation of color #CE33FC: hue angle of 286.27º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE33FC is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 51 252 -
CMYK 0.18 0.80 0 0.01
HSL 286.27º 0.97% 0.59% -
HSV(B) 286.27º 0.8% 0.99% -
XYZ 44.21 22.52 94.11 -
YUV 120.26 202.35 189.16 -
System Red Green Blue C M Y K H S L
Decimal 206 51 252 0.18 0.80 0 0.01 286.27 0.97 0.59
Hex CE 33 FC 12 50 0 1 11E 61 3B
Octal 316 63 374 22 120 0 1 436 141 73
Binary 11001110 110011 11111100 10010 1010000 0 1 100011110 1100001 111011

Color Harmonies of #CE33FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE33FC

Black with #CE33FC

Text Example


Text Example

White with #CE33FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE33FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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