Html Css Color HEX #CE32FD Electric Purple

📋 copy color: '#CE32FD'

red 206 ◦ green 50 ◦ blue 253

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

Shades of Electric Purple #CE32FD

Tints of Electric Purple #CE32FD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.82%

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 40.47%
G = 9.82%
B = 49.71%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE32FD (or 0xCE32FD) is known color: Electric Purple. HEX triplet: CE, 32 and FD. RGB value is (206,50,253). Sum of RGB (Red+Green+Blue) = 206+50+253=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 50 (19.92% from 255 or 9.82% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE32FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE32FD is #31CD02. Grayscale: #777777. Windows color (decimal): -3263747 or 16593614. OLE color: 16593614.

HSL color Cylindrical-coordinate representation of color #CE32FD: hue angle of 286.11º degrees, saturation: 0.98, 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 #CE32FD is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 50 253 -
CMYK 0.19 0.80 0 0.01
HSL 286.11º 0.98% 0.59% -
HSV(B) 286.11º 0.8% 0.99% -
XYZ 44.32 22.49 94.93 -
YUV 119.79 203.18 189.49 -
System Red Green Blue C M Y K H S L
Decimal 206 50 253 0.19 0.80 0 0.01 286.11 0.98 0.59
Hex CE 32 FD 13 50 0 1 11E 62 3B
Octal 316 62 375 23 120 0 1 436 142 73
Binary 11001110 110010 11111101 10011 1010000 0 1 100011110 1100010 111011

Color Harmonies of #CE32FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32FD

Black with #CE32FD

Text Example


Text Example

White with #CE32FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32FD; }

 p { color: rgb(206,50,253); }

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

background-color css

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

 a { background-color: rgb(206,50,253); }

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

border-color css

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

 span { border-color: rgb(206,50,253); }

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