Html Css Color HEX #C327EF Electric Purple

📋 copy color: '#C327EF'

red 195 ◦ green 39 ◦ blue 239

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

Shades of Electric Purple #C327EF

Tints of Electric Purple #C327EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.53%

R = 41.23%
G = 8.25%
B = 50.53%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C327EF (or 0xC327EF) is known color: Electric Purple. HEX triplet: C3, 27 and EF. RGB value is (195,39,239). Sum of RGB (Red+Green+Blue) = 195+39+239=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 39 (15.62% from 255 or 8.25% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #C327EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C327EF is #3CD810. Grayscale: #6B6B6B. Windows color (decimal): -3987473 or 15673283. OLE color: 15673283.

HSL color Cylindrical-coordinate representation of color #C327EF: hue angle of 286.8º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C327EF is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 39 239 -
CMYK 0.18 0.84 0 0.06
HSL 286.8º 0.86% 0.55% -
HSV(B) 286.8º 0.84% 0.94% -
XYZ 38.81 19.29 83.34 -
YUV 108.44 201.68 189.74 -
System Red Green Blue C M Y K H S L
Decimal 195 39 239 0.18 0.84 0 0.06 286.8 0.86 0.55
Hex C3 27 EF 12 54 0 6 11F 56 37
Octal 303 47 357 22 124 0 6 437 126 67
Binary 11000011 100111 11101111 10010 1010100 0 110 100011111 1010110 110111

Color Harmonies of #C327EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C327EF

Black with #C327EF

Text Example


Text Example

White with #C327EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C327EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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