Html Css Color HEX #CE21FA Electric Purple

📋 copy color: '#CE21FA'

red 206 ◦ green 33 ◦ blue 250

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

Shades of Electric Purple #CE21FA

Tints of Electric Purple #CE21FA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.75%

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

R = 42.13%
G = 6.75%
B = 51.12%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE21FA (or 0xCE21FA) is known color: Electric Purple. HEX triplet: CE, 21 and FA. RGB value is (206,33,250). Sum of RGB (Red+Green+Blue) = 206+33+250=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 33 (13.28% from 255 or 6.75% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE21FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE21FA is #31DE05. Grayscale: #6C6C6C. Windows color (decimal): -3268102 or 16392654. OLE color: 16392654.

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

Color convert

RGB 206 33 250 -
CMYK 0.18 0.87 0 0.02
HSL 287.83º 0.96% 0.55% -
HSV(B) 287.83º 0.87% 0.98% -
XYZ 43.25 21.11 92.24 -
YUV 109.47 207.31 196.86 -
System Red Green Blue C M Y K H S L
Decimal 206 33 250 0.18 0.87 0 0.02 287.83 0.96 0.55
Hex CE 21 FA 12 57 0 2 120 60 37
Octal 316 41 372 22 127 0 2 440 140 67
Binary 11001110 100001 11111010 10010 1010111 0 10 100100000 1100000 110111

Color Harmonies of #CE21FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE21FA

Black with #CE21FA

Text Example


Text Example

White with #CE21FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE21FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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