Html Css Color HEX #C326FC Electric Purple

📋 copy color: '#C326FC'

red 195 ◦ green 38 ◦ blue 252

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

Shades of Electric Purple #C326FC

Tints of Electric Purple #C326FC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.84%

 BLUE value IS 252 (98.83% from 255) = 51.96%

R = 40.21%
G = 7.84%
B = 51.96%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C326FC (or 0xC326FC) is known color: Electric Purple. HEX triplet: C3, 26 and FC. RGB value is (195,38,252). Sum of RGB (Red+Green+Blue) = 195+38+252=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 38 (15.23% from 255 or 7.84% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #C326FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C326FC is #3CD903. Grayscale: #6C6C6C. Windows color (decimal): -3987716 or 16524995. OLE color: 16524995.

HSL color Cylindrical-coordinate representation of color #C326FC: hue angle of 284.02º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C326FC is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 38 252 -
CMYK 0.23 0.85 0 0.01
HSL 284.02º 0.97% 0.57% -
HSV(B) 284.02º 0.85% 0.99% -
XYZ 40.77 20.02 93.81 -
YUV 109.34 208.51 189.1 -
System Red Green Blue C M Y K H S L
Decimal 195 38 252 0.23 0.85 0 0.01 284.02 0.97 0.57
Hex C3 26 FC 17 55 0 1 11C 61 39
Octal 303 46 374 27 125 0 1 434 141 71
Binary 11000011 100110 11111100 10111 1010101 0 1 100011100 1100001 111001

Color Harmonies of #C326FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C326FC

Black with #C326FC

Text Example


Text Example

White with #C326FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C326FC; }

 p { color: rgb(195,38,252); }

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

background-color css

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

 a { background-color: rgb(195,38,252); }

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

border-color css

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

 span { border-color: rgb(195,38,252); }

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