Html Css Color HEX #C327EB Electric Purple

📋 copy color: '#C327EB'

red 195 ◦ green 39 ◦ blue 235

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

Shades of Electric Purple #C327EB

Tints of Electric Purple #C327EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.11%

R = 41.58%
G = 8.32%
B = 50.11%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C327EB (or 0xC327EB) is known color: Electric Purple. HEX triplet: C3, 27 and EB. RGB value is (195,39,235). Sum of RGB (Red+Green+Blue) = 195+39+235=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 39 (15.62% from 255 or 8.32% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #C327EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C327EB is #3CD814. Grayscale: #6B6B6B. Windows color (decimal): -3987477 or 15411139. OLE color: 15411139.

HSL color Cylindrical-coordinate representation of color #C327EB: hue angle of 287.76º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C327EB is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 39 235 -
CMYK 0.17 0.83 0 0.08
HSL 287.76º 0.83% 0.54% -
HSV(B) 287.76º 0.83% 0.92% -
XYZ 38.23 19.05 80.26 -
YUV 107.99 199.68 190.06 -
System Red Green Blue C M Y K H S L
Decimal 195 39 235 0.17 0.83 0 0.08 287.76 0.83 0.54
Hex C3 27 EB 11 53 0 8 120 53 36
Octal 303 47 353 21 123 0 10 440 123 66
Binary 11000011 100111 11101011 10001 1010011 0 1000 100100000 1010011 110110

Color Harmonies of #C327EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C327EB

Black with #C327EB

Text Example


Text Example

White with #C327EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C327EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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