Html Css Color HEX #C324EB Electric Purple

📋 copy color: '#C324EB'

red 195 ◦ green 36 ◦ blue 235

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

Shades of Electric Purple #C324EB

Tints of Electric Purple #C324EB

RGB

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

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

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

R = 41.85%
G = 7.73%
B = 50.43%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C324EB (or 0xC324EB) is known color: Electric Purple. HEX triplet: C3, 24 and EB. RGB value is (195,36,235). Sum of RGB (Red+Green+Blue) = 195+36+235=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 36 (14.45% from 255 or 7.73% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #C324EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C324EB is #3CDB14. Grayscale: #696969. Windows color (decimal): -3988245 or 15410371. OLE color: 15410371.

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

Color convert

RGB 195 36 235 -
CMYK 0.17 0.85 0 0.08
HSL 287.94º 0.83% 0.53% -
HSV(B) 287.94º 0.85% 0.92% -
XYZ 38.13 18.86 80.23 -
YUV 106.23 200.68 191.32 -
System Red Green Blue C M Y K H S L
Decimal 195 36 235 0.17 0.85 0 0.08 287.94 0.83 0.53
Hex C3 24 EB 11 55 0 8 120 53 35
Octal 303 44 353 21 125 0 10 440 123 65
Binary 11000011 100100 11101011 10001 1010101 0 1000 100100000 1010011 110101

Color Harmonies of #C324EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C324EB

Black with #C324EB

Text Example


Text Example

White with #C324EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C324EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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