Html Css Color HEX #CE34FB Electric Purple

📋 copy color: '#CE34FB'

red 206 ◦ green 52 ◦ blue 251

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

Shades of Electric Purple #CE34FB

Tints of Electric Purple #CE34FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 40.47%
G = 10.22%
B = 49.31%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE34FB (or 0xCE34FB) is known color: Electric Purple. HEX triplet: CE, 34 and FB. RGB value is (206,52,251). Sum of RGB (Red+Green+Blue) = 206+52+251=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 52 (20.70% from 255 or 10.22% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE34FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE34FB is #31CB04. Grayscale: #787878. Windows color (decimal): -3263237 or 16463054. OLE color: 16463054.

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

Color convert

RGB 206 52 251 -
CMYK 0.18 0.79 0 0.02
HSL 286.43º 0.96% 0.59% -
HSV(B) 286.43º 0.79% 0.98% -
XYZ 44.09 22.54 93.29 -
YUV 120.73 201.52 188.82 -
System Red Green Blue C M Y K H S L
Decimal 206 52 251 0.18 0.79 0 0.02 286.43 0.96 0.59
Hex CE 34 FB 12 4F 0 2 11E 60 3B
Octal 316 64 373 22 117 0 2 436 140 73
Binary 11001110 110100 11111011 10010 1001111 0 10 100011110 1100000 111011

Color Harmonies of #CE34FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE34FB

Black with #CE34FB

Text Example


Text Example

White with #CE34FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE34FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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