Html Css Color HEX #C310ED Electric Purple

📋 copy color: '#C310ED'

red 195 ◦ green 16 ◦ blue 237

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

Shades of Electric Purple #C310ED

Tints of Electric Purple #C310ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.9%

R = 43.53%
G = 3.57%
B = 52.9%

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

#C310ED (or 0xC310ED) is known color: Electric Purple. HEX triplet: C3, 10 and ED. RGB value is (195,16,237). Sum of RGB (Red+Green+Blue) = 195+16+237=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 16 (6.64% from 255 or 3.57% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #C310ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C310ED is #3CEF12. Grayscale: #5E5E5E. Windows color (decimal): -3993363 or 15536323. OLE color: 15536323.

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

Color convert

RGB 195 16 237 -
CMYK 0.18 0.93 0 0.07
HSL 288.6º 0.87% 0.5% -
HSV(B) 288.6º 0.93% 0.93% -
XYZ 37.98 18.09 81.61 -
YUV 94.72 208.3 199.53 -
System Red Green Blue C M Y K H S L
Decimal 195 16 237 0.18 0.93 0 0.07 288.6 0.87 0.5
Hex C3 10 ED 12 5D 0 7 121 57 32
Octal 303 20 355 22 135 0 7 441 127 62
Binary 11000011 10000 11101101 10010 1011101 0 111 100100001 1010111 110010

Color Harmonies of #C310ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C310ED

Black with #C310ED

Text Example


Text Example

White with #C310ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C310ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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