Html Css Color HEX #C321EC Electric Purple

📋 copy color: '#C321EC'

red 195 ◦ green 33 ◦ blue 236

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

Shades of Electric Purple #C321EC

Tints of Electric Purple #C321EC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.11%

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 42.03%
G = 7.11%
B = 50.86%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C321EC (or 0xC321EC) is known color: Electric Purple. HEX triplet: C3, 21 and EC. RGB value is (195,33,236). Sum of RGB (Red+Green+Blue) = 195+33+236=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #C321EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C321EC is #3CDE13. Grayscale: #676767. Windows color (decimal): -3989012 or 15475139. OLE color: 15475139.

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

Color convert

RGB 195 33 236 -
CMYK 0.17 0.86 0 0.07
HSL 287.88º 0.84% 0.53% -
HSV(B) 287.88º 0.86% 0.93% -
XYZ 38.19 18.75 80.96 -
YUV 104.58 202.17 192.49 -
System Red Green Blue C M Y K H S L
Decimal 195 33 236 0.17 0.86 0 0.07 287.88 0.84 0.53
Hex C3 21 EC 11 56 0 7 120 54 35
Octal 303 41 354 21 126 0 7 440 124 65
Binary 11000011 100001 11101100 10001 1010110 0 111 100100000 1010100 110101

Color Harmonies of #C321EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C321EC

Black with #C321EC

Text Example


Text Example

White with #C321EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C321EC; }

 p { color: rgb(195,33,236); }

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

background-color css

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

 a { background-color: rgb(195,33,236); }

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

border-color css

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

 span { border-color: rgb(195,33,236); }

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