Html Css Color HEX #C325FE Electric Purple

📋 copy color: '#C325FE'

red 195 ◦ green 37 ◦ blue 254

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

Shades of Electric Purple #C325FE

Tints of Electric Purple #C325FE

RGB

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

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

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

R = 40.12%
G = 7.61%
B = 52.26%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C325FE (or 0xC325FE) is known color: Electric Purple. HEX triplet: C3, 25 and FE. RGB value is (195,37,254). Sum of RGB (Red+Green+Blue) = 195+37+254=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 37 (14.84% from 255 or 7.61% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #C325FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C325FE is #3CDA01. Grayscale: #6C6C6C. Windows color (decimal): -3987970 or 16655811. OLE color: 16655811.

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

Color convert

RGB 195 37 254 -
CMYK 0.23 0.85 0 0.00
HSL 283.69º 0.99% 0.57% -
HSV(B) 283.69º 0.85% 1% -
XYZ 41.06 20.08 95.48 -
YUV 108.98 209.85 189.36 -
System Red Green Blue C M Y K H S L
Decimal 195 37 254 0.23 0.85 0 0.00 283.69 0.99 0.57
Hex C3 25 FE 17 55 0 0 11C 63 39
Octal 303 45 376 27 125 0 0 434 143 71
Binary 11000011 100101 11111110 10111 1010101 0 0 100011100 1100011 111001

Color Harmonies of #C325FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C325FE

Black with #C325FE

Text Example


Text Example

White with #C325FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C325FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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