Html Css Color HEX #C324EF Electric Purple

📋 copy color: '#C324EF'

red 195 ◦ green 36 ◦ blue 239

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

Shades of Electric Purple #C324EF

Tints of Electric Purple #C324EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.85%

R = 41.49%
G = 7.66%
B = 50.85%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C324EF (or 0xC324EF) is known color: Electric Purple. HEX triplet: C3, 24 and EF. RGB value is (195,36,239). Sum of RGB (Red+Green+Blue) = 195+36+239=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 36 (14.45% from 255 or 7.66% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #C324EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C324EF is #3CDB10. Grayscale: #6A6A6A. Windows color (decimal): -3988241 or 15672515. OLE color: 15672515.

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

Color convert

RGB 195 36 239 -
CMYK 0.18 0.85 0 0.06
HSL 287º 0.86% 0.54% -
HSV(B) 287º 0.85% 0.94% -
XYZ 38.72 19.1 83.31 -
YUV 106.68 202.68 190.99 -
System Red Green Blue C M Y K H S L
Decimal 195 36 239 0.18 0.85 0 0.06 287 0.86 0.54
Hex C3 24 EF 12 55 0 6 11F 56 36
Octal 303 44 357 22 125 0 6 437 126 66
Binary 11000011 100100 11101111 10010 1010101 0 110 100011111 1010110 110110

Color Harmonies of #C324EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C324EF

Black with #C324EF

Text Example


Text Example

White with #C324EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C324EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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