Html Css Color HEX #C310EB Electric Purple

📋 copy color: '#C310EB'

red 195 ◦ green 16 ◦ blue 235

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

Shades of Electric Purple #C310EB

Tints of Electric Purple #C310EB

RGB

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

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

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

R = 43.72%
G = 3.59%
B = 52.69%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C310EB (or 0xC310EB) is known color: Electric Purple. HEX triplet: C3, 10 and EB. RGB value is (195,16,235). Sum of RGB (Red+Green+Blue) = 195+16+235=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #C310EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C310EB is #3CEF14. Grayscale: #5D5D5D. Windows color (decimal): -3993365 or 15405251. OLE color: 15405251.

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

Color convert

RGB 195 16 235 -
CMYK 0.17 0.93 0 0.08
HSL 289.04º 0.87% 0.49% -
HSV(B) 289.04º 0.93% 0.92% -
XYZ 37.69 17.97 80.08 -
YUV 94.49 207.3 199.69 -
System Red Green Blue C M Y K H S L
Decimal 195 16 235 0.17 0.93 0 0.08 289.04 0.87 0.49
Hex C3 10 EB 11 5D 0 8 121 57 31
Octal 303 20 353 21 135 0 10 441 127 61
Binary 11000011 10000 11101011 10001 1011101 0 1000 100100001 1010111 110001

Color Harmonies of #C310EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C310EB

Black with #C310EB

Text Example


Text Example

White with #C310EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C310EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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