Html Css Color HEX #C22EFA Electric Purple

📋 copy color: '#C22EFA'

red 194 ◦ green 46 ◦ blue 250

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

Shades of Electric Purple #C22EFA

Tints of Electric Purple #C22EFA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.39%

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 39.59%
G = 9.39%
B = 51.02%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C22EFA (or 0xC22EFA) is known color: Electric Purple. HEX triplet: C2, 2E and FA. RGB value is (194,46,250). Sum of RGB (Red+Green+Blue) = 194+46+250=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 46 (18.36% from 255 or 9.39% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #C22EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22EFA is #3DD105. Grayscale: #707070. Windows color (decimal): -4051206 or 16395970. OLE color: 16395970.

HSL color Cylindrical-coordinate representation of color #C22EFA: hue angle of 283.53º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22EFA is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 46 250 -
CMYK 0.22 0.82 0 0.02
HSL 283.53º 0.95% 0.58% -
HSV(B) 283.53º 0.82% 0.98% -
XYZ 40.48 20.33 92.23 -
YUV 113.51 205.03 185.41 -
System Red Green Blue C M Y K H S L
Decimal 194 46 250 0.22 0.82 0 0.02 283.53 0.95 0.58
Hex C2 2E FA 16 52 0 2 11C 5F 3A
Octal 302 56 372 26 122 0 2 434 137 72
Binary 11000010 101110 11111010 10110 1010010 0 10 100011100 1011111 111010

Color Harmonies of #C22EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22EFA

Black with #C22EFA

Text Example


Text Example

White with #C22EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22EFA; }

 p { color: rgb(194,46,250); }

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

background-color css

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

 a { background-color: rgb(194,46,250); }

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

border-color css

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

 span { border-color: rgb(194,46,250); }

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