Html Css Color HEX #C324FF Electric Purple

📋 copy color: '#C324FF'

red 195 ◦ green 36 ◦ blue 255

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

Shades of Electric Purple #C324FF

Tints of Electric Purple #C324FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.47%

R = 40.12%
G = 7.41%
B = 52.47%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C324FF (or 0xC324FF) is known color: Electric Purple. HEX triplet: C3, 24 and FF. RGB value is (195,36,255). Sum of RGB (Red+Green+Blue) = 195+36+255=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 36 (14.45% from 255 or 7.41% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #C324FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C324FF is #3CDB00. Grayscale: #6B6B6B. Windows color (decimal): -3988225 or 16721091. OLE color: 16721091.

HSL color Cylindrical-coordinate representation of color #C324FF: hue angle of 283.56º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C324FF is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 36 255 -
CMYK 0.24 0.86 0 0
HSL 283.56º 1% 0.57% -
HSV(B) 283.56º 0.86% 1% -
XYZ 41.19 20.08 96.31 -
YUV 108.51 210.68 189.69 -
System Red Green Blue C M Y K H S L
Decimal 195 36 255 0.24 0.86 0 0 283.56 1 0.57
Hex C3 24 FF 18 56 0 0 11C 64 39
Octal 303 44 377 30 126 0 0 434 144 71
Binary 11000011 100100 11111111 11000 1010110 0 0 100011100 1100100 111001

Color Harmonies of #C324FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C324FF

Black with #C324FF

Text Example


Text Example

White with #C324FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C324FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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