Html Css Color HEX #C324FC Electric Purple

📋 copy color: '#C324FC'

red 195 ◦ green 36 ◦ blue 252

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

Shades of Electric Purple #C324FC

Tints of Electric Purple #C324FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.17%

R = 40.37%
G = 7.45%
B = 52.17%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C324FC (or 0xC324FC) is known color: Electric Purple. HEX triplet: C3, 24 and FC. RGB value is (195,36,252). Sum of RGB (Red+Green+Blue) = 195+36+252=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 36 (14.45% from 255 or 7.45% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #C324FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C324FC is #3CDB03. Grayscale: #6B6B6B. Windows color (decimal): -3988228 or 16524483. OLE color: 16524483.

HSL color Cylindrical-coordinate representation of color #C324FC: hue angle of 284.17º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C324FC is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 36 252 -
CMYK 0.23 0.86 0 0.01
HSL 284.17º 0.97% 0.56% -
HSV(B) 284.17º 0.86% 0.99% -
XYZ 40.71 19.89 93.79 -
YUV 108.17 209.18 189.94 -
System Red Green Blue C M Y K H S L
Decimal 195 36 252 0.23 0.86 0 0.01 284.17 0.97 0.56
Hex C3 24 FC 17 56 0 1 11C 61 38
Octal 303 44 374 27 126 0 1 434 141 70
Binary 11000011 100100 11111100 10111 1010110 0 1 100011100 1100001 111000

Color Harmonies of #C324FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C324FC

Black with #C324FC

Text Example


Text Example

White with #C324FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C324FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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