Html Css Color HEX #C326F7 Electric Purple

📋 copy color: '#C326F7'

red 195 ◦ green 38 ◦ blue 247

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

Shades of Electric Purple #C326F7

Tints of Electric Purple #C326F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.46%

R = 40.63%
G = 7.92%
B = 51.46%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C326F7 (or 0xC326F7) is known color: Electric Purple. HEX triplet: C3, 26 and F7. RGB value is (195,38,247). Sum of RGB (Red+Green+Blue) = 195+38+247=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 38 (15.23% from 255 or 7.92% from 480); Blue value is 247 (96.88% from 255 or 51.46% from 480); Max value from RGB is 247 - color contains mainly: blue. Hex color #C326F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C326F7 is #3CD908. Grayscale: #6C6C6C. Windows color (decimal): -3987721 or 16197315. OLE color: 16197315.

HSL color Cylindrical-coordinate representation of color #C326F7: hue angle of 285.07º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C326F7 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 195 38 247 -
CMYK 0.21 0.85 0 0.03
HSL 285.07º 0.93% 0.56% -
HSV(B) 285.07º 0.85% 0.97% -
XYZ 39.99 19.7 89.69 -
YUV 108.77 206.01 189.51 -
System Red Green Blue C M Y K H S L
Decimal 195 38 247 0.21 0.85 0 0.03 285.07 0.93 0.56
Hex C3 26 F7 15 55 0 3 11D 5D 38
Octal 303 46 367 25 125 0 3 435 135 70
Binary 11000011 100110 11110111 10101 1010101 0 11 100011101 1011101 111000

Color Harmonies of #C326F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C326F7

Black with #C326F7

Text Example


Text Example

White with #C326F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C326F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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