Html Css Color HEX #C324FD Electric Purple

📋 copy color: '#C324FD'

red 195 ◦ green 36 ◦ blue 253

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

Shades of Electric Purple #C324FD

Tints of Electric Purple #C324FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.27%

R = 40.29%
G = 7.44%
B = 52.27%

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

#C324FD (or 0xC324FD) is known color: Electric Purple. HEX triplet: C3, 24 and FD. RGB value is (195,36,253). Sum of RGB (Red+Green+Blue) = 195+36+253=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 36 (14.45% from 255 or 7.44% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #C324FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C324FD is #3CDB02. Grayscale: #6B6B6B. Windows color (decimal): -3988227 or 16590019. OLE color: 16590019.

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

Color convert

RGB 195 36 253 -
CMYK 0.23 0.86 0 0.01
HSL 283.96º 0.98% 0.57% -
HSV(B) 283.96º 0.86% 0.99% -
XYZ 40.87 19.96 94.63 -
YUV 108.28 209.68 189.86 -
System Red Green Blue C M Y K H S L
Decimal 195 36 253 0.23 0.86 0 0.01 283.96 0.98 0.57
Hex C3 24 FD 17 56 0 1 11C 62 39
Octal 303 44 375 27 126 0 1 434 142 71
Binary 11000011 100100 11111101 10111 1010110 0 1 100011100 1100010 111001

Color Harmonies of #C324FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C324FD

Black with #C324FD

Text Example


Text Example

White with #C324FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C324FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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