Html Css Color HEX #C328FA Electric Purple

📋 copy color: '#C328FA'

red 195 ◦ green 40 ◦ blue 250

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

Shades of Electric Purple #C328FA

Tints of Electric Purple #C328FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.55%

R = 40.21%
G = 8.25%
B = 51.55%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C328FA (or 0xC328FA) is known color: Electric Purple. HEX triplet: C3, 28 and FA. RGB value is (195,40,250). Sum of RGB (Red+Green+Blue) = 195+40+250=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 40 (16.02% from 255 or 8.25% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #C328FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C328FA is #3CD705. Grayscale: #6D6D6D. Windows color (decimal): -3987206 or 16394435. OLE color: 16394435.

HSL color Cylindrical-coordinate representation of color #C328FA: hue angle of 284.29º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C328FA is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 40 250 -
CMYK 0.22 0.84 0 0.02
HSL 284.29º 0.95% 0.57% -
HSV(B) 284.29º 0.84% 0.98% -
XYZ 40.52 20.02 92.17 -
YUV 110.29 206.85 188.42 -
System Red Green Blue C M Y K H S L
Decimal 195 40 250 0.22 0.84 0 0.02 284.29 0.95 0.57
Hex C3 28 FA 16 54 0 2 11C 5F 39
Octal 303 50 372 26 124 0 2 434 137 71
Binary 11000011 101000 11111010 10110 1010100 0 10 100011100 1011111 111001

Color Harmonies of #C328FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C328FA

Black with #C328FA

Text Example


Text Example

White with #C328FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C328FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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