Html Css Color HEX #C321ED Electric Purple

📋 copy color: '#C321ED'

red 195 ◦ green 33 ◦ blue 237

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

Shades of Electric Purple #C321ED

Tints of Electric Purple #C321ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.97%

R = 41.94%
G = 7.1%
B = 50.97%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C321ED (or 0xC321ED) is known color: Electric Purple. HEX triplet: C3, 21 and ED. RGB value is (195,33,237). Sum of RGB (Red+Green+Blue) = 195+33+237=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #C321ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C321ED is #3CDE12. Grayscale: #686868. Windows color (decimal): -3989011 or 15540675. OLE color: 15540675.

HSL color Cylindrical-coordinate representation of color #C321ED: hue angle of 287.65º degrees, saturation: 0.85, 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 #C321ED is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 33 237 -
CMYK 0.18 0.86 0 0.07
HSL 287.65º 0.85% 0.53% -
HSV(B) 287.65º 0.86% 0.93% -
XYZ 38.34 18.8 81.73 -
YUV 104.69 202.67 192.41 -
System Red Green Blue C M Y K H S L
Decimal 195 33 237 0.18 0.86 0 0.07 287.65 0.85 0.53
Hex C3 21 ED 12 56 0 7 120 55 35
Octal 303 41 355 22 126 0 7 440 125 65
Binary 11000011 100001 11101101 10010 1010110 0 111 100100000 1010101 110101

Color Harmonies of #C321ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C321ED

Black with #C321ED

Text Example


Text Example

White with #C321ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C321ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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