Html Css Color HEX #C326EE Electric Purple

📋 copy color: '#C326EE'

red 195 ◦ green 38 ◦ blue 238

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

Shades of Electric Purple #C326EE

Tints of Electric Purple #C326EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.53%

R = 41.4%
G = 8.07%
B = 50.53%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C326EE (or 0xC326EE) is known color: Electric Purple. HEX triplet: C3, 26 and EE. RGB value is (195,38,238). Sum of RGB (Red+Green+Blue) = 195+38+238=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 38 (15.23% from 255 or 8.07% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #C326EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C326EE is #3CD911. Grayscale: #6B6B6B. Windows color (decimal): -3987730 or 15607491. OLE color: 15607491.

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

Color convert

RGB 195 38 238 -
CMYK 0.18 0.84 0 0.07
HSL 287.1º 0.85% 0.54% -
HSV(B) 287.1º 0.84% 0.93% -
XYZ 38.63 19.16 82.55 -
YUV 107.74 201.51 190.24 -
System Red Green Blue C M Y K H S L
Decimal 195 38 238 0.18 0.84 0 0.07 287.1 0.85 0.54
Hex C3 26 EE 12 54 0 7 11F 55 36
Octal 303 46 356 22 124 0 7 437 125 66
Binary 11000011 100110 11101110 10010 1010100 0 111 100011111 1010101 110110

Color Harmonies of #C326EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C326EE

Black with #C326EE

Text Example


Text Example

White with #C326EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C326EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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