Html Css Color HEX #C211EB Electric Purple

📋 copy color: '#C211EB'

red 194 ◦ green 17 ◦ blue 235

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

Shades of Electric Purple #C211EB

Tints of Electric Purple #C211EB

RGB

 RED value IS 194 (76.17% from 255) = 43.5%

 GREEN value IS 17 (7.03% from 255) = 3.81%

 BLUE value IS 235 (92.19% from 255) = 52.69%

R = 43.5%
G = 3.81%
B = 52.69%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C211EB (or 0xC211EB) is known color: Electric Purple. HEX triplet: C2, 11 and EB. RGB value is (194,17,235). Sum of RGB (Red+Green+Blue) = 194+17+235=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 17 (7.03% from 255 or 3.81% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #C211EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C211EB is #3DEE14. Grayscale: #5E5E5E. Windows color (decimal): -4058645 or 15405506. OLE color: 15405506.

HSL color Cylindrical-coordinate representation of color #C211EB: hue angle of 288.72º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C211EB is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 17 235 -
CMYK 0.17 0.93 0 0.08
HSL 288.72º 0.87% 0.49% -
HSV(B) 288.72º 0.93% 0.92% -
XYZ 37.44 17.87 80.07 -
YUV 94.78 207.14 198.77 -
System Red Green Blue C M Y K H S L
Decimal 194 17 235 0.17 0.93 0 0.08 288.72 0.87 0.49
Hex C2 11 EB 11 5D 0 8 121 57 31
Octal 302 21 353 21 135 0 10 441 127 61
Binary 11000010 10001 11101011 10001 1011101 0 1000 100100001 1010111 110001

Color Harmonies of #C211EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C211EB

Black with #C211EB

Text Example


Text Example

White with #C211EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C211EB; }

 p { color: rgb(194,17,235); }

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

background-color css

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

 a { background-color: rgb(194,17,235); }

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

border-color css

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

 span { border-color: rgb(194,17,235); }

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