Html Css Color HEX #C327F1 Electric Purple

📋 copy color: '#C327F1'

red 195 ◦ green 39 ◦ blue 241

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

Shades of Electric Purple #C327F1

Tints of Electric Purple #C327F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.74%

R = 41.05%
G = 8.21%
B = 50.74%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C327F1 (or 0xC327F1) is known color: Electric Purple. HEX triplet: C3, 27 and F1. RGB value is (195,39,241). Sum of RGB (Red+Green+Blue) = 195+39+241=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 39 (15.62% from 255 or 8.21% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #C327F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C327F1 is #3CD80E. Grayscale: #6C6C6C. Windows color (decimal): -3987471 or 15804355. OLE color: 15804355.

HSL color Cylindrical-coordinate representation of color #C327F1: hue angle of 286.34º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C327F1 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 39 241 -
CMYK 0.19 0.84 0 0.05
HSL 286.34º 0.88% 0.55% -
HSV(B) 286.34º 0.84% 0.95% -
XYZ 39.11 19.4 84.9 -
YUV 108.67 202.68 189.57 -
System Red Green Blue C M Y K H S L
Decimal 195 39 241 0.19 0.84 0 0.05 286.34 0.88 0.55
Hex C3 27 F1 13 54 0 5 11E 58 37
Octal 303 47 361 23 124 0 5 436 130 67
Binary 11000011 100111 11110001 10011 1010100 0 101 100011110 1011000 110111

Color Harmonies of #C327F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C327F1

Black with #C327F1

Text Example


Text Example

White with #C327F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C327F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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