Html Css Color HEX #CE33FA Electric Purple

📋 copy color: '#CE33FA'

red 206 ◦ green 51 ◦ blue 250

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

Shades of Electric Purple #CE33FA

Tints of Electric Purple #CE33FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.31%

R = 40.63%
G = 10.06%
B = 49.31%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE33FA (or 0xCE33FA) is known color: Electric Purple. HEX triplet: CE, 33 and FA. RGB value is (206,51,250). Sum of RGB (Red+Green+Blue) = 206+51+250=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 51 (20.31% from 255 or 10.06% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE33FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE33FA is #31CC05. Grayscale: #777777. Windows color (decimal): -3263494 or 16397262. OLE color: 16397262.

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

Color convert

RGB 206 51 250 -
CMYK 0.18 0.80 0 0.02
HSL 286.73º 0.95% 0.59% -
HSV(B) 286.73º 0.8% 0.98% -
XYZ 43.89 22.39 92.45 -
YUV 120.03 201.35 189.32 -
System Red Green Blue C M Y K H S L
Decimal 206 51 250 0.18 0.80 0 0.02 286.73 0.95 0.59
Hex CE 33 FA 12 50 0 2 11F 5F 3B
Octal 316 63 372 22 120 0 2 437 137 73
Binary 11001110 110011 11111010 10010 1010000 0 10 100011111 1011111 111011

Color Harmonies of #CE33FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE33FA

Black with #CE33FA

Text Example


Text Example

White with #CE33FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE33FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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