Html Css Color HEX #C313E5 Electric Purple

📋 copy color: '#C313E5'

red 195 ◦ green 19 ◦ blue 229

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

Shades of Electric Purple #C313E5

Tints of Electric Purple #C313E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 51.69%

R = 44.02%
G = 4.29%
B = 51.69%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C313E5 (or 0xC313E5) is known color: Electric Purple. HEX triplet: C3, 13 and E5. RGB value is (195,19,229). Sum of RGB (Red+Green+Blue) = 195+19+229=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 19 (7.81% from 255 or 4.29% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #C313E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313E5 is #3CEC1A. Grayscale: #5E5E5E. Windows color (decimal): -3992603 or 15012803. OLE color: 15012803.

HSL color Cylindrical-coordinate representation of color #C313E5: hue angle of 290.29º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C313E5 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 195 19 229 -
CMYK 0.15 0.92 0 0.10
HSL 290.29º 0.85% 0.49% -
HSV(B) 290.29º 0.92% 0.9% -
XYZ 36.88 17.72 75.61 -
YUV 95.56 203.31 198.92 -
System Red Green Blue C M Y K H S L
Decimal 195 19 229 0.15 0.92 0 0.10 290.29 0.85 0.49
Hex C3 13 E5 F 5C 0 A 122 55 31
Octal 303 23 345 17 134 0 12 442 125 61
Binary 11000011 10011 11100101 1111 1011100 0 1010 100100010 1010101 110001

Color Harmonies of #C313E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C313E5

Black with #C313E5

Text Example


Text Example

White with #C313E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C313E5; }

 p { color: rgb(195,19,229); }

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

background-color css

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

 a { background-color: rgb(195,19,229); }

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

border-color css

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

 span { border-color: rgb(195,19,229); }

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