Html Css Color HEX #CE34FE Electric Purple

📋 copy color: '#CE34FE'

red 206 ◦ green 52 ◦ blue 254

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

Shades of Electric Purple #CE34FE

Tints of Electric Purple #CE34FE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.16%

 BLUE value IS 254 (99.61% from 255) = 49.61%

R = 40.23%
G = 10.16%
B = 49.61%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE34FE (or 0xCE34FE) is known color: Electric Purple. HEX triplet: CE, 34 and FE. RGB value is (206,52,254). Sum of RGB (Red+Green+Blue) = 206+52+254=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 52 (20.70% from 255 or 10.16% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE34FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE34FE is #31CB01. Grayscale: #787878. Windows color (decimal): -3263234 or 16659662. OLE color: 16659662.

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

Color convert

RGB 206 52 254 -
CMYK 0.19 0.80 0 0.00
HSL 285.74º 0.99% 0.6% -
HSV(B) 285.74º 0.8% 1% -
XYZ 44.57 22.73 95.8 -
YUV 121.07 203.02 188.57 -
System Red Green Blue C M Y K H S L
Decimal 206 52 254 0.19 0.80 0 0.00 285.74 0.99 0.6
Hex CE 34 FE 13 50 0 0 11E 63 3C
Octal 316 64 376 23 120 0 0 436 143 74
Binary 11001110 110100 11111110 10011 1010000 0 0 100011110 1100011 111100

Color Harmonies of #CE34FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE34FE

Black with #CE34FE

Text Example


Text Example

White with #CE34FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE34FE; }

 p { color: rgb(206,52,254); }

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

background-color css

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

 a { background-color: rgb(206,52,254); }

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

border-color css

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

 span { border-color: rgb(206,52,254); }

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