Html Css Color HEX #C221ED Electric Purple

📋 copy color: '#C221ED'

red 194 ◦ green 33 ◦ blue 237

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

Shades of Electric Purple #C221ED

Tints of Electric Purple #C221ED

RGB

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

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

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

R = 41.81%
G = 7.11%
B = 51.08%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C221ED (or 0xC221ED) is known color: Electric Purple. HEX triplet: C2, 21 and ED. RGB value is (194,33,237). Sum of RGB (Red+Green+Blue) = 194+33+237=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #C221ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C221ED is #3DDE12. Grayscale: #676767. Windows color (decimal): -4054547 or 15540674. OLE color: 15540674.

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

Color convert

RGB 194 33 237 -
CMYK 0.18 0.86 0 0.07
HSL 287.35º 0.85% 0.53% -
HSV(B) 287.35º 0.86% 0.93% -
XYZ 38.08 18.67 81.72 -
YUV 104.4 202.84 191.91 -
System Red Green Blue C M Y K H S L
Decimal 194 33 237 0.18 0.86 0 0.07 287.35 0.85 0.53
Hex C2 21 ED 12 56 0 7 11F 55 35
Octal 302 41 355 22 126 0 7 437 125 65
Binary 11000010 100001 11101101 10010 1010110 0 111 100011111 1010101 110101

Color Harmonies of #C221ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C221ED

Black with #C221ED

Text Example


Text Example

White with #C221ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C221ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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