Html Css Color HEX #C221EE Electric Purple

📋 copy color: '#C221EE'

red 194 ◦ green 33 ◦ blue 238

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

Shades of Electric Purple #C221EE

Tints of Electric Purple #C221EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.18%

R = 41.72%
G = 7.1%
B = 51.18%

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

#C221EE (or 0xC221EE) is known color: Electric Purple. HEX triplet: C2, 21 and EE. RGB value is (194,33,238). Sum of RGB (Red+Green+Blue) = 194+33+238=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #C221EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C221EE is #3DDE11. Grayscale: #676767. Windows color (decimal): -4054546 or 15606210. OLE color: 15606210.

HSL color Cylindrical-coordinate representation of color #C221EE: hue angle of 287.12º degrees, saturation: 0.86, 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 #C221EE is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 33 238 -
CMYK 0.18 0.86 0 0.07
HSL 287.12º 0.86% 0.53% -
HSV(B) 287.12º 0.86% 0.93% -
XYZ 38.22 18.73 82.49 -
YUV 104.51 203.34 191.83 -
System Red Green Blue C M Y K H S L
Decimal 194 33 238 0.18 0.86 0 0.07 287.12 0.86 0.53
Hex C2 21 EE 12 56 0 7 11F 56 35
Octal 302 41 356 22 126 0 7 437 126 65
Binary 11000010 100001 11101110 10010 1010110 0 111 100011111 1010110 110101

Color Harmonies of #C221EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C221EE

Black with #C221EE

Text Example


Text Example

White with #C221EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C221EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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