Html Css Color HEX #C222EE Electric Purple

📋 copy color: '#C222EE'

red 194 ◦ green 34 ◦ blue 238

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

Shades of Electric Purple #C222EE

Tints of Electric Purple #C222EE

RGB

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

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

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

R = 41.63%
G = 7.3%
B = 51.07%

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

#C222EE (or 0xC222EE) is known color: Electric Purple. HEX triplet: C2, 22 and EE. RGB value is (194,34,238). Sum of RGB (Red+Green+Blue) = 194+34+238=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 34 (13.67% from 255 or 7.30% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #C222EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C222EE is #3DDD11. Grayscale: #686868. Windows color (decimal): -4054290 or 15606466. OLE color: 15606466.

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

Color convert

RGB 194 34 238 -
CMYK 0.18 0.86 0 0.07
HSL 287.06º 0.86% 0.53% -
HSV(B) 287.06º 0.86% 0.93% -
XYZ 38.25 18.79 82.5 -
YUV 105.1 203.01 191.41 -
System Red Green Blue C M Y K H S L
Decimal 194 34 238 0.18 0.86 0 0.07 287.06 0.86 0.53
Hex C2 22 EE 12 56 0 7 11F 56 35
Octal 302 42 356 22 126 0 7 437 126 65
Binary 11000010 100010 11101110 10010 1010110 0 111 100011111 1010110 110101

Color Harmonies of #C222EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C222EE

Black with #C222EE

Text Example


Text Example

White with #C222EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C222EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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