Html Css Color HEX #C325EC Electric Purple

📋 copy color: '#C325EC'

red 195 ◦ green 37 ◦ blue 236

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

Shades of Electric Purple #C325EC

Tints of Electric Purple #C325EC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.91%

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

R = 41.67%
G = 7.91%
B = 50.43%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C325EC (or 0xC325EC) is known color: Electric Purple. HEX triplet: C3, 25 and EC. RGB value is (195,37,236). Sum of RGB (Red+Green+Blue) = 195+37+236=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #C325EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C325EC is #3CDA13. Grayscale: #6A6A6A. Windows color (decimal): -3987988 or 15476163. OLE color: 15476163.

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

Color convert

RGB 195 37 236 -
CMYK 0.17 0.84 0 0.07
HSL 287.64º 0.84% 0.54% -
HSV(B) 287.64º 0.84% 0.93% -
XYZ 38.31 18.98 81 -
YUV 106.93 200.85 190.82 -
System Red Green Blue C M Y K H S L
Decimal 195 37 236 0.17 0.84 0 0.07 287.64 0.84 0.54
Hex C3 25 EC 11 54 0 7 120 54 36
Octal 303 45 354 21 124 0 7 440 124 66
Binary 11000011 100101 11101100 10001 1010100 0 111 100100000 1010100 110110

Color Harmonies of #C325EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C325EC

Black with #C325EC

Text Example


Text Example

White with #C325EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C325EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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