Html Css Color HEX #C310EC Electric Purple

📋 copy color: '#C310EC'

red 195 ◦ green 16 ◦ blue 236

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

Shades of Electric Purple #C310EC

Tints of Electric Purple #C310EC

RGB

 RED value IS 195 (76.56% from 255) = 43.62%

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

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

R = 43.62%
G = 3.58%
B = 52.8%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C310EC (or 0xC310EC) is known color: Electric Purple. HEX triplet: C3, 10 and EC. RGB value is (195,16,236). Sum of RGB (Red+Green+Blue) = 195+16+236=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #C310EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C310EC is #3CEF13. Grayscale: #5D5D5D. Windows color (decimal): -3993364 or 15470787. OLE color: 15470787.

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

Color convert

RGB 195 16 236 -
CMYK 0.17 0.93 0 0.07
HSL 288.82º 0.87% 0.49% -
HSV(B) 288.82º 0.93% 0.93% -
XYZ 37.83 18.03 80.84 -
YUV 94.6 207.8 199.61 -
System Red Green Blue C M Y K H S L
Decimal 195 16 236 0.17 0.93 0 0.07 288.82 0.87 0.49
Hex C3 10 EC 11 5D 0 7 121 57 31
Octal 303 20 354 21 135 0 7 441 127 61
Binary 11000011 10000 11101100 10001 1011101 0 111 100100001 1010111 110001

Color Harmonies of #C310EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C310EC

Black with #C310EC

Text Example


Text Example

White with #C310EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C310EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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