Html Css Color HEX #C324FE Electric Purple

📋 copy color: '#C324FE'

red 195 ◦ green 36 ◦ blue 254

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

Shades of Electric Purple #C324FE

Tints of Electric Purple #C324FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.37%

R = 40.21%
G = 7.42%
B = 52.37%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C324FE (or 0xC324FE) is known color: Electric Purple. HEX triplet: C3, 24 and FE. RGB value is (195,36,254). Sum of RGB (Red+Green+Blue) = 195+36+254=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 36 (14.45% from 255 or 7.42% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #C324FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C324FE is #3CDB01. Grayscale: #6B6B6B. Windows color (decimal): -3988226 or 16655555. OLE color: 16655555.

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

Color convert

RGB 195 36 254 -
CMYK 0.23 0.86 0 0.00
HSL 283.76º 0.99% 0.57% -
HSV(B) 283.76º 0.86% 1% -
XYZ 41.03 20.02 95.47 -
YUV 108.39 210.18 189.77 -
System Red Green Blue C M Y K H S L
Decimal 195 36 254 0.23 0.86 0 0.00 283.76 0.99 0.57
Hex C3 24 FE 17 56 0 0 11C 63 39
Octal 303 44 376 27 126 0 0 434 143 71
Binary 11000011 100100 11111110 10111 1010110 0 0 100011100 1100011 111001

Color Harmonies of #C324FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C324FE

Black with #C324FE

Text Example


Text Example

White with #C324FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C324FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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