Html Css Color HEX #C326EF Electric Purple

📋 copy color: '#C326EF'

red 195 ◦ green 38 ◦ blue 239

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

Shades of Electric Purple #C326EF

Tints of Electric Purple #C326EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 41.31%
G = 8.05%
B = 50.64%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C326EF (or 0xC326EF) is known color: Electric Purple. HEX triplet: C3, 26 and EF. RGB value is (195,38,239). Sum of RGB (Red+Green+Blue) = 195+38+239=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #C326EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C326EF is #3CD910. Grayscale: #6B6B6B. Windows color (decimal): -3987729 or 15673027. OLE color: 15673027.

HSL color Cylindrical-coordinate representation of color #C326EF: hue angle of 286.87º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C326EF is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 38 239 -
CMYK 0.18 0.84 0 0.06
HSL 286.87º 0.86% 0.54% -
HSV(B) 286.87º 0.84% 0.94% -
XYZ 38.78 19.22 83.33 -
YUV 107.86 202.01 190.16 -
System Red Green Blue C M Y K H S L
Decimal 195 38 239 0.18 0.84 0 0.06 286.87 0.86 0.54
Hex C3 26 EF 12 54 0 6 11F 56 36
Octal 303 46 357 22 124 0 6 437 126 66
Binary 11000011 100110 11101111 10010 1010100 0 110 100011111 1010110 110110

Color Harmonies of #C326EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C326EF

Black with #C326EF

Text Example


Text Example

White with #C326EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C326EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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