Html Css Color HEX #CE32FA Electric Purple

📋 copy color: '#CE32FA'

red 206 ◦ green 50 ◦ blue 250

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

Shades of Electric Purple #CE32FA

Tints of Electric Purple #CE32FA

RGB

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

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

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

R = 40.71%
G = 9.88%
B = 49.41%

CMYK

 C value IS 0.18

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE32FA (or 0xCE32FA) is known color: Electric Purple. HEX triplet: CE, 32 and FA. RGB value is (206,50,250). Sum of RGB (Red+Green+Blue) = 206+50+250=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 50 (19.92% from 255 or 9.88% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE32FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE32FA is #31CD05. Grayscale: #767676. Windows color (decimal): -3263750 or 16397006. OLE color: 16397006.

HSL color Cylindrical-coordinate representation of color #CE32FA: hue angle of 286.8º 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 #CE32FA is Cyan = 0.18, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 50 250 -
CMYK 0.18 0.8 0 0.02
HSL 286.8º 0.95% 0.59% -
HSV(B) 286.8º 0.8% 0.98% -
XYZ 43.85 22.31 92.44 -
YUV 119.44 201.68 189.74 -
System Red Green Blue C M Y K H S L
Decimal 206 50 250 0.18 0.8 0 0.02 286.8 0.95 0.59
Hex CE 32 FA 12 50 0 2 11F 5F 3B
Octal 316 62 372 22 120 0 2 437 137 73
Binary 11001110 110010 11111010 10010 1010000 0 10 100011111 1011111 111011

Color Harmonies of #CE32FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32FA

Black with #CE32FA

Text Example


Text Example

White with #CE32FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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