Html Css Color HEX #C213FA Electric Purple

📋 copy color: '#C213FA'

red 194 ◦ green 19 ◦ blue 250

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

Shades of Electric Purple #C213FA

Tints of Electric Purple #C213FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.1%

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

R = 41.9%
G = 4.1%
B = 54%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C213FA (or 0xC213FA) is known color: Electric Purple. HEX triplet: C2, 13 and FA. RGB value is (194,19,250). Sum of RGB (Red+Green+Blue) = 194+19+250=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 19 (7.81% from 255 or 4.10% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #C213FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C213FA is #3DEC05. Grayscale: #606060. Windows color (decimal): -4058118 or 16389058. OLE color: 16389058.

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

Color convert

RGB 194 19 250 -
CMYK 0.22 0.92 0 0.02
HSL 285.45º 0.96% 0.53% -
HSV(B) 285.45º 0.92% 0.98% -
XYZ 39.74 18.84 91.98 -
YUV 97.66 213.98 196.72 -
System Red Green Blue C M Y K H S L
Decimal 194 19 250 0.22 0.92 0 0.02 285.45 0.96 0.53
Hex C2 13 FA 16 5C 0 2 11D 60 35
Octal 302 23 372 26 134 0 2 435 140 65
Binary 11000010 10011 11111010 10110 1011100 0 10 100011101 1100000 110101

Color Harmonies of #C213FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C213FA

Black with #C213FA

Text Example


Text Example

White with #C213FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C213FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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