Html Css Color HEX #C324EE Electric Purple

📋 copy color: '#C324EE'

red 195 ◦ green 36 ◦ blue 238

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

Shades of Electric Purple #C324EE

Tints of Electric Purple #C324EE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.68%

 BLUE value IS 238 (93.36% from 255) = 50.75%

R = 41.58%
G = 7.68%
B = 50.75%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C324EE (or 0xC324EE) is known color: Electric Purple. HEX triplet: C3, 24 and EE. RGB value is (195,36,238). Sum of RGB (Red+Green+Blue) = 195+36+238=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 36 (14.45% from 255 or 7.68% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #C324EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C324EE is #3CDB11. Grayscale: #696969. Windows color (decimal): -3988242 or 15606979. OLE color: 15606979.

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

Color convert

RGB 195 36 238 -
CMYK 0.18 0.85 0 0.07
HSL 287.23º 0.86% 0.54% -
HSV(B) 287.23º 0.85% 0.93% -
XYZ 38.57 19.04 82.53 -
YUV 106.57 202.18 191.07 -
System Red Green Blue C M Y K H S L
Decimal 195 36 238 0.18 0.85 0 0.07 287.23 0.86 0.54
Hex C3 24 EE 12 55 0 7 11F 56 36
Octal 303 44 356 22 125 0 7 437 126 66
Binary 11000011 100100 11101110 10010 1010101 0 111 100011111 1010110 110110

Color Harmonies of #C324EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C324EE

Black with #C324EE

Text Example


Text Example

White with #C324EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C324EE; }

 p { color: rgb(195,36,238); }

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

background-color css

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

 a { background-color: rgb(195,36,238); }

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

border-color css

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

 span { border-color: rgb(195,36,238); }

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