Html Css Color HEX #C222EF Electric Purple

📋 copy color: '#C222EF'

red 194 ◦ green 34 ◦ blue 239

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

Shades of Electric Purple #C222EF

Tints of Electric Purple #C222EF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.28%

 BLUE value IS 239 (93.75% from 255) = 51.18%

R = 41.54%
G = 7.28%
B = 51.18%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C222EF (or 0xC222EF) is known color: Electric Purple. HEX triplet: C2, 22 and EF. RGB value is (194,34,239). Sum of RGB (Red+Green+Blue) = 194+34+239=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 34 (13.67% from 255 or 7.28% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #C222EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C222EF is #3DDD10. Grayscale: #686868. Windows color (decimal): -4054289 or 15672002. OLE color: 15672002.

HSL color Cylindrical-coordinate representation of color #C222EF: hue angle of 286.83º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C222EF is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 34 239 -
CMYK 0.19 0.86 0 0.06
HSL 286.83º 0.86% 0.54% -
HSV(B) 286.83º 0.86% 0.94% -
XYZ 38.4 18.85 83.27 -
YUV 105.21 203.51 191.33 -
System Red Green Blue C M Y K H S L
Decimal 194 34 239 0.19 0.86 0 0.06 286.83 0.86 0.54
Hex C2 22 EF 13 56 0 6 11F 56 36
Octal 302 42 357 23 126 0 6 437 126 66
Binary 11000010 100010 11101111 10011 1010110 0 110 100011111 1010110 110110

Color Harmonies of #C222EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C222EF

Black with #C222EF

Text Example


Text Example

White with #C222EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C222EF; }

 p { color: rgb(194,34,239); }

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

background-color css

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

 a { background-color: rgb(194,34,239); }

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

border-color css

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

 span { border-color: rgb(194,34,239); }

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