Html Css Color HEX #C328FE Electric Purple

📋 copy color: '#C328FE'

red 195 ◦ green 40 ◦ blue 254

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

Shades of Electric Purple #C328FE

Tints of Electric Purple #C328FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.94%

R = 39.88%
G = 8.18%
B = 51.94%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C328FE (or 0xC328FE) is known color: Electric Purple. HEX triplet: C3, 28 and FE. RGB value is (195,40,254). Sum of RGB (Red+Green+Blue) = 195+40+254=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 40 (16.02% from 255 or 8.18% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #C328FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C328FE is #3CD701. Grayscale: #6E6E6E. Windows color (decimal): -3987202 or 16656579. OLE color: 16656579.

HSL color Cylindrical-coordinate representation of color #C328FE: hue angle of 283.46º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C328FE is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 40 254 -
CMYK 0.23 0.84 0 0.00
HSL 283.46º 0.99% 0.58% -
HSV(B) 283.46º 0.84% 1% -
XYZ 41.15 20.28 95.51 -
YUV 110.74 208.85 188.1 -
System Red Green Blue C M Y K H S L
Decimal 195 40 254 0.23 0.84 0 0.00 283.46 0.99 0.58
Hex C3 28 FE 17 54 0 0 11B 63 3A
Octal 303 50 376 27 124 0 0 433 143 72
Binary 11000011 101000 11111110 10111 1010100 0 0 100011011 1100011 111010

Color Harmonies of #C328FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C328FE

Black with #C328FE

Text Example


Text Example

White with #C328FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C328FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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