Html Css Color HEX #C321EA Electric Purple

📋 copy color: '#C321EA'

red 195 ◦ green 33 ◦ blue 234

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

Shades of Electric Purple #C321EA

Tints of Electric Purple #C321EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.65%

R = 42.21%
G = 7.14%
B = 50.65%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C321EA (or 0xC321EA) is known color: Electric Purple. HEX triplet: C3, 21 and EA. RGB value is (195,33,234). Sum of RGB (Red+Green+Blue) = 195+33+234=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #C321EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C321EA is #3CDE15. Grayscale: #676767. Windows color (decimal): -3989014 or 15344067. OLE color: 15344067.

HSL color Cylindrical-coordinate representation of color #C321EA: hue angle of 288.36º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C321EA is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 33 234 -
CMYK 0.17 0.86 0 0.08
HSL 288.36º 0.83% 0.52% -
HSV(B) 288.36º 0.86% 0.92% -
XYZ 37.9 18.63 79.44 -
YUV 104.35 201.17 192.66 -
System Red Green Blue C M Y K H S L
Decimal 195 33 234 0.17 0.86 0 0.08 288.36 0.83 0.52
Hex C3 21 EA 11 56 0 8 120 53 34
Octal 303 41 352 21 126 0 10 440 123 64
Binary 11000011 100001 11101010 10001 1010110 0 1000 100100000 1010011 110100

Color Harmonies of #C321EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C321EA

Black with #C321EA

Text Example


Text Example

White with #C321EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C321EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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