Html Css Color HEX #C221EB Electric Purple

📋 copy color: '#C221EB'

red 194 ◦ green 33 ◦ blue 235

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

Shades of Electric Purple #C221EB

Tints of Electric Purple #C221EB

RGB

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

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

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

R = 41.99%
G = 7.14%
B = 50.87%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C221EB (or 0xC221EB) is known color: Electric Purple. HEX triplet: C2, 21 and EB. RGB value is (194,33,235). Sum of RGB (Red+Green+Blue) = 194+33+235=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #C221EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C221EB is #3DDE14. Grayscale: #676767. Windows color (decimal): -4054549 or 15409602. OLE color: 15409602.

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

Color convert

RGB 194 33 235 -
CMYK 0.17 0.86 0 0.08
HSL 287.82º 0.83% 0.53% -
HSV(B) 287.82º 0.86% 0.92% -
XYZ 37.79 18.56 80.19 -
YUV 104.17 201.84 192.07 -
System Red Green Blue C M Y K H S L
Decimal 194 33 235 0.17 0.86 0 0.08 287.82 0.83 0.53
Hex C2 21 EB 11 56 0 8 120 53 35
Octal 302 41 353 21 126 0 10 440 123 65
Binary 11000010 100001 11101011 10001 1010110 0 1000 100100000 1010011 110101

Color Harmonies of #C221EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C221EB

Black with #C221EB

Text Example


Text Example

White with #C221EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C221EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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