Html Css Color HEX #C324EC Electric Purple

📋 copy color: '#C324EC'

red 195 ◦ green 36 ◦ blue 236

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

Shades of Electric Purple #C324EC

Tints of Electric Purple #C324EC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.71%

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

R = 41.76%
G = 7.71%
B = 50.54%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C324EC (or 0xC324EC) is known color: Electric Purple. HEX triplet: C3, 24 and EC. RGB value is (195,36,236). Sum of RGB (Red+Green+Blue) = 195+36+236=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 36 (14.45% from 255 or 7.71% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #C324EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C324EC is #3CDB13. Grayscale: #696969. Windows color (decimal): -3988244 or 15475907. OLE color: 15475907.

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

Color convert

RGB 195 36 236 -
CMYK 0.17 0.85 0 0.07
HSL 287.7º 0.84% 0.53% -
HSV(B) 287.7º 0.85% 0.93% -
XYZ 38.28 18.92 80.99 -
YUV 106.34 201.18 191.24 -
System Red Green Blue C M Y K H S L
Decimal 195 36 236 0.17 0.85 0 0.07 287.7 0.84 0.53
Hex C3 24 EC 11 55 0 7 120 54 35
Octal 303 44 354 21 125 0 7 440 124 65
Binary 11000011 100100 11101100 10001 1010101 0 111 100100000 1010100 110101

Color Harmonies of #C324EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C324EC

Black with #C324EC

Text Example


Text Example

White with #C324EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C324EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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