Html Css Color HEX #C222EB Electric Purple

📋 copy color: '#C222EB'

red 194 ◦ green 34 ◦ blue 235

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

Shades of Electric Purple #C222EB

Tints of Electric Purple #C222EB

RGB

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

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

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

R = 41.9%
G = 7.34%
B = 50.76%

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

#C222EB (or 0xC222EB) is known color: Electric Purple. HEX triplet: C2, 22 and EB. RGB value is (194,34,235). Sum of RGB (Red+Green+Blue) = 194+34+235=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 34 (13.67% from 255 or 7.34% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #C222EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C222EB is #3DDD14. Grayscale: #686868. Windows color (decimal): -4054293 or 15409858. OLE color: 15409858.

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

Color convert

RGB 194 34 235 -
CMYK 0.17 0.86 0 0.08
HSL 287.76º 0.83% 0.53% -
HSV(B) 287.76º 0.86% 0.92% -
XYZ 37.82 18.61 80.2 -
YUV 104.75 201.51 191.66 -
System Red Green Blue C M Y K H S L
Decimal 194 34 235 0.17 0.86 0 0.08 287.76 0.83 0.53
Hex C2 22 EB 11 56 0 8 120 53 35
Octal 302 42 353 21 126 0 10 440 123 65
Binary 11000010 100010 11101011 10001 1010110 0 1000 100100000 1010011 110101

Color Harmonies of #C222EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C222EB

Black with #C222EB

Text Example


Text Example

White with #C222EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C222EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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