Html Css Color HEX #C326FE Electric Purple

📋 copy color: '#C326FE'

red 195 ◦ green 38 ◦ blue 254

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

Shades of Electric Purple #C326FE

Tints of Electric Purple #C326FE

RGB

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

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

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

R = 40.04%
G = 7.8%
B = 52.16%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C326FE (or 0xC326FE) is known color: Electric Purple. HEX triplet: C3, 26 and FE. RGB value is (195,38,254). Sum of RGB (Red+Green+Blue) = 195+38+254=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 38 (15.23% from 255 or 7.80% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #C326FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C326FE is #3CD901. Grayscale: #6C6C6C. Windows color (decimal): -3987714 or 16656067. OLE color: 16656067.

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

Color convert

RGB 195 38 254 -
CMYK 0.23 0.85 0 0.00
HSL 283.61º 0.99% 0.57% -
HSV(B) 283.61º 0.85% 1% -
XYZ 41.09 20.14 95.49 -
YUV 109.57 209.51 188.94 -
System Red Green Blue C M Y K H S L
Decimal 195 38 254 0.23 0.85 0 0.00 283.61 0.99 0.57
Hex C3 26 FE 17 55 0 0 11C 63 39
Octal 303 46 376 27 125 0 0 434 143 71
Binary 11000011 100110 11111110 10111 1010101 0 0 100011100 1100011 111001

Color Harmonies of #C326FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C326FE

Black with #C326FE

Text Example


Text Example

White with #C326FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C326FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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