Html Css Color HEX #C213EB Electric Purple

📋 copy color: '#C213EB'

red 194 ◦ green 19 ◦ blue 235

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

Shades of Electric Purple #C213EB

Tints of Electric Purple #C213EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.46%

R = 43.3%
G = 4.24%
B = 52.46%

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

#C213EB (or 0xC213EB) is known color: Electric Purple. HEX triplet: C2, 13 and EB. RGB value is (194,19,235). Sum of RGB (Red+Green+Blue) = 194+19+235=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 19 (7.81% from 255 or 4.24% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #C213EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C213EB is #3DEC14. Grayscale: #5F5F5F. Windows color (decimal): -4058133 or 15406018. OLE color: 15406018.

HSL color Cylindrical-coordinate representation of color #C213EB: hue angle of 288.61º 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 #C213EB is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 19 235 -
CMYK 0.17 0.92 0 0.08
HSL 288.61º 0.85% 0.5% -
HSV(B) 288.61º 0.92% 0.92% -
XYZ 37.48 17.93 80.08 -
YUV 95.95 206.48 197.94 -
System Red Green Blue C M Y K H S L
Decimal 194 19 235 0.17 0.92 0 0.08 288.61 0.85 0.5
Hex C2 13 EB 11 5C 0 8 121 55 32
Octal 302 23 353 21 134 0 10 441 125 62
Binary 11000010 10011 11101011 10001 1011100 0 1000 100100001 1010101 110010

Color Harmonies of #C213EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C213EB

Black with #C213EB

Text Example


Text Example

White with #C213EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C213EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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