Html Css Color HEX #C328ED Electric Purple

📋 copy color: '#C328ED'

red 195 ◦ green 40 ◦ blue 237

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

Shades of Electric Purple #C328ED

Tints of Electric Purple #C328ED

RGB

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

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

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

R = 41.31%
G = 8.47%
B = 50.21%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C328ED (or 0xC328ED) is known color: Electric Purple. HEX triplet: C3, 28 and ED. RGB value is (195,40,237). Sum of RGB (Red+Green+Blue) = 195+40+237=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 40 (16.02% from 255 or 8.47% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #C328ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C328ED is #3CD712. Grayscale: #6C6C6C. Windows color (decimal): -3987219 or 15542467. OLE color: 15542467.

HSL color Cylindrical-coordinate representation of color #C328ED: hue angle of 287.21º degrees, saturation: 0.85, 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 #C328ED is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 40 237 -
CMYK 0.18 0.83 0 0.07
HSL 287.21º 0.85% 0.54% -
HSV(B) 287.21º 0.83% 0.93% -
XYZ 38.55 19.23 81.8 -
YUV 108.8 200.35 189.48 -
System Red Green Blue C M Y K H S L
Decimal 195 40 237 0.18 0.83 0 0.07 287.21 0.85 0.54
Hex C3 28 ED 12 53 0 7 11F 55 36
Octal 303 50 355 22 123 0 7 437 125 66
Binary 11000011 101000 11101101 10010 1010011 0 111 100011111 1010101 110110

Color Harmonies of #C328ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C328ED

Black with #C328ED

Text Example


Text Example

White with #C328ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C328ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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