Html Css Color HEX #C220FA Electric Purple

📋 copy color: '#C220FA'

red 194 ◦ green 32 ◦ blue 250

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

Shades of Electric Purple #C220FA

Tints of Electric Purple #C220FA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.72%

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

R = 40.76%
G = 6.72%
B = 52.52%

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

#C220FA (or 0xC220FA) is known color: Electric Purple. HEX triplet: C2, 20 and FA. RGB value is (194,32,250). Sum of RGB (Red+Green+Blue) = 194+32+250=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 32 (12.89% from 255 or 6.72% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #C220FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C220FA is #3DDF05. Grayscale: #686868. Windows color (decimal): -4054790 or 16392386. OLE color: 16392386.

HSL color Cylindrical-coordinate representation of color #C220FA: hue angle of 284.59º 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 #C220FA is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 32 250 -
CMYK 0.22 0.87 0 0.02
HSL 284.59º 0.96% 0.55% -
HSV(B) 284.59º 0.87% 0.98% -
XYZ 40.02 19.4 92.08 -
YUV 105.29 209.67 191.27 -
System Red Green Blue C M Y K H S L
Decimal 194 32 250 0.22 0.87 0 0.02 284.59 0.96 0.55
Hex C2 20 FA 16 57 0 2 11D 60 37
Octal 302 40 372 26 127 0 2 435 140 67
Binary 11000010 100000 11111010 10110 1010111 0 10 100011101 1100000 110111

Color Harmonies of #C220FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220FA

Black with #C220FA

Text Example


Text Example

White with #C220FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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