Html Css Color HEX #C20AFA Electric Purple

📋 copy color: '#C20AFA'

red 194 ◦ green 10 ◦ blue 250

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

Shades of Electric Purple #C20AFA

Tints of Electric Purple #C20AFA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.2%

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

R = 42.73%
G = 2.2%
B = 55.07%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C20AFA (or 0xC20AFA) is known color: Electric Purple. HEX triplet: C2, 0A and FA. RGB value is (194,10,250). Sum of RGB (Red+Green+Blue) = 194+10+250=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 10 (4.30% from 255 or 2.20% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #C20AFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20AFA is #3DF505. Grayscale: #5B5B5B. Windows color (decimal): -4060422 or 16386754. OLE color: 16386754.

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

Color convert

RGB 194 10 250 -
CMYK 0.22 0.96 0 0.02
HSL 286º 0.96% 0.51% -
HSV(B) 286º 0.96% 0.98% -
XYZ 39.61 18.59 91.94 -
YUV 92.38 216.96 200.49 -
System Red Green Blue C M Y K H S L
Decimal 194 10 250 0.22 0.96 0 0.02 286 0.96 0.51
Hex C2 A FA 16 60 0 2 11E 60 33
Octal 302 12 372 26 140 0 2 436 140 63
Binary 11000010 1010 11111010 10110 1100000 0 10 100011110 1100000 110011

Color Harmonies of #C20AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20AFA

Black with #C20AFA

Text Example


Text Example

White with #C20AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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