Html Css Color HEX #C326FA Electric Purple

📋 copy color: '#C326FA'

red 195 ◦ green 38 ◦ blue 250

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

Shades of Electric Purple #C326FA

Tints of Electric Purple #C326FA

RGB

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

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

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

R = 40.37%
G = 7.87%
B = 51.76%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C326FA (or 0xC326FA) is known color: Electric Purple. HEX triplet: C3, 26 and FA. RGB value is (195,38,250). Sum of RGB (Red+Green+Blue) = 195+38+250=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 38 (15.23% from 255 or 7.87% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #C326FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C326FA is #3CD905. Grayscale: #6C6C6C. Windows color (decimal): -3987718 or 16393923. OLE color: 16393923.

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

Color convert

RGB 195 38 250 -
CMYK 0.22 0.85 0 0.02
HSL 284.43º 0.95% 0.56% -
HSV(B) 284.43º 0.85% 0.98% -
XYZ 40.45 19.89 92.15 -
YUV 109.11 207.51 189.26 -
System Red Green Blue C M Y K H S L
Decimal 195 38 250 0.22 0.85 0 0.02 284.43 0.95 0.56
Hex C3 26 FA 16 55 0 2 11C 5F 38
Octal 303 46 372 26 125 0 2 434 137 70
Binary 11000011 100110 11111010 10110 1010101 0 10 100011100 1011111 111000

Color Harmonies of #C326FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C326FA

Black with #C326FA

Text Example


Text Example

White with #C326FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C326FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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