Html Css Color HEX #C210EC Electric Purple

📋 copy color: '#C210EC'

red 194 ◦ green 16 ◦ blue 236

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

Shades of Electric Purple #C210EC

Tints of Electric Purple #C210EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.59%

 BLUE value IS 236 (92.58% from 255) = 52.91%

R = 43.5%
G = 3.59%
B = 52.91%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C210EC (or 0xC210EC) is known color: Electric Purple. HEX triplet: C2, 10 and EC. RGB value is (194,16,236). Sum of RGB (Red+Green+Blue) = 194+16+236=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #C210EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C210EC is #3DEF13. Grayscale: #5D5D5D. Windows color (decimal): -4058900 or 15470786. OLE color: 15470786.

HSL color Cylindrical-coordinate representation of color #C210EC: hue angle of 288.55º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C210EC is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 16 236 -
CMYK 0.18 0.93 0 0.07
HSL 288.55º 0.87% 0.49% -
HSV(B) 288.55º 0.93% 0.93% -
XYZ 37.57 17.9 80.83 -
YUV 94.3 207.97 199.11 -
System Red Green Blue C M Y K H S L
Decimal 194 16 236 0.18 0.93 0 0.07 288.55 0.87 0.49
Hex C2 10 EC 12 5D 0 7 121 57 31
Octal 302 20 354 22 135 0 7 441 127 61
Binary 11000010 10000 11101100 10010 1011101 0 111 100100001 1010111 110001

Color Harmonies of #C210EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C210EC

Black with #C210EC

Text Example


Text Example

White with #C210EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C210EC; }

 p { color: rgb(194,16,236); }

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

background-color css

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

 a { background-color: rgb(194,16,236); }

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

border-color css

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

 span { border-color: rgb(194,16,236); }

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