Html Css Color HEX #C328EC Electric Purple

📋 copy color: '#C328EC'

red 195 ◦ green 40 ◦ blue 236

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

Shades of Electric Purple #C328EC

Tints of Electric Purple #C328EC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.49%

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

R = 41.4%
G = 8.49%
B = 50.11%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C328EC (or 0xC328EC) is known color: Electric Purple. HEX triplet: C3, 28 and EC. RGB value is (195,40,236). Sum of RGB (Red+Green+Blue) = 195+40+236=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 40 (16.02% from 255 or 8.49% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #C328EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C328EC is #3CD713. Grayscale: #6C6C6C. Windows color (decimal): -3987220 or 15476931. OLE color: 15476931.

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

Color convert

RGB 195 40 236 -
CMYK 0.17 0.83 0 0.07
HSL 287.45º 0.84% 0.54% -
HSV(B) 287.45º 0.83% 0.93% -
XYZ 38.4 19.18 81.03 -
YUV 108.69 199.85 189.56 -
System Red Green Blue C M Y K H S L
Decimal 195 40 236 0.17 0.83 0 0.07 287.45 0.84 0.54
Hex C3 28 EC 11 53 0 7 11F 54 36
Octal 303 50 354 21 123 0 7 437 124 66
Binary 11000011 101000 11101100 10001 1010011 0 111 100011111 1010100 110110

Color Harmonies of #C328EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C328EC

Black with #C328EC

Text Example


Text Example

White with #C328EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C328EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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