Html Css Color HEX #C327E9 Electric Purple

📋 copy color: '#C327E9'

red 195 ◦ green 39 ◦ blue 233

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

Shades of Electric Purple #C327E9

Tints of Electric Purple #C327E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.89%

R = 41.76%
G = 8.35%
B = 49.89%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C327E9 (or 0xC327E9) is known color: Electric Purple. HEX triplet: C3, 27 and E9. RGB value is (195,39,233). Sum of RGB (Red+Green+Blue) = 195+39+233=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 39 (15.62% from 255 or 8.35% from 467); Blue value is 233 (91.41% from 255 or 49.89% from 467); Max value from RGB is 233 - color contains mainly: blue. Hex color #C327E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C327E9 is #3CD816. Grayscale: #6B6B6B. Windows color (decimal): -3987479 or 15280067. OLE color: 15280067.

HSL color Cylindrical-coordinate representation of color #C327E9: hue angle of 288.25º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C327E9 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 39 233 -
CMYK 0.16 0.83 0 0.09
HSL 288.25º 0.82% 0.53% -
HSV(B) 288.25º 0.83% 0.91% -
XYZ 37.94 18.94 78.75 -
YUV 107.76 198.68 190.23 -
System Red Green Blue C M Y K H S L
Decimal 195 39 233 0.16 0.83 0 0.09 288.25 0.82 0.53
Hex C3 27 E9 10 53 0 9 120 52 35
Octal 303 47 351 20 123 0 11 440 122 65
Binary 11000011 100111 11101001 10000 1010011 0 1001 100100000 1010010 110101

Color Harmonies of #C327E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C327E9

Black with #C327E9

Text Example


Text Example

White with #C327E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C327E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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