Html Css Color HEX #C213EA Electric Purple

📋 copy color: '#C213EA'

red 194 ◦ green 19 ◦ blue 234

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

Shades of Electric Purple #C213EA

Tints of Electric Purple #C213EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.35%

R = 43.4%
G = 4.25%
B = 52.35%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C213EA (or 0xC213EA) is known color: Electric Purple. HEX triplet: C2, 13 and EA. RGB value is (194,19,234). Sum of RGB (Red+Green+Blue) = 194+19+234=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #C213EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C213EA is #3DEC15. Grayscale: #5F5F5F. Windows color (decimal): -4058134 or 15340482. OLE color: 15340482.

HSL color Cylindrical-coordinate representation of color #C213EA: hue angle of 288.84º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C213EA is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 19 234 -
CMYK 0.17 0.92 0 0.08
HSL 288.84º 0.85% 0.5% -
HSV(B) 288.84º 0.92% 0.92% -
XYZ 37.33 17.88 79.32 -
YUV 95.84 205.98 198.02 -
System Red Green Blue C M Y K H S L
Decimal 194 19 234 0.17 0.92 0 0.08 288.84 0.85 0.5
Hex C2 13 EA 11 5C 0 8 121 55 32
Octal 302 23 352 21 134 0 10 441 125 62
Binary 11000010 10011 11101010 10001 1011100 0 1000 100100001 1010101 110010

Color Harmonies of #C213EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C213EA

Black with #C213EA

Text Example


Text Example

White with #C213EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C213EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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