Html Css Color HEX #C327FA Electric Purple

📋 copy color: '#C327FA'

red 195 ◦ green 39 ◦ blue 250

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

Shades of Electric Purple #C327FA

Tints of Electric Purple #C327FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.65%

R = 40.29%
G = 8.06%
B = 51.65%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C327FA (or 0xC327FA) is known color: Electric Purple. HEX triplet: C3, 27 and FA. RGB value is (195,39,250). Sum of RGB (Red+Green+Blue) = 195+39+250=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 39 (15.62% from 255 or 8.06% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #C327FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C327FA is #3CD805. Grayscale: #6D6D6D. Windows color (decimal): -3987462 or 16394179. OLE color: 16394179.

HSL color Cylindrical-coordinate representation of color #C327FA: hue angle of 284.36º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C327FA is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 39 250 -
CMYK 0.22 0.84 0 0.02
HSL 284.36º 0.95% 0.57% -
HSV(B) 284.36º 0.84% 0.98% -
XYZ 40.49 19.96 92.16 -
YUV 109.7 207.18 188.84 -
System Red Green Blue C M Y K H S L
Decimal 195 39 250 0.22 0.84 0 0.02 284.36 0.95 0.57
Hex C3 27 FA 16 54 0 2 11C 5F 39
Octal 303 47 372 26 124 0 2 434 137 71
Binary 11000011 100111 11111010 10110 1010100 0 10 100011100 1011111 111001

Color Harmonies of #C327FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C327FA

Black with #C327FA

Text Example


Text Example

White with #C327FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C327FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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