Html Css Color HEX #C327ED Electric Purple

📋 copy color: '#C327ED'

red 195 ◦ green 39 ◦ blue 237

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

Shades of Electric Purple #C327ED

Tints of Electric Purple #C327ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.32%

R = 41.4%
G = 8.28%
B = 50.32%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C327ED (or 0xC327ED) is known color: Electric Purple. HEX triplet: C3, 27 and ED. RGB value is (195,39,237). Sum of RGB (Red+Green+Blue) = 195+39+237=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 39 (15.62% from 255 or 8.28% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #C327ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C327ED is #3CD812. Grayscale: #6B6B6B. Windows color (decimal): -3987475 or 15542211. OLE color: 15542211.

HSL color Cylindrical-coordinate representation of color #C327ED: hue angle of 287.27º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C327ED is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 39 237 -
CMYK 0.18 0.84 0 0.07
HSL 287.27º 0.85% 0.54% -
HSV(B) 287.27º 0.84% 0.93% -
XYZ 38.52 19.17 81.79 -
YUV 108.22 200.68 189.9 -
System Red Green Blue C M Y K H S L
Decimal 195 39 237 0.18 0.84 0 0.07 287.27 0.85 0.54
Hex C3 27 ED 12 54 0 7 11F 55 36
Octal 303 47 355 22 124 0 7 437 125 66
Binary 11000011 100111 11101101 10010 1010100 0 111 100011111 1010101 110110

Color Harmonies of #C327ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C327ED

Black with #C327ED

Text Example


Text Example

White with #C327ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C327ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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