Html Css Color HEX #C327FC Electric Purple

📋 copy color: '#C327FC'

red 195 ◦ green 39 ◦ blue 252

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

Shades of Electric Purple #C327FC

Tints of Electric Purple #C327FC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.02%

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

R = 40.12%
G = 8.02%
B = 51.85%

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

#C327FC (or 0xC327FC) is known color: Electric Purple. HEX triplet: C3, 27 and FC. RGB value is (195,39,252). Sum of RGB (Red+Green+Blue) = 195+39+252=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 39 (15.62% from 255 or 8.02% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #C327FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C327FC is #3CD803. Grayscale: #6D6D6D. Windows color (decimal): -3987460 or 16525251. OLE color: 16525251.

HSL color Cylindrical-coordinate representation of color #C327FC: hue angle of 283.94º 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 #C327FC is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 39 252 -
CMYK 0.23 0.85 0 0.01
HSL 283.94º 0.97% 0.57% -
HSV(B) 283.94º 0.85% 0.99% -
XYZ 40.8 20.08 93.82 -
YUV 109.93 208.18 188.68 -
System Red Green Blue C M Y K H S L
Decimal 195 39 252 0.23 0.85 0 0.01 283.94 0.97 0.57
Hex C3 27 FC 17 55 0 1 11C 61 39
Octal 303 47 374 27 125 0 1 434 141 71
Binary 11000011 100111 11111100 10111 1010101 0 1 100011100 1100001 111001

Color Harmonies of #C327FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C327FC

Black with #C327FC

Text Example


Text Example

White with #C327FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C327FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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