Html Css Color HEX #C326FB Electric Purple

📋 copy color: '#C326FB'

red 195 ◦ green 38 ◦ blue 251

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

Shades of Electric Purple #C326FB

Tints of Electric Purple #C326FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.86%

R = 40.29%
G = 7.85%
B = 51.86%

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

#C326FB (or 0xC326FB) is known color: Electric Purple. HEX triplet: C3, 26 and FB. RGB value is (195,38,251). Sum of RGB (Red+Green+Blue) = 195+38+251=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 38 (15.23% from 255 or 7.85% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #C326FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C326FB is #3CD904. Grayscale: #6C6C6C. Windows color (decimal): -3987717 or 16459459. OLE color: 16459459.

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

Color convert

RGB 195 38 251 -
CMYK 0.22 0.85 0 0.02
HSL 284.23º 0.96% 0.57% -
HSV(B) 284.23º 0.85% 0.98% -
XYZ 40.61 19.95 92.98 -
YUV 109.23 208.01 189.18 -
System Red Green Blue C M Y K H S L
Decimal 195 38 251 0.22 0.85 0 0.02 284.23 0.96 0.57
Hex C3 26 FB 16 55 0 2 11C 60 39
Octal 303 46 373 26 125 0 2 434 140 71
Binary 11000011 100110 11111011 10110 1010101 0 10 100011100 1100000 111001

Color Harmonies of #C326FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C326FB

Black with #C326FB

Text Example


Text Example

White with #C326FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C326FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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