Html Css Color HEX #C211ED Electric Purple

📋 copy color: '#C211ED'

red 194 ◦ green 17 ◦ blue 237

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

Shades of Electric Purple #C211ED

Tints of Electric Purple #C211ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.9%

R = 43.3%
G = 3.79%
B = 52.9%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C211ED (or 0xC211ED) is known color: Electric Purple. HEX triplet: C2, 11 and ED. RGB value is (194,17,237). Sum of RGB (Red+Green+Blue) = 194+17+237=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 17 (7.03% from 255 or 3.79% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #C211ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C211ED is #3DEE12. Grayscale: #5E5E5E. Windows color (decimal): -4058643 or 15536578. OLE color: 15536578.

HSL color Cylindrical-coordinate representation of color #C211ED: hue angle of 288.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C211ED is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 17 237 -
CMYK 0.18 0.93 0 0.07
HSL 288.27º 0.87% 0.5% -
HSV(B) 288.27º 0.93% 0.93% -
XYZ 37.73 17.98 81.6 -
YUV 95 208.14 198.61 -
System Red Green Blue C M Y K H S L
Decimal 194 17 237 0.18 0.93 0 0.07 288.27 0.87 0.5
Hex C2 11 ED 12 5D 0 7 120 57 32
Octal 302 21 355 22 135 0 7 440 127 62
Binary 11000010 10001 11101101 10010 1011101 0 111 100100000 1010111 110010

Color Harmonies of #C211ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C211ED

Black with #C211ED

Text Example


Text Example

White with #C211ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C211ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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