Html Css Color HEX #C328FF Electric Purple

📋 copy color: '#C328FF'

red 195 ◦ green 40 ◦ blue 255

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

Shades of Electric Purple #C328FF

Tints of Electric Purple #C328FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.04%

R = 39.8%
G = 8.16%
B = 52.04%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C328FF (or 0xC328FF) is known color: Electric Purple. HEX triplet: C3, 28 and FF. RGB value is (195,40,255). Sum of RGB (Red+Green+Blue) = 195+40+255=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 40 (16.02% from 255 or 8.16% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #C328FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C328FF is #3CD700. Grayscale: #6E6E6E. Windows color (decimal): -3987201 or 16722115. OLE color: 16722115.

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

Color convert

RGB 195 40 255 -
CMYK 0.24 0.84 0 0
HSL 283.26º 1% 0.58% -
HSV(B) 283.26º 0.84% 1% -
XYZ 41.31 20.34 96.36 -
YUV 110.86 209.35 188.02 -
System Red Green Blue C M Y K H S L
Decimal 195 40 255 0.24 0.84 0 0 283.26 1 0.58
Hex C3 28 FF 18 54 0 0 11B 64 3A
Octal 303 50 377 30 124 0 0 433 144 72
Binary 11000011 101000 11111111 11000 1010100 0 0 100011011 1100100 111010

Color Harmonies of #C328FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C328FF

Black with #C328FF

Text Example


Text Example

White with #C328FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C328FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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