Html Css Color HEX #C22AEE Electric Purple

📋 copy color: '#C22AEE'

red 194 ◦ green 42 ◦ blue 238

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

Shades of Electric Purple #C22AEE

Tints of Electric Purple #C22AEE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.86%

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

R = 40.93%
G = 8.86%
B = 50.21%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C22AEE (or 0xC22AEE) is known color: Electric Purple. HEX triplet: C2, 2A and EE. RGB value is (194,42,238). Sum of RGB (Red+Green+Blue) = 194+42+238=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 42 (16.80% from 255 or 8.86% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #C22AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22AEE is #3DD511. Grayscale: #6D6D6D. Windows color (decimal): -4052242 or 15608514. OLE color: 15608514.

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

Color convert

RGB 194 42 238 -
CMYK 0.18 0.82 0 0.07
HSL 286.53º 0.85% 0.55% -
HSV(B) 286.53º 0.82% 0.93% -
XYZ 38.51 19.3 82.58 -
YUV 109.79 200.36 188.06 -
System Red Green Blue C M Y K H S L
Decimal 194 42 238 0.18 0.82 0 0.07 286.53 0.85 0.55
Hex C2 2A EE 12 52 0 7 11F 55 37
Octal 302 52 356 22 122 0 7 437 125 67
Binary 11000010 101010 11101110 10010 1010010 0 111 100011111 1010101 110111

Color Harmonies of #C22AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22AEE

Black with #C22AEE

Text Example


Text Example

White with #C22AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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