Html Css Color HEX #C325FC Electric Purple

📋 copy color: '#C325FC'

red 195 ◦ green 37 ◦ blue 252

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

Shades of Electric Purple #C325FC

Tints of Electric Purple #C325FC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.64%

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

R = 40.29%
G = 7.64%
B = 52.07%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C325FC (or 0xC325FC) is known color: Electric Purple. HEX triplet: C3, 25 and FC. RGB value is (195,37,252). Sum of RGB (Red+Green+Blue) = 195+37+252=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 37 (14.84% from 255 or 7.64% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #C325FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C325FC is #3CDA03. Grayscale: #6C6C6C. Windows color (decimal): -3987972 or 16524739. OLE color: 16524739.

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

Color convert

RGB 195 37 252 -
CMYK 0.23 0.85 0 0.01
HSL 284.09º 0.97% 0.57% -
HSV(B) 284.09º 0.85% 0.99% -
XYZ 40.74 19.95 93.8 -
YUV 108.75 208.85 189.52 -
System Red Green Blue C M Y K H S L
Decimal 195 37 252 0.23 0.85 0 0.01 284.09 0.97 0.57
Hex C3 25 FC 17 55 0 1 11C 61 39
Octal 303 45 374 27 125 0 1 434 141 71
Binary 11000011 100101 11111100 10111 1010101 0 1 100011100 1100001 111001

Color Harmonies of #C325FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C325FC

Black with #C325FC

Text Example


Text Example

White with #C325FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C325FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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