Html Css Color HEX #C221FA Electric Purple

📋 copy color: '#C221FA'

red 194 ◦ green 33 ◦ blue 250

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

Shades of Electric Purple #C221FA

Tints of Electric Purple #C221FA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.92%

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

R = 40.67%
G = 6.92%
B = 52.41%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C221FA (or 0xC221FA) is known color: Electric Purple. HEX triplet: C2, 21 and FA. RGB value is (194,33,250). Sum of RGB (Red+Green+Blue) = 194+33+250=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 33 (13.28% from 255 or 6.92% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #C221FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C221FA is #3DDE05. Grayscale: #696969. Windows color (decimal): -4054534 or 16392642. OLE color: 16392642.

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

Color convert

RGB 194 33 250 -
CMYK 0.22 0.87 0 0.02
HSL 284.52º 0.96% 0.55% -
HSV(B) 284.52º 0.87% 0.98% -
XYZ 40.05 19.46 92.09 -
YUV 105.88 209.34 190.86 -
System Red Green Blue C M Y K H S L
Decimal 194 33 250 0.22 0.87 0 0.02 284.52 0.96 0.55
Hex C2 21 FA 16 57 0 2 11D 60 37
Octal 302 41 372 26 127 0 2 435 140 67
Binary 11000010 100001 11111010 10110 1010111 0 10 100011101 1100000 110111

Color Harmonies of #C221FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C221FA

Black with #C221FA

Text Example


Text Example

White with #C221FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C221FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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